From e0eaaea9610cd92f699f1ef491d007684fa3437e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 7 Jun 2008 01:11:34 +0000 Subject: =?UTF-8?q?Added=20AutoCCancelled=20event=20implementation=20from?= =?UTF-8?q?=20Enrico=20Tr=C3=B6ger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/ScintillaDoc.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 0ed4ffa8a..9bc173fec 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4808,6 +4808,7 @@ struct SCNotification { SCN_INDICATORRELEASE
SCN_CALLTIPCLICK
SCN_AUTOCSELECTION
+ SCN_AUTOCCANCELLED

The following SCI_* messages are associated with these notifications:

@@ -5443,6 +5444,10 @@ 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. +

GTK+

On GTK+, the following functions create a Scintilla widget, communicate with it and allow resources to be released after all Scintilla widgets hace been destroyed.

-- cgit v1.2.3