From 2330da44de1d1d7c712b3f29513174e905a1e798 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 15 Sep 2016 13:53:41 -0400 Subject: Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1. --- core/.buffer.luadoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index eb17e9d6..8d1f8d74 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -136,11 +136,6 @@ -- @field back_space_un_indents (bool) -- Un-indent text when backspacing within indentation. -- The default value is `false`. --- @field buffered_draw (bool) --- Buffer drawing to avoid flickering. --- Buffering draws each line of text into a bitmap buffer before drawing the --- bitmap to the screen. --- The default value is `true`. -- @field call_tip_fore_hlt (number, Write-only) -- A call tip's highlighted text foreground color, in "0xBBGGRR" format. -- @field call_tip_pos_start (number, Write-only) @@ -803,6 +798,10 @@ -- Enable virtual space only for rectangular selections. -- * `buffer.VS_USERACCESSIBLE` -- Enable virtual space. +-- * `buffer.VS_NOWRAPLINESTART` +-- Prevent the caret from wrapping to the previous line via +-- `buffer:char_left()` and `buffer:char_left_extend()`. This option is not +-- restricted to virtual space. -- -- When virtual space is enabled, the caret may move into the space past end -- of line characters. @@ -3123,6 +3122,7 @@ function set_lexer(buffer, lexer) end -- * allocate_extended_styles -- * allocate_sub_styles -- * assign_cmd_key +-- * buffered_draw -- * can_paste -- * change_insertion -- * change_lexer_state -- cgit v1.2.3