diff options
author | nyamatongwe <devnull@localhost> | 2000-07-12 07:21:46 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-12 07:21:46 +0000 |
commit | a4cde497e296ebdeedeafe2519e75a09c6fd9488 (patch) | |
tree | ad2682d1284348952c3f35cb03eb8a1d24ff9f46 /src/Editor.h | |
parent | 9bde3adbd08a9f706655f0e0fe1c9adf685408a0 (diff) | |
download | scintilla-mirror-a4cde497e296ebdeedeafe2519e75a09c6fd9488.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); |