From 9d349f528c551ffbc8637cdbc1c608a1a6ac1683 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 2 Jan 2009 07:34:52 +0000 Subject: Notification for deleting a character while an autocompletion is active. By Sergey Kishchenko. --- doc/ScintillaDoc.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ee5d152b4..ffa409f71 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4827,6 +4827,7 @@ struct SCNotification { SCN_CALLTIPCLICK
SCN_AUTOCSELECTION
SCN_AUTOCCANCELLED
+ SCN_AUTOCCHARDELETED

The following SCI_* messages are associated with these notifications:

@@ -5464,7 +5465,11 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next

SCN_AUTOCCANCELLED
The user has cancelled an autocompletion list. - There is no other information in SCNotification. + There is no other information in SCNotification.

+ +

SCN_AUTOCCHARDELETED
+ The user deleted a character while autocompletion list was active. + There is no other information in SCNotification.

GTK+

On GTK+, the following functions create a Scintilla widget, communicate with it and allow -- cgit v1.2.3