From 74239b26d5ac95845c0403d1336b2c6971a7d308 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 9 Jan 2015 16:56:00 +1100 Subject: Bug [#1679]. Extra warning. --- doc/ScintillaDoc.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ScintillaDoc.html') 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 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. -- cgit v1.2.3