Age | Commit message (Collapse) | Author |
|
`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.)
|
|
Some of the Scintilla API has changed, and by extension the Scintillua API.
|
|
Use clang-format, LuaFormatter, and 100 character limit on lines.
|
|
|
|
|
|
|
|
|
|
|
|
Also moved buffer state save/restore into ui module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This requires theme updates, primarily due to colour -> color.
|
|
|
|
|
|
Also improved separate themes-per-view functionality.
|
|
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.
|
|
|
|
|
|
|
|
|
|
e.g. `io.reload_buffer()` was renamed `buffer:reload()`.
|
|
This requires Scintilla changeset 429993cf4429.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
|
|
|
|
|
|
|
|
|