diff options
author | nyamatongwe <unknown> | 2000-07-12 07:21:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-12 07:21:46 +0000 |
commit | 7bbf6255aa2b342586841c21efbb571b6b9d27de (patch) | |
tree | ad2682d1284348952c3f35cb03eb8a1d24ff9f46 /src/Editor.h | |
parent | befcf67e8df6f8b80df05efa8f77ec81fc3ea45b (diff) | |
download | scintilla-mirror-7bbf6255aa2b342586841c21efbb571b6b9d27de.tar.gz |
Added John's autocompletion changes and fiddled to make autocompletion list
size better.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index c39157747..4f42c80a0 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -246,6 +246,7 @@ 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 int KeyCommand(UINT iMessage); virtual int KeyDefault(int /* key */, int /*modifiers*/); int KeyDown(int key, bool shift, bool ctrl, bool alt); |