From b4406281a72c25aa2194bf05cb9d4efceb18785d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 25 May 2014 17:45:28 -0400 Subject: Updated to Scintilla 3.4.2. Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b. --- core/.buffer.luadoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 9170dc37..7a4529da 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -111,6 +111,15 @@ -- user lists. -- The default value is `0`, which automatically sizes the width to fit the -- longest item. +-- @field auto_c_multi (number) +-- The multiple selection autocomplete mode. +-- +-- * `buffer.MULTIAUTOC_ONCE` +-- Autocomplete into only the main selection. +-- * `buffer.MULTIAUTOC_EACH` +-- Autocomplete into all selections. +-- +-- The default value is `buffer.MULTIAUTOC_ONCE`. -- @field auto_c_order (number) -- The order setting for autocompletion and user lists. -- @@ -2781,6 +2790,7 @@ function set_lexer(buffer, lexer) end -- * allocate_sub_styles -- * assign_cmd_key -- * can_paste +-- * change_insertion -- * change_lexer_state -- * char_position_from_point -- * char_position_from_point_close -- cgit v1.2.3