From 1702ce40cbcbfe53d9b57f3e9cde8ecfc441800a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 9 Jun 2020 14:41:28 -0400 Subject: Prefer `view.call_tip_*` instead of `buffer.call_tip_*`. --- core/.buffer.luadoc | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 74b65f56..2fc44a69 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -100,8 +100,6 @@ -- @field back_space_un_indents (bool) -- Un-indent text when backspacing within indentation. -- The default value is `false`. --- @field call_tip_pos_start (number, Write-only) --- The position in which backspacing beyond it hides a visible call tip. -- @field caret_sticky (number) -- The caret's preferred horizontal position when moving between lines. -- @@ -546,34 +544,6 @@ function begin_undo_action(buffer) end -- @return number function brace_match(buffer, pos, max_re_style) end ---- --- Returns whether or not a call tip is visible. --- @param buffer A buffer. --- @return bool -function call_tip_active(buffer) end - ---- --- Removes a call tip from view. --- @param buffer A buffer. -function call_tip_cancel(buffer) end - ---- --- Returns a call tip's display position. --- @param buffer A buffer. --- @return number -function call_tip_pos_start(buffer) end - ---- --- Displays a call tip at position *pos* with string *text* as the call tip's --- contents. --- Any "\001" or "\002" bytes in *text* are replaced by clickable up or down --- arrow visuals, respectively. These may be used to indicate that a symbol has --- more than one call tip, for example. --- @param buffer A buffer. --- @param pos The position in *buffer* to show a call tip at. --- @param text The call tip text to show. -function call_tip_show(buffer, pos, text) end - --- -- Returns whether or not there is an action to be redone. -- @param buffer A buffer. -- cgit v1.2.3