Missing actions in keyboard options

Task-number: QTCREATORBUG-61
This commit is contained in:
mae
2010-05-07 15:24:30 +02:00
parent 283f86bd42
commit 87b3755b6f
5 changed files with 205 additions and 0 deletions

View File

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