From d973fe8ee4ada72f715a59f4253a9dac0d926d3b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 30 Jun 2019 13:54:16 -0400 Subject: Updated to Scintilla 3.10.6. --- core/.buffer.luadoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 6cb67105..d5cfd084 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -200,9 +200,8 @@ -- A line caret. -- * `buffer.CARETSTYLE_BLOCK` -- A block caret. --- * `buffer.CARETSTYLE_OVERSTRIKE_BLOCK` --- A block caret for overtype mode. (Needs to be bit-wise ORed with another --- caret style.) +-- * `buffer.CARETSTYLE_BLOCK_ALWAYS` +-- A block caret in both insert and overtype mode. -- -- The default value is `buffer.CARETSTYLE_LINE`. -- @field caret_width (number) @@ -2863,6 +2862,7 @@ function toggle_caret_sticky(buffer) end -- are hidden). -- @param buffer A buffer. -- @param line The line number in *buffer* to toggle the fold on. +-- @see set_default_fold_display_text function toggle_fold(buffer, line) end --- @@ -3162,6 +3162,7 @@ function set_theme(buffer, name, props) end -- * automatic_fold -- * call_tip_back -- * call_tip_fore +-- * character_category_optimization -- * character_pointer -- * code_page -- * command_events -- cgit v1.2.3