aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-10-27 12:13:16 +0000
committernyamatongwe <devnull@localhost>2003-10-27 12:13:16 +0000
commit04ee9eeae49c2128d5c171006e8451f5664476bd (patch)
treeb7792180becaeeba46b43bd476e503a349e6e57f /src/Editor.h
parent8f89d86cf120ccb03688dcf1eee39683c75b9136 (diff)
downloadscintilla-mirror-04ee9eeae49c2128d5c171006e8451f5664476bd.tar.gz
Patches from Roy Wood:
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 3a8d92a60..b8c32ab64 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -424,7 +424,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void NotifyStyleNeeded(Document *doc, void *userData, int endPos);
void NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
- void PageMove(int direction, selTypes sel=noSel);
+ void PageMove(int direction, selTypes sel=noSel, bool stuttered = false);
void ChangeCaseOfSelection(bool makeUpperCase);
void LineTranspose();
void LineDuplicate();