forked from qt-creator/qt-creator
Editor: Keyboard option for overriding delete word's start/end
Regular and camel-case version. Task-number: QTCREATORBUG-5160 Change-Id: I749fbc4c768d4f11fb741fd1b9d00ddee56eb965 Reviewed-on: http://codereview.qt-project.org/5537 Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
committed by
Leandro T. C. Melo
parent
49441ed469
commit
d8dedb439c
@@ -70,6 +70,10 @@ const char * const LOWERCASE_SELECTION = "TextEditor.LowercaseSelection";
|
||||
const char * const CUT_LINE = "TextEditor.CutLine";
|
||||
const char * const COPY_LINE = "TextEditor.CopyLine";
|
||||
const char * const DELETE_LINE = "TextEditor.DeleteLine";
|
||||
const char * const DELETE_END_OF_WORD = "TextEditor.DeleteEndOfWord";
|
||||
const char * const DELETE_END_OF_WORD_CAMEL_CASE = "TextEditor.DeleteEndOfWordCamelCase";
|
||||
const char * const DELETE_START_OF_WORD = "TextEditor.DeleteStartOfWord";
|
||||
const char * const DELETE_START_OF_WORD_CAMEL_CASE = "TextEditor.DeleteStartOfWordCamelCase";
|
||||
const char * const SELECT_ENCODING = "TextEditor.SelectEncoding";
|
||||
const char * const REWRAP_PARAGRAPH = "TextEditor.RewrapParagraph";
|
||||
const char * const GOTO_LINE_START = "TextEditor.GotoLineStart";
|
||||
|
||||
Reference in New Issue
Block a user