forked from qt-creator/qt-creator
Set Ctrl+E, R as default shortcut for rewrap paragraph
Suggested by dt.
This commit is contained in:
@@ -3959,7 +3959,7 @@ void BaseTextEditor::rewrapParagraph()
|
||||
}
|
||||
|
||||
result.append(currentWord);
|
||||
result.append(QLatin1String(" "));
|
||||
result.append(QLatin1Char(' '));
|
||||
currentWord.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user