Age | Commit message (Collapse) | Author |
|
|
|
This replaces custom code in *modules/textadept/menu.lua*.
|
|
It's more reliable and is similar to `ui.find.active`.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Long filenames are clipped.
|
|
|
|
|
|
Include buffer/view constants as well, which should have been there anyway.
|
|
|
|
Also moved buffer state save/restore into ui module.
|
|
|
|
|
|
Thanks to anonymous.
Requires scintillua r841 (changeset a1f0f494ff0e).
|
|
|
|
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.
|
|
|
|
|
|
Word auto-highlighting when searching is too distracting.
|
|
Users who want to vertically center the caret or similar can connect to the
event.
|
|
Added some documentation infrastructure for eventual migration to a new build
service. Use a simple Lua script for generating documentation offline.
|
|
Otherwise, find results on long lines will not be displayed.
|
|
It can be difficult to see what the current result is.
|
|
|
|
Also changed the mnemonic for "Edit > Filter Through" in the process.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Iterating through find results seems a bit more intuitive. Also, for small views
the scrolling was way too disorienting.
|
|
|
|
|
|
|
|
|
|
|
|
This happened when you activated "Find in Files" twice in a row.
|
|
|
|
Previously, you had to be on a line that was a fold point.
|
|
|
|
It does not seem necessary anymore.
|
|
|