Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-15 | Updated to Scintilla 5.2.0. | ||
2022-01-31 | Updated copyright year. | ||
2021-09-30 | Updated to Scintilla 5.1.3. | ||
There is a crash on the Gtk platform that has been temporarily patched until a fix is released. | |||
2021-07-26 | Updated to Scintilla 5.1.1. | ||
2021-06-27 | Updated to Scintilla 5.1.0. | ||
2021-06-11 | Updated Lua autocompletion and documentation. | ||
2021-05-29 | Updated to Scintilla 5.0.3. | ||
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given. | |||
2021-04-30 | Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵ | ||
`events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`. This allows more features to save/restore state when buffer contents are replaced (e.g. file reload, filter through, etc.) | |||
2021-04-13 | Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm. | ||
Some of the Scintilla API has changed, and by extension the Scintillua API. | |||
2021-04-11 | Initial pass reformatting all code. | ||
Use clang-format, LuaFormatter, and 100 character limit on lines. | |||
2020-11-30 | Updated LuaDoc. | ||
2020-10-11 | Updated LuaDoc. | ||
2020-09-30 | Updated Lua autocompletion and documentation. | ||
2020-09-29 | Updated copyright information. | ||
2020-09-19 | Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1. | ||
2020-09-19 | Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks. | ||
Also moved buffer state save/restore into ui module. | |||
2020-09-14 | More small documentation updates. | ||
2020-08-17 | Updated some documentation and use macOS instead of Mac OSX. | ||
2020-08-04 | Try to avoid using `lexer` as a string, as it overshadows the `lexer` module. | ||
2020-08-04 | Updated LuaDoc. | ||
2020-08-03 | Updated LuaDoc. | ||
2020-07-27 | Updated to Scintilla 3.21.0. | ||
2020-07-16 | Minor LuaDoc updates and spelling corrections. | ||
2020-07-13 | Reverted LuaDoc for `buffer:indicator_end()`. | ||
2020-07-04 | Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`. | ||
2020-06-22 | Fixed LuaDoc for `buffer:indicator_end()`. | ||
2020-06-10 | Renamed some buffer/view fields to use American English instead of Australian. | ||
This requires theme updates, primarily due to colour -> color. | |||
2020-06-09 | Prefer `view.call_tip_*` instead of `buffer.call_tip_*`. | ||
2020-06-08 | Prefer `view.property*` instead of `buffer.property*`. | ||
2020-06-05 | Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits. | ||
Also improved separate themes-per-view functionality. | |||
2020-05-25 | Allow views to be used as buffers and update API. | ||
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-09 | Updated to Scintilla 3.20.0. | ||
2020-04-16 | Updated LuaDoc. | ||
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. | ||
2020-03-17 | Updated LuaDoc. | ||
2020-03-16 | Moved individual buffer functions in `io` into `buffer`. | ||
e.g. `io.reload_buffer()` was renamed `buffer:reload()`. | |||
2020-03-11 | Replaced `buffer.style_name` table with `buffer:name_of_style()`. | ||
This requires Scintilla changeset 429993cf4429. | |||
2020-03-03 | Updated LuaDoc. | ||
2020-02-26 | Fixed some documentation. | ||
2020-02-19 | Updated LuaDoc. | ||
2019-12-31 | Updated to Scintilla 3.11.2. | ||
2019-10-26 | Updated to Scintilla 3.11.1. | ||
2019-08-31 | Updated LuaDoc. | ||
2019-06-30 | Updated to Scintilla 3.10.6. | ||
2019-04-17 | Updated to Scintilla 3.10.4. | ||
2019-03-09 | Updated interface to Scintilla 3.10.3. | ||
2019-02-28 | Fixed some LuaDoc. | ||
2018-11-25 | Fixed internal documentation. | ||
2018-10-31 | Updated to Scintilla 3.10.1. | ||
2018-06-30 | Updated to Scintilla 3.10.0. | ||