diff options
author | 2018-01-25 09:43:47 -0500 | |
---|---|---|
committer | 2018-01-25 09:43:47 -0500 | |
commit | 8ca5769bada0bbb3f1ab24a03a8a966c0017e81b (patch) | |
tree | 211f212d84a6998d10ccc7aa3333a37fdeea1e18 /core/.buffer.luadoc | |
parent | c6fec493c93394c7b5b96baba2f27b1f6e86414a (diff) | |
download | textadept-8ca5769bada0bbb3f1ab24a03a8a966c0017e81b.tar.gz textadept-8ca5769bada0bbb3f1ab24a03a8a966c0017e81b.zip |
Backported `buffer.move_extends_selection` from upstream Scintilla.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 2e94b37c..cb6b1281 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -585,6 +585,8 @@ -- The default value is `false`. -- @field modify (bool) -- Whether or not the buffer has unsaved changes. +-- @field move_extends_selection (bool) +-- Whether or not regular caret movement alters the selected text. -- @field multi_paste (number) -- The multiple selection paste mode. -- |