aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
AgeCommit message (Collapse)Author
2020-07-27Updated to Scintilla 3.21.0.mitchell
2020-07-16Minor LuaDoc updates and spelling corrections.mitchell
2020-07-13Reverted LuaDoc for `buffer:indicator_end()`.mitchell
2020-07-04Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.mitchell
2020-06-22Fixed LuaDoc for `buffer:indicator_end()`.mitchell
2020-06-10Renamed some buffer/view fields to use American English instead of Australian.mitchell
This requires theme updates, primarily due to colour -> color.
2020-06-09Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.mitchell
2020-06-08Prefer `view.property*` instead of `buffer.property*`.mitchell
2020-06-05Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.mitchell
Also improved separate themes-per-view functionality.
2020-05-25Allow views to be used as buffers and update API.mitchell
This allows for a superficial separation of buffer- and view-specific Scintilla functionality. buffers and views can now be used interchangeably for the most part, and the APIs are guidance, not hard requirements. User scripts do not require any modification and will continue to function normally.
2020-05-09Updated to Scintilla 3.20.0.mitchell
2020-04-16Updated LuaDoc.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-17Updated LuaDoc.mitchell
2020-03-16Moved individual buffer functions in `io` into `buffer`.mitchell
e.g. `io.reload_buffer()` was renamed `buffer:reload()`.
2020-03-11Replaced `buffer.style_name` table with `buffer:name_of_style()`.mitchell
This requires Scintilla changeset 429993cf4429.
2020-03-03Updated LuaDoc.mitchell
2020-02-26Fixed some documentation.mitchell
2020-02-19Updated LuaDoc.mitchell
2019-12-31Updated to Scintilla 3.11.2.mitchell
2019-10-26Updated to Scintilla 3.11.1.mitchell
2019-08-31Updated LuaDoc.mitchell
2019-06-30Updated to Scintilla 3.10.6.mitchell
2019-04-17Updated to Scintilla 3.10.4.mitchell
2019-03-09Updated interface to Scintilla 3.10.3.mitchell
2019-02-28Fixed some LuaDoc.mitchell
2018-11-25Fixed internal documentation.mitchell
2018-10-31Updated to Scintilla 3.10.1.mitchell
2018-06-30Updated to Scintilla 3.10.0.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-03-25Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.mitchell
2018-03-24Updated to pre-release version of Scintilla 3.8.0.mitchell
2018-01-25Updated copyright year.mitchell
2018-01-25Backported `buffer.move_extends_selection` from upstream Scintilla.mitchell
2017-12-31Updated LuaDoc.mitchell
2017-11-18Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
As a result, no need for a *properties.lua* file anymore. Also, renamed `ui.set_theme()` to `buffer.set_theme()`.
2017-11-06Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.mitchell
2017-08-16Mention that buffer's API is derived from Scintilla and provide docs link.mitchell
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell
2017-05-26Fixed bug that deleted characters outside of mangled snippets.mitchell
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
2016-12-31Updated copyright information.mitchell
2016-12-05Updated to Scintilla 3.7.1.mitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-09-15Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.mitchell
2016-08-29Small LuaDoc updates.mitchell
2016-08-29Small LuaDoc update; core/.buffer.luadocmitchell
2016-06-30Small manual and LuaDoc updates.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell