From 04ee9eeae49c2128d5c171006e8451f5664476bd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 27 Oct 2003 12:13:16 +0000 Subject: Patches from Roy Wood: Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') 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(); -- cgit v1.2.3