From 04d22e6fcd1366d84a5c79c955a82c1827482b08 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 4 Apr 2002 03:10:20 +0000 Subject: Improved caret movement in read-only mode by handling more cases where text is inserted and be removing handling of cases where text is deleted as these are handled automatically in the modification listener. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index d9719dc53..d784f478e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -396,6 +396,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void ChangeCaseOfSelection(bool makeUpperCase); void LineTranspose(); virtual void CancelModes(); + void NewLine(); 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