aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-25 17:45:28 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-25 17:45:28 -0400
commitb4406281a72c25aa2194bf05cb9d4efceb18785d (patch)
tree3039e931bf40aaf7e600970dab5e59f76e43fdc0 /core
parentad5baf2b789697f814740717f048bc966b0318fe (diff)
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.
Diffstat (limited to 'core')
-rw-r--r--core/.buffer.luadoc10
1 files changed, 10 insertions, 0 deletions
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