Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As a result, removed `ui.filteredlist()` and changed `io.open_file()` and
`io.snapopen()` APIs to accept tables of files and paths instead of "\n"
delimited strings.
|
|
|
|
Also removed more unused constants.
|
|
|
|
|
|
|
|
|
|
|
|
Do not match pattern anchors.
|
|
|
|
Lua pattern matching in reverse is now possible.
|
|
"local buffer = buffer" and similar optimizations are not needed since lexing
the buffer is much more expensive and reaction time is limited by how fast the
keyboard can submit key presses.
|
|
Requires gtdialog r56.
|
|
|
|
Also changed experimental find incremental API.
|
|
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
This fixes the disorienting scrolling when wrapping only one search result.
|
|
Also moved snapopen module into core as io.snapopen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Users can connect to this event to implement a more visual or audible notice
when a search wraps.
|
|
|
|
Rewrote most of the manual and Lua API to complement each other.
Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
|
|
Also updated to Scintilla 3.2.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|