Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This also helps fix a bug caused in part by r1557.
|
|
|
|
|
|
Menus and key bindings do not need `events.INITIALIZED`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A side effect is more efficient event emission during startup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also ensure backward-compatibility with existing session files.
|
|
|
|
|
|
|
|
|
|
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
|
|
|
|
|
|
|
|
|
|
This reverts "Enter" to '\r' in Lua, so make a KEYSYM to retain '\n'.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
The module was being loaded by default anyway. Besides, the user's
modules/textadept/init.lua controls which parts are loaded.
|
|
|
|
This fix was repackaged into 6.6 beta.
|