diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8b9ecb1b2..1afc6d77e 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7320,6 +7320,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next These notifications are generated when the user clicks or double clicks on text that is in a style with the hotspot attribute set. This notification can be used to link to variable definitions or web pages. + In the notification handler, you should avoid calling any function that modifies the current selection or caret position. The <code>position</code> field is set the text position of the click or double click and the <code>modifiers</code> field set to the key modifiers held down in a similar manner to <a class="message" href="#SCN_KEY">SCN_KEY</a>. |