From 8d90786388b590eed0ce3aa22fa86ed26c6d59bb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 20 Jan 2015 12:18:12 -0500 Subject: Updated to Scintilla 3.5.3. --- core/events.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core') diff --git a/core/events.lua b/core/events.lua index 6dedc879..cf9f637b 100644 --- a/core/events.lua +++ b/core/events.lua @@ -123,6 +123,8 @@ local M = {} -- @field HOTSPOT_CLICK (string) -- Emitted when clicking on text that is in a style that has the hotspot -- attribute set. +-- Event handlers should avoid calling any function that modifies the current +-- selection or caret position. -- Arguments: -- -- * _`position`_: The clicked text's position. @@ -134,6 +136,8 @@ local M = {} -- @field HOTSPOT_DOUBLE_CLICK (string) -- Emitted when double-clicking on text that is in a style that has the -- hotspot attribute set. +-- Event handlers should avoid calling any function that modifies the current +-- selection or caret position. -- Arguments: -- -- * _`position`_: The double-clicked text's position. @@ -145,6 +149,8 @@ local M = {} -- @field HOTSPOT_RELEASE_CLICK (string) -- Emitted when releasing the mouse after clicking on text that is in a style -- that has the hotspot attribute set. +-- Event handlers should avoid calling any function that modifies the current +-- selection or caret position. -- Arguments: -- -- * _`position`_: The clicked text's position. -- cgit v1.2.3