Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
It's simple enough for scripts to call `buffer:marker_add()` as needed.
|
|
|
|
|
|
|
|
|
|
This was caused by macros requiring the backspace key to be manually assigned.
|
|
|
|
|
|
|
|
Removed leading '_' from snippet methods, but kept compatibility for now.
|
|
Kept backward-compatibility for now.
|
|
This is in anticipate of removing '_' from keys, which would have created
duplicate keys.
|
|
|
|
This enables proper ctags navigation.
|
|
|
|
Also refactored snippet lookup, added options to Lua and C modules to include
snippet triggers in autocompletion lists, swapped snippet keybindings, and fixed
a bug recognizing lexer-specific snippet files as global.
|
|
A typeref would have always been considered a member of itself.
|