From e22f78d999a10855b62797bc32e512cf15abc16d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 17 Apr 2019 18:57:07 -0400 Subject: Updated to Scintilla 3.10.4. --- core/.buffer.luadoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 3672f416..6cb67105 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1222,6 +1222,8 @@ -- -- @field MARK_UNDERLINE (number, Read-only) -- +-- @field MARK_VERTICALBOOKMARK (number, Read-only) +-- -- @field MARK_VLINE (number, Read-only) -- -- @field MASK_FOLDERS (number, Read-only) @@ -1826,6 +1828,11 @@ function fold_line(buffer, line, action) end -- @return string, number function get_cur_line(buffer) end +--- +-- Returns the default fold display text. +-- @param buffer A buffer. +function get_default_fold_display_text(buffer) end + --- -- Returns the line number of the last line after line number *line* whose fold -- level is greater than *level*. @@ -2609,6 +2616,13 @@ function selection_duplicate(buffer) end -- @see punctuation_chars function set_chars_default(buffer) end +--- +-- Sets the default fold display text to string *text*. +-- @param buffer A buffer. +-- @param text The text to display by default next to folded lines. +-- @see toggle_fold_show_text +function set_default_fold_display_text(buffer, text) end + --- -- Moves the caret to position *pos* without scrolling the view and removes any -- selections. @@ -3244,6 +3258,7 @@ function set_theme(buffer, name, props) end -- * change_lexer_state -- * char_position_from_point -- * char_position_from_point_close +-- * character_category_optimization -- * clear_cmd_key -- * clear_all_cmd_keys -- * clear_tab_stops -- cgit v1.2.3