Age | Commit message (Collapse) | Author |
|
|
|
|
|
Do not emit this event when a dialog is active.
|
|
This fixes a bug introduced by r3029 when invoking search via a macro.
|
|
This allows users and language modules to easily add bindings and snippets
without stepping on each other.
|
|
This allows for arbitrary appending to history, not just for the current or
most recent mode.
|
|
|
|
|
|
Of note:
* io.save_all_files() does not visit each buffer to save anymore. An unintended
side-effect was checking for outside modification (but only if the file itself
was modified), so outside changes will always be saved over now.
* The menu clicked handler uses assert_type(), so the 'Unknown command'
localization is no longer needed.
* When printing to a new buffer type would split the view, use an existing split
view when possible.
* Prefer 'goto continue' construct in loops over nested 'if's.
* Fixed clearing of ui.find.replace_entry_text on reset in the GUI version.
* Fixed lack of statusbar updating when setting options like buffer EOL mode,
indentation, and encoding.
* Renamed internal new_snippet() to new() and put it in the snippet metatable.
|
|
Clarify that it's not normally needed.
|
|
Normally history is auto-appended by the default '\n' key handler, but some
custom modes may have their own '\n' handlers and did not have a way to append
history.
|
|
|
|
|
|
|
|
|
|
Include buffer/view constants as well, which should have been there anyway.
|
|
|
|
|
|
|
|
|
|
This is analagous to `events.FIND_TEXT_CHANGED`.
|
|
Also moved buffer state save/restore into ui module.
|
|
|
|
|
|
|
|
This confuses Jekyll's Liquid tag processing.
|
|
Updated header id generation, anchors, links, and header levels.
Added dedicated book page and support data.
Removed extra module autocompletion and documentation from Lua module.
Removed GPG signing and verification, as everything is built and distributed on
GitHub.
Removed all release links prior to 10.8 since there is no point in uploading
the relevant files to GitHub.
|