forked from qt-creator/qt-creator
Add overlooked Goto Document Start/End shortcut settings
Change-Id: I2f60e2607660cea98aebb1057226010ea4837156 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -158,6 +158,8 @@ const char DELETE_START_OF_LINE[] = "TextEditor.DeleteStartOfLine";
|
||||
const char DELETE_START_OF_WORD_CAMEL_CASE[] = "TextEditor.DeleteStartOfWordCamelCase";
|
||||
const char SELECT_ENCODING[] = "TextEditor.SelectEncoding";
|
||||
const char REWRAP_PARAGRAPH[] = "TextEditor.RewrapParagraph";
|
||||
const char GOTO_DOCUMENT_START[] = "TextEditor.GotoDocumentStart";
|
||||
const char GOTO_DOCUMENT_END[] = "TextEditor.GotoDocumentEnd";
|
||||
const char GOTO_LINE_START[] = "TextEditor.GotoLineStart";
|
||||
const char GOTO_LINE_END[] = "TextEditor.GotoLineEnd";
|
||||
const char GOTO_NEXT_LINE[] = "TextEditor.GotoNextLine";
|
||||
|
||||
Reference in New Issue
Block a user