forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: src/plugins/texteditor/texteditoractionhandler.cpp
This commit is contained in:
@@ -70,6 +70,22 @@ const char * const SELECT_ENCODING = "TextEditor.SelectEncoding";
|
||||
const char * const REWRAP_PARAGRAPH = "TextEditor.RewrapParagraph";
|
||||
const char * const GOTO_OPENING_PARENTHESIS = "TextEditor.GotoOpeningParenthesis";
|
||||
const char * const GOTO_CLOSING_PARENTHESIS = "TextEditor.GotoClosingParenthesis";
|
||||
const char * const GOTO_LINE_START = "TextEditor.GotoLineStart";
|
||||
const char * const GOTO_LINE_END = "TextEditor.GotoLineEnd";
|
||||
const char * const GOTO_NEXT_LINE = "TextEditor.GotoNextLine";
|
||||
const char * const GOTO_PREVIOUS_LINE = "TextEditor.GotoPreviousLine";
|
||||
const char * const GOTO_PREVIOUS_CHARACTER = "TextEditor.GotoPreviousCharacter";
|
||||
const char * const GOTO_NEXT_CHARACTER = "TextEditor.GotoNextCharacter";
|
||||
const char * const GOTO_PREVIOUS_WORD = "TextEditor.GotoPreviousWord";
|
||||
const char * const GOTO_NEXT_WORD = "TextEditor.GotoNextWord";
|
||||
const char * const GOTO_LINE_START_WITH_SELECTION = "TextEditor.GotoLineStartWithSelection";
|
||||
const char * const GOTO_LINE_END_WITH_SELECTION = "TextEditor.GotoLineEndWithSelection";
|
||||
const char * const GOTO_NEXT_LINE_WITH_SELECTION = "TextEditor.GotoNextLineWithSelection";
|
||||
const char * const GOTO_PREVIOUS_LINE_WITH_SELECTION = "TextEditor.GotoPreviousLineWithSelection";
|
||||
const char * const GOTO_PREVIOUS_CHARACTER_WITH_SELECTION = "TextEditor.GotoPreviousCharacterWithSelection";
|
||||
const char * const GOTO_NEXT_CHARACTER_WITH_SELECTION = "TextEditor.GotoNextCharacterWithSelection";
|
||||
const char * const GOTO_PREVIOUS_WORD_WITH_SELECTION = "TextEditor.GotoPreviousWordWithSelection";
|
||||
const char * const GOTO_NEXT_WORD_WITH_SELECTION = "TextEditor.GotoNextWordWithSelection";
|
||||
const char * const C_TEXTEDITOR_MIMETYPE_TEXT = "text/plain";
|
||||
const char * const C_TEXTEDITOR_MIMETYPE_XML = "application/xml";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user