aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-10-27 21:44:09 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-10-27 21:44:09 -0400
commite0e8f11351fab47c5b1ae4973fc079d3997af9b1 (patch)
treeb85e6cff0f558e95f9740252223a0d99775171ea /core/.buffer.luadoc
parent9c7c63824f46f2f64ca33b45582abfcd33193cd8 (diff)
Updated to Scintillua 2.22.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 3d8d9251..07df8bf8 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -467,6 +467,9 @@ function buffer:clear_registered_images()
function buffer:clear_selections()
--- Colorizes a segment of the document using the current lexing language.
function buffer:colourise(start_pos, end_pos)
+--- Returns the first line in a contracted fold state starting from line_start
+-- or -1 when the end of the file is reached.
+function buffer:contracted_fold_next(line_start)
--- Converts all line endings in the document to one mode.
-- @param mode The line ending mode. 0: CRLF, 1: CR, 2: LF.
function buffer:convert_eo_ls(mode)
@@ -912,6 +915,8 @@ function buffer:vc_home_wrap()
-- and then the document line, extending the selection. (If wrap mode is
-- enabled)
function buffer:vc_home_wrap_extend()
+--- Centers the caret on the screen.
+function buffer:vertical_centre_caret()
--- Returns the display line of a document line taking hidden lines into
-- account.
function buffer:visible_from_doc_line(line)