diff options
author | 2021-09-30 16:40:29 -0400 | |
---|---|---|
committer | 2021-09-30 16:40:29 -0400 | |
commit | 02c1f1e3cd327a77efd6e39682c55d8813fdabc8 (patch) | |
tree | d77a8afc61d1aade025bbbde3c078bf6ba9a4450 /core/.buffer.luadoc | |
parent | c01de90dfc7a48d7687117000dfc3252d9de0370 (diff) | |
download | textadept-02c1f1e3cd327a77efd6e39682c55d8813fdabc8.tar.gz textadept-02c1f1e3cd327a77efd6e39682c55d8813fdabc8.zip |
Updated to Scintilla 5.1.3.
There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
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 208c7b85..80cf9f8f 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1786,6 +1786,7 @@ function set_lexer(buffer, name) end -- * print_wrap_mode -- * status -- * style_character_set +-- * style_check_monospaced -- * style_from_sub_style -- * style_hotspot -- * style_size_fractional @@ -1892,6 +1893,7 @@ function set_lexer(buffer, name) end -- * position_from_point_close -- * position_relative_code_units -- * private_lexer_call +-- * property_expanded -- * property_names -- * property_type -- * release_all_extended_styles |