Age | Commit message (Collapse) | Author |
|
Removed their respective color settings.
|
|
|
|
|
|
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.
|
|
|
|
|
|
Also integrated comment strings into `_M.textadept.editing.comment_string` so
block commenting works out of the box.
|
|
|
|
Also added some OSX scripts from the bundle to the repository.
Requires the latest "GTK+ for OSX bundle".
|
|
|
|
|
|
Requires Scintillua r370.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
The module was being loaded by default anyway. Besides, the user's
modules/textadept/init.lua controls which parts are loaded.
|
|
|
|
|
|
|
|
"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 changed experimental find incremental API.
|
|
|
|
This fixes Fn key recognition.
|
|
|
|
|
|
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
|
|
|
|
Requires Scinterm r47.
|
|
|