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.
|
|
Compile and run should work out of the box for most languages. Also added a
warning marker, renamed `compile_command` and `run_command` tables to
`compile_commands` and `run_commands`, respectively, and renamed `error_details`
to `error_patterns`, changing its structure to just hold patterns.
|
|
|
|
|
|
|
|
Also removed more unused constants.
|
|
|
|
|
|
Menus and key bindings do not need `events.INITIALIZED`.
|
|
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.
|