Age | Commit message (Collapse) | Author |
|
|
|
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
Thanks to Robert Gieseke.
|
|
This fixes the disorienting scrolling when wrapping only one search result.
|
|
Added `_M.textadept.run.cwd` field for storing the working directory for more
accurate relative file paths.
|
|
Also moved snapopen module into core as io.snapopen().
|
|
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This requires Scintilla hg changeset 4323 (91f84362eeb0).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pathnames and filenames are italic and be more consistent with constant width
text.
|
|
|
|
Users can connect to this event to implement a more visual or audible notice
when a search wraps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Even though the implementation uses a new `MODIFIED` event, it is left
undocumented because it will likely never be a full implementation of
SCN_MODIFIED.
|
|
|
|
|
|
|
|
Rewrote most of the manual and Lua API to complement each other.
Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
|
|
|
|
|
|
|
|
Since there is a maximum number of files to list, the depth setting does not
matter so much.
|
|
|
|
|
|
|