From ee00d26d478d100450ce56c2d952a7a3e421cacc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 15 Jun 2007 01:07:36 +0000 Subject: Documentation for indicator feature. --- doc/ScintillaDoc.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index bf6971aa2..c38819ce0 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4725,6 +4725,8 @@ struct SCNotification { SCN_ZOOM
SCN_HOTSPOTCLICK
SCN_HOTSPOTDOUBLECLICK
+ SCN_INDICATORCLICK
+ SCN_INDICATORRELEASE
SCN_CALLTIPCLICK
SCN_AUTOCSELECTION
@@ -5021,6 +5023,16 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); position, length + + SC_MOD_CHANGEINDICATOR + + 0x4000 + + An indicator has been added or removed from a range of text. + + position, length + + SC_MULTILINEUNDOREDO @@ -5296,6 +5308,15 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next double click and the modifiers field set to the key modifiers held down in a similar manner to SCN_KEY.

+

+ SCN_INDICATORCLICK
+ SCN_INDICATORRELEASE
+ These notifications are generated when the user clicks or releases the mouse on + text that has an indicator. + The position field is set the text position of the click or + double click and the modifiers field set to the key modifiers + held down in a similar manner to SCN_KEY.

+

SCN_CALLTIPCLICK
This notification is generated when the user clicks on a calltip. This notification can be used to display the next function prototype when a -- cgit v1.2.3