aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-01-09 16:56:00 +1100
committerNeil <nyamatongwe@gmail.com>2015-01-09 16:56:00 +1100
commit74239b26d5ac95845c0403d1336b2c6971a7d308 (patch)
tree21f2865520d6774a35877e3e3cfed25d807267c7
parent5a6cffee55b731a43c6cffa77d0567bdbd2bae32 (diff)
downloadscintilla-mirror-74239b26d5ac95845c0403d1336b2c6971a7d308.tar.gz
Bug [#1679]. Extra warning.
-rw-r--r--doc/ScintillaDoc.html1
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>.