aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-05-30 00:20:02 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-05-30 00:20:02 -0400
commit6611ae9268b509d56ff76759eb6ad16367140afc (patch)
tree5688a21fc472a3ba0758b8708d7e9dc9aad49d14 /docs
parent31c1f746622bf0c6415d640c5b060f0dd6ae481a (diff)
Updated LuaDoc.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md7
1 files changed, 7 insertions, 0 deletions
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.
<a id="events.INITIALIZED"></a>
#### `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.
<a id="view.element_base_color"></a>
#### `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.
<a id="view.end_at_last_line"></a>
#### `view.end_at_last_line` (bool)