Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also ensure backward-compatibility with existing session files.
|
|
|
|
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Themes are now just single files that share Textadept's Lua state.
Also added a new "settings.lua" that functions in place of buffer and view theme
files.
Requires latest Scintillua.
|
|
This fix is in 6.6.
|
|
|
|
|
|
"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.
|
|
Also refactored modules/textadept/mime_types.lua.
Requires Scintillua r357.
|
|
Requires gtdialog r56.
|
|
|
|
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
Added `_M.textadept.run.cwd` field for storing the working directory for more
accurate relative file paths.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pathnames and filenames are italic and be more consistent with constant width
text.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|