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:
Leandro Melo
2011-09-26 14:21:19 +02:00
committed by Leandro T. C. Melo
parent 49441ed469
commit d8dedb439c
5 changed files with 74 additions and 0 deletions

View File

@@ -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";