diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.buffer.luadoc | 8 | ||||
-rw-r--r-- | core/.ui.dialogs.luadoc | 3 | ||||
-rw-r--r-- | core/.view.luadoc | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 4f1dc7cc..93ed88d0 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -626,11 +626,6 @@ function clear_all(buffer) end function clear_document_style(buffer) end --- --- Removes all selections and moves the caret to the beginning of the buffer. --- @param buffer A buffer. -function clear_selections(buffer) end - ---- -- Instructs the lexer to style and mark fold points in the range of text -- between *start_pos* and *end_pos*. -- If *end_pos* is `-1`, styles and marks to the end of the buffer. @@ -1950,8 +1945,9 @@ function set_lexer(buffer, lexer) end -- * char_position_from_point -- * char_position_from_point_close -- * character_category_optimization --- * clear_cmd_key -- * clear_all_cmd_keys +-- * clear_cmd_key +-- * clear_selections -- * clear_tab_stops -- * copy_allow_line -- * count_code_units diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc index aa7e6b77..12893261 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -457,7 +457,8 @@ function standard_dropdown(options) end -- index) and the selected item's text (instead of its index). If no item -- was selected, returns the dialog's exit status (instead of its exit -- code). The default value is `false`. --- * `width`: The dialog's pixel width. +-- * `width`: The dialog's pixel width. The default width stretches nearly the +-- width of Textadept's window. -- * `height`: The dialog's pixel height. -- * `float`: Show the dialog on top of all desktop windows. The default value -- is `false`. diff --git a/core/.view.luadoc b/core/.view.luadoc index db087d54..74cd5219 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -617,7 +617,7 @@ -- -- The default value is `view.WRAPVISUALFLAG_NONE`. -- @field wrap_visual_flags_location (number) --- The wrapped line visual flag drawing mode. +-- The wrapped line visual flag location. -- -- * `view.WRAPVISUALFLAGLOC_DEFAULT` -- Draw a visual flag near the view's right margin. @@ -633,7 +633,7 @@ -- the left of the view. -- @field zoom (number) -- The number of points to add to the size of all fonts. --- Negative values are allowed. +-- Negative values are allowed, down to `-10`. -- The default value is `0`. -- @field ANNOTATION_BOXED (number, Read-only) -- |