From 83ba7c3162333140eadcefd1075e10a0a690da62 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 26 Feb 2003 08:55:17 +0000 Subject: Fixed the parameters to the user list selection notification. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f130fe4f8..ef79b95b9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2903,7 +2903,7 @@ struct TextToFind { structure. It must be greater than 0 as this is how Scintilla tells the difference between an autocompletion list and a user list. If you have different types of list, for example a list of buffers and a list of macros, you can use listType to tell which one has returned - a selection.

+ a selection.

Call tips

@@ -4422,9 +4422,9 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next - margin + text - The margin number that was clicked. + The text of the selection. -- cgit v1.2.3