diff options
author | 2020-06-08 08:37:03 -0400 | |
---|---|---|
committer | 2020-06-08 08:37:03 -0400 | |
commit | ada6a867c87be0ed746cdb94c28ff24f8288280c (patch) | |
tree | 32fd916ced3128af7e5ef1725b9f1685ee121703 /core/.view.luadoc | |
parent | 20833c35fd6d580c934cb6c3f6e7b9a2c39ac99b (diff) | |
download | textadept-ada6a867c87be0ed746cdb94c28ff24f8288280c.tar.gz textadept-ada6a867c87be0ed746cdb94c28ff24f8288280c.zip |
Prefer `view.property*` instead of `buffer.property*`.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 40acda08..29c902c2 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -418,6 +418,14 @@ -- Whether or not pressing [`view.rectangular_selection_modifier`]() when -- selecting text normally with the mouse turns on rectangular selection. -- The default value is `false`. +-- @field property (table) +-- Map of key-value string pairs used by lexers. +-- @field property_expanded (table, Read-only) +-- Map of key-value string pairs used by lexers with `$()` and `%()` variable +-- replacement performed in values. +-- @field property_int (table, Read-only) +-- Map of key-value pairs used by lexers with values interpreted as numbers, +-- or `0` if not found. -- @field rectangular_selection_modifier (number) -- The modifier key used in combination with a mouse drag in order to create a -- rectangular selection. |