aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-04-04 03:10:20 +0000
committernyamatongwe <unknown>2002-04-04 03:10:20 +0000
commita3e1c4d6f23dabf63c029a2ea31869e17be215fb (patch)
tree8678e789f1288dfed57efe6582924a9ddfb2a1d4 /src/Editor.h
parent00bf13a155d265805ccbcb805502ff6408c7f538 (diff)
downloadscintilla-mirror-a3e1c4d6f23dabf63c029a2ea31869e17be215fb.tar.gz
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.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
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);