From 4ed5d9ed82301348ce447a53768523cfcf0ab01a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 2 Aug 2002 11:33:18 +0000 Subject: Added keyboard commands to go to start and end of display lines. --- src/Editor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 5c838ebce..800630bbb 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -403,9 +403,10 @@ protected: // ScintillaBase subclass needs access to much of Editor void PageMove(int direction, bool extend=false); void ChangeCaseOfSelection(bool makeUpperCase); void LineTranspose(); - virtual void CancelModes(); + virtual void CancelModes(); void NewLine(); void CursorUpOrDown(int direction, bool extend=false); + int StartEndDisplayLine(int pos, bool start); virtual int KeyCommand(unsigned int iMessage); virtual int KeyDefault(int /* key */, int /*modifiers*/); int KeyDown(int key, bool shift, bool ctrl, bool alt, bool *consumed=0); -- cgit v1.2.3