aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-04-01 16:27:36 +1100
committernyamatongwe <unknown>2013-04-01 16:27:36 +1100
commite0f738cec43a5c60ee1c4dcd3eedd2f0805e18ab (patch)
treee5dd393ef4010ce06810907ba9826aa9f6ea0f1d /src/ScintillaBase.h
parent9526777f646030e4b5a1818c423d7c8c97e59d85 (diff)
downloadscintilla-mirror-e0f738cec43a5c60ee1c4dcd3eedd2f0805e18ab.tar.gz
Extract effect of choosing an autocompletion entry so it can be reused for both
user choice and single element list automatic insertion.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index e143f027d..bbd7f8fdf 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -64,6 +64,7 @@ protected:
virtual void CancelModes();
virtual int KeyCommand(unsigned int iMessage);
+ void AutoCompleteInsert(Position startPos, int removeLen, const char *text, int textLen);
void AutoCompleteStart(int lenEntered, const char *list);
void AutoCompleteCancel();
void AutoCompleteMove(int delta);