aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-04-17 18:57:07 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-04-17 18:57:07 -0400
commite22f78d999a10855b62797bc32e512cf15abc16d (patch)
tree93ecec9b39e6bc21cbaa8f9c8d981ae6a818ad65 /core/.buffer.luadoc
parent744424003571b8560586ea12672562a4bafbf4eb (diff)
Updated to Scintilla 3.10.4.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc15
1 files changed, 15 insertions, 0 deletions
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)
@@ -1827,6 +1829,11 @@ function fold_line(buffer, line, action) end
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*.
-- If *level* is `-1`, returns the level of *line*.
@@ -2610,6 +2617,13 @@ function selection_duplicate(buffer) end
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.
-- @param buffer A buffer
@@ -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