diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-09 16:56:00 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-09 16:56:00 +1100 |
commit | ec1b478a766f07bd33e65f79bee42a8b8d88661b (patch) | |
tree | 0dd8b8b823a92c7bb7057d18572cf613656d3039 | |
parent | ce581e18ef0b34f9c300a4ca8bd940148f2d7dc6 (diff) | |
download | scintilla-mirror-ec1b478a766f07bd33e65f79bee42a8b8d88661b.tar.gz |
Bug [#1679]. Extra warning.
-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>. |