aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-07-27 22:21:20 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-07-27 22:21:20 -0400
commit8614b05ba9a01adf5224e86ed6afc840fa3ebf0a (patch)
treef1dadbe111ed3d6415dda93f36f022022e70f863 /core/.buffer.luadoc
parent74dfdd2ddd02b1ade15377fd0b4c2a1bac7b1ac3 (diff)
downloadtextadept-8614b05ba9a01adf5224e86ed6afc840fa3ebf0a.tar.gz
textadept-8614b05ba9a01adf5224e86ed6afc840fa3ebf0a.zip
Updated to Scintilla 3.21.0.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 29c2fcca..e9aadb9a 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -126,6 +126,12 @@
-- @field end_styled (number, Read-only)
-- The current styling position or the last correctly styled character's
-- position.
+-- @field eol_annotation_style (table)
+-- Table of style numbers for EOL annotation text per line number.
+-- Only some style attributes are active in annotations: font,
+-- size/size_fractional, bold/weight, italics, fore, back, and character_set.
+-- @field eol_annotation_text (table)
+-- Table of EOL annotation text per line number.
-- @field eol_mode (number)
-- The current end of line mode. Changing the current mode does not convert
-- any of the buffer's existing end of line characters.
@@ -781,6 +787,11 @@ function empty_undo_buffer(buffer) end
function end_undo_action(buffer) end
---
+-- Clears EOL annotations from all lines.
+-- @param buffer A buffer.
+function eol_annotation_clear_all(buffer) end
+
+---
-- Returns the position of column number *column* on line number *line* (taking
-- tab and multi-byte characters into account), or the position at the end of
-- line *line*.
@@ -1849,6 +1860,7 @@ function set_lexer(buffer, lexer) end
-- * direct_pointer
-- * distance_to_secondary_styles
-- * doc_pointer
+-- * eol_annotation_style_offset
-- * focus
-- * font_quality
-- * gap_position
@@ -1931,6 +1943,7 @@ function set_lexer(buffer, lexer) end
-- * allocate_line_character_index
-- * allocate_sub_styles
-- * assign_cmd_key
+-- * brace_match_next
-- * buffered_draw
-- * can_paste
-- * change_insertion