Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
Removed redundant stats link.
|
|
This is analagous to `events.FIND_TEXT_CHANGED`.
|
|
Also moved buffer state save/restore into ui module.
|
|
|
|
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.
|
|
Scintilla LongTerm3 maintenance is ending with upcoming Scintilla 5.
Textadept now requires a C++17 compiler. Also updated Docker image.
|
|
|
|
Also fixed lack of header anchors in generated HTML.
|
|
Added some documentation infrastructure for eventual migration to a new build
service. Use a simple Lua script for generating documentation offline.
|