diff options
author | 2018-03-24 10:00:45 -0400 | |
---|---|---|
committer | 2018-03-24 10:00:45 -0400 | |
commit | f05a5b7a20a9df50fc8116324fe078ca473343d6 (patch) | |
tree | 8d9baf4f499433897090bbfd2f6073eeebef2a77 /core/.buffer.luadoc | |
parent | 215797f4739bb151317b0c4eb7899d346a35e3de (diff) | |
download | textadept-f05a5b7a20a9df50fc8116324fe078ca473343d6.tar.gz textadept-f05a5b7a20a9df50fc8116324fe078ca473343d6.zip |
Updated to pre-release version of Scintilla 3.8.0.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 3da93c82..ff5427e3 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -3239,6 +3239,7 @@ function set_theme(name, props) end -- * create_loader -- * describe_key_word_sets -- * describe_property +-- * description_of_style -- * encoded_from_utf8 -- * expand_children -- * find_indicator_flash @@ -3258,6 +3259,8 @@ function set_theme(name, props) end -- * indicator_value_at -- * load_lexer_library -- * mouse_wheel_captures +-- * name_of_style +-- * named_styles -- * null -- * point_x_from_position -- * point_y_from_position @@ -3274,5 +3277,6 @@ function set_theme(name, props) end -- * set_styling_ex -- * start_record -- * stop_record +-- * tags_of_style -- * target_as_utf8 -- * use_pop_up |