From 6611ae9268b509d56ff76759eb6ad16367140afc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 30 May 2021 00:20:02 -0400 Subject: Updated LuaDoc. --- docs/api.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index 2975e1f1..2806ab74 100644 --- a/docs/api.md +++ b/docs/api.md @@ -3870,6 +3870,11 @@ Emitted when releasing the mouse after clicking on text that has an indicator pr Arguments: * _`position`_: The clicked text's position. + * _`modifiers`_: A bit-mask of any modifier keys held down: `view.MOD_CTRL`, + `view.MOD_SHIFT`, `view.MOD_ALT`, and `view.MOD_META`. On macOS, the Command modifier + key is reported as `view.MOD_CTRL` and Ctrl is `view.MOD_META`. Note: If you set + `view.rectangular_selection_modifier` to `view.MOD_CTRL`, the "Control" modifier is + reported as *both* "Control" and "Alt" due to a Scintilla limitation with GTK. #### `events.INITIALIZED` (string) @@ -9701,6 +9706,7 @@ The long line mark mode. Table of flags for UI element identifiers that indicate whether or not an element supports translucent colors. + See [`view.element_color`](#view.element_color) for element identifiers. #### `view.element_base_color` (table, read-only) @@ -9749,6 +9755,7 @@ Table of colors in "0xAABBGGRR" format for UI element identifiers. Table of flags for UI element identifiers that indicate whether or not a color has been manually set. + See [`view.element_color`](#view.element_color) for element identifiers. #### `view.end_at_last_line` (bool) -- cgit v1.2.3