From 253b2a07a7d06c2aeafe7661223ca7de7fe06b6b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 5 Feb 2014 23:01:25 -0500 Subject: Updated to Scintilla 3.3.9. --- core/.buffer.luadoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index c6b4a840..56df6c93 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -147,6 +147,10 @@ -- 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) +-- The position to display a call tip at with +-- [`buffer.call_tip_show()`](#call_tip_show). When a call tip is visible, +-- this is the position where backspacing beyond it hides the call tip. -- @field call_tip_position (boolean) -- Display a call tip above the current line instead of below it. -- The default value is `false`. @@ -1357,6 +1361,12 @@ function document_start(buffer) end -- @param buffer The buffer. function document_start_extend(buffer) end +--- +-- Drops existing selection number *n*. +-- @param buffer The buffer. +-- @param n The number of the existing selection. +function drop_selection_n(buffer, n) end + --- -- Toggles `buffer.overtype`. -- @param buffer The buffer. @@ -2265,6 +2275,7 @@ function set_sel(buffer, start_pos, end_pos) end --- -- Overrides the selection's default background color with color *color*, in -- "0xBBGGRR" format, if *use_setting* is `true`. +-- Overwrites any existing `buffer.additional_sel_back` color. -- @param buffer The buffer. -- @param use_setting Whether or not to use *color*. -- @param color The color in "0xBBGGRR" format. @@ -2273,6 +2284,7 @@ function set_sel_back(buffer, use_setting, color) end --- -- Overrides the selection's default foreground color with color *color*, in -- "0xBBGGRR" format, if *use_setting* is `true`. +-- Overwrites any existing `buffer.additional_sel_fore` color. -- @param buffer The buffer. -- @param use_setting Whether or not to use *color*. -- @param color The color in "0xBBGGRR" format. -- cgit v1.2.3