diff options
author | 2013-02-25 19:00:14 -0500 | |
---|---|---|
committer | 2013-02-25 19:00:14 -0500 | |
commit | 5fbe13053cb6fa27cc457c8bd654d413d30671d8 (patch) | |
tree | 8b2df950c1b3ab53d875ba53c466798071aa21af /core/.buffer.luadoc | |
parent | 14ec7dad8165080688a7404091a649c9aff56f18 (diff) | |
download | textadept-5fbe13053cb6fa27cc457c8bd654d413d30671d8.tar.gz textadept-5fbe13053cb6fa27cc457c8bd654d413d30671d8.zip |
Updated to Scintilla 3.2.5.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 31642733..241bad63 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2787,6 +2787,9 @@ function get_style_name(buffer, style_num) end -- Unused Fields. -- * status -- * mouse_down_captures +-- * line_end_types_supported+ +-- * line_end_types_allowed+ +-- * line_end_types_active+ -- * focus -- * use_palette -- * font_quality @@ -2801,11 +2804,18 @@ function get_style_name(buffer, style_num) end -- * field gap_position -- * identifier -- * key_words +-- * sub_style_bases+ +-- * distance_to_secondary_styles+ +-- * sub_styles_start+ +-- * sub_styles_length+ +-- * identifiers+ -- * technology -- Unused Functions. -- * add_styled_text -- * get_styled_text +-- * release_all_extended_styles +-- * allocate_extended_styles -- * assign_cmd_key -- * clear_cmd_key -- * set_styling_ex @@ -2831,5 +2841,9 @@ function get_style_name(buffer, style_num) end -- * property_type -- * describe_property -- * describe_key_word_sets +-- * allocate_sub_styles+ +-- * free_sub_styles+ -- * create_loader -- * private_lexer_call +-- +-- + provisional features |