From 2f568d1240118476e5a25ab22c70626e52cb4b11 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 8 Jun 2002 05:25:48 +0000 Subject: Changed autocompletion fill up character handling to ensure the fill up character is added separately and is seen as a char added notification so that calltips can be shown. --- 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 7e3887c15..28c089edd 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -66,7 +66,7 @@ protected: void AutoCompleteCancel(); void AutoCompleteMove(int delta); void AutoCompleteChanged(char ch=0); - void AutoCompleteCompleted(char fillUp='\0'); + void AutoCompleteCompleted(); void AutoCompleteMoveToCurrentWord(); static void AutoCompleteDoubleClick(void* p); -- cgit v1.2.3