Extend camel-case cursor movement

We now have different actions to bind to (saves us an explicit option).
Small fixes to state machines.

Done-with: Erik Verbruggen
This commit is contained in:
mae
2010-11-10 12:53:45 +01:00
parent 3a73f7dfc9
commit b14e54b458
5 changed files with 61 additions and 0 deletions

View File

@@ -136,6 +136,10 @@ private slots:
void gotoPreviousWordWithSelection();
void gotoNextWord();
void gotoNextWordWithSelection();
void gotoPreviousWordCamelCase();
void gotoPreviousWordCamelCaseWithSelection();
void gotoNextWordCamelCase();
void gotoNextWordCamelCaseWithSelection();
private: