forked from qt-creator/qt-creator
Missing actions in keyboard options
Task-number: QTCREATORBUG-61
This commit is contained in:
@@ -118,6 +118,24 @@ private slots:
|
||||
void joinLines();
|
||||
void updateCurrentEditor(Core::IEditor *editor);
|
||||
|
||||
void gotoLineStart();
|
||||
void gotoLineStartWithSelection();
|
||||
void gotoLineEnd();
|
||||
void gotoLineEndWithSelection();
|
||||
void gotoNextLine();
|
||||
void gotoNextLineWithSelection();
|
||||
void gotoPreviousLine();
|
||||
void gotoPreviousLineWithSelection();
|
||||
void gotoPreviousCharacter();
|
||||
void gotoPreviousCharacterWithSelection();
|
||||
void gotoNextCharacter();
|
||||
void gotoNextCharacterWithSelection();
|
||||
void gotoPreviousWord();
|
||||
void gotoPreviousWordWithSelection();
|
||||
void gotoNextWord();
|
||||
void gotoNextWordWithSelection();
|
||||
|
||||
|
||||
private:
|
||||
QAction *m_undoAction;
|
||||
QAction *m_redoAction;
|
||||
|
||||
Reference in New Issue
Block a user