aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authorJonathan Hunt <unknown>2015-07-03 09:11:16 +1000
committerJonathan Hunt <unknown>2015-07-03 09:11:16 +1000
commite4145254c3614839f8c87900445b785d9e9ee7dd (patch)
tree7701a63aabf9b51fc920635ab851b70ab31a0777 /src/ScintillaBase.h
parent8d49281805d033bc8e6ca0da7ef74ed6de37d25f (diff)
downloadscintilla-mirror-e4145254c3614839f8c87900445b785d9e9ee7dd.tar.gz
Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.
From Jonathan Hunt.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index d6401cc30..4bdf24ef2 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -75,7 +75,7 @@ protected:
int AutoCompleteGetCurrentText(char *buffer) const;
void AutoCompleteCharacterAdded(char ch);
void AutoCompleteCharacterDeleted();
- void AutoCompleteCompleted();
+ void AutoCompleteCompleted(char ch, unsigned int completionMethod);
void AutoCompleteMoveToCurrentWord();
static void AutoCompleteDoubleClick(void *p);