Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks to Momohime Honda.
|
|
Auto-saving interferes with commands that read file modification times.
|
|
|
|
|
|
They had always been a bit counter-intuitive.
|
|
This requires theme updates, primarily due to colour -> color.
|
|
|
|
|
|
|
|
Also improved separate themes-per-view functionality.
|
|
This feature was inadvertently removed during a refactor.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
This was the previous behavior, but did not distinguish between modes.
|
|
|
|
Filepaths have a "_HOME" prefix that is expected to be filled in by consumers
(e.g. the experimental ctags module).
|
|
|
|
|
|
The Scintilla iface was changed to not return a second string length value.
|
|
|
|
This helps avoid disorienting jumps when the user is not aware a snippet is
still active.
|
|
|
|
|
|
|
|
|
|
e.g. `io.reload_buffer()` was renamed `buffer:reload()`.
|
|
|
|
|
|
Experience has shown a vast majority of filteredlist dialogs need to be wide.
Use a standard width that needs to be overridden rather than remembered.
|
|
|
|
|
|
|
|
|
|
|
|
User scripts can now save and load from session data.
|
|
|
|
|
|
|
|
`buffer:brace_bad_light()` was not being given the correct parameters.
|
|
|
|
This requires Scintilla changeset 429993cf4429.
|
|
|
|
Also performed some reformatting, refactoring, and code cleanup for the command
entry module.
|