From 9c7b7745173b826f3ed1c0e3c80b8d632fece31d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 9 Mar 2015 16:49:48 -0400 Subject: Stop documenting hotspots since new indicator attributes supplant hotspots. Scintilla 3.5.4 added "buffer.indic_hover_style" and "buffer.indic_hover_fore", effectively replacing hotspot styles and colors. Lexers were not using hotspot styles anyway -- hotspots could only be used by manually styling text. --- core/.buffer.luadoc | 40 ++++++---------------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 1978b994..d8734143 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -325,12 +325,6 @@ -- @field highlight_guide (number) -- The indentation guide column number to highlight, or `0` to stop -- highlighting. --- @field hotspot_active_underline (bool) --- Underline active hotspots. --- The default value is `true`. --- @field hotspot_single_line (bool) --- Limit hotspots to a single line. --- The default value is `true`. -- @field indent (number) -- The number of spaces in one level of indentation. -- The default value is `0`, which uses the value of [`buffer.tab_width`](). @@ -1834,18 +1828,6 @@ function form_feed(buffer) end -- @return string, number function get_cur_line(buffer) end ---- --- Returns the numeric background color of active hotspots. --- @param buffer A buffer. --- @return number -function get_hotspot_active_back(buffer) end - ---- --- Returns the numeric foreground color of active hotspots. --- @param buffer A buffer. --- @return number -function get_hotspot_active_fore(buffer) end - --- -- Returns the line number of the last line after line number *line* whose fold -- level is greater than *level*. @@ -2623,22 +2605,6 @@ function set_fold_margin_colour(buffer, use_setting, color) end -- @param color The color in "0xBBGGRR" format. function set_fold_margin_hi_colour(buffer, use_setting, color) end ---- --- Overrides the default background color of active hotspots with color *color*, --- in "0xBBGGRR" format, if *use_setting* is `true`. --- @param buffer A buffer. --- @param use_setting Whether or not to use *color*. --- @param color The color in "0xBBGGRR" format. -function set_hotspot_active_back(buffer, use_setting, color) end - ---- --- Overrides the default foreground color of active hotspots with color *color*, --- in "0xBBGGRR" format, if *use_setting* is `true`. --- @param buffer A buffer. --- @param use_setting Whether or not to use *color*. --- @param color The color in "0xBBGGRR" format. -function set_hotspot_active_fore(buffer, use_setting, color) end - --- -- Indicates the buffer has no unsaved changes. -- @param buffer A buffer. @@ -3129,6 +3095,8 @@ function set_lexer(buffer, lexer) end -- * focus -- * font_quality -- * gap_position +-- * hotspot_active_underline +-- * hotspot_single_line -- * identifier -- * identifiers -- * ime_interaction @@ -3220,6 +3188,8 @@ function set_lexer(buffer, lexer) end -- * find_text -- * format_range -- * free_sub_styles +-- * get_hotspot_active_back +-- * get_hotspot_active_fore -- * get_next_tab_stop -- * get_range_pointer -- * get_styled_text @@ -3235,6 +3205,8 @@ function set_lexer(buffer, lexer) end -- * property_names -- * property_type -- * release_document +-- * set_hotspot_active_back +-- * set_hotspot_active_fore -- * set_length_for_encode -- * set_styling_ex -- * start_record -- cgit v1.2.3