From 216844e7173e0d3c08830c9168ae55a8d6c7ae3d Mon Sep 17 00:00:00 2001 From: Jonathan Hunt Date: Fri, 3 Jul 2015 09:11:16 +1000 Subject: Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion. From Jonathan Hunt. --- src/ScintillaBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ScintillaBase.h') 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); -- cgit v1.2.3