Age | Commit message (Collapse) | Author |
|
|
|
This requires Scinterm r92 (changset 90ba2dd413c3).
|
|
|
|
|
|
|
|
|
|
|
|
Also have libtermkey take care of saving and restoring termios.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Any changes, even incremental ones, are reflected immediately.
As a result, removed `set_menubar()` and `set_contextmenus()` from API.
|
|
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter
functions.
|
|
Requires Scintillua r423.
|
|
|
|
|
|
|
|
Also fixed some curses errors introduced by the last commit.
|
|
|
|
|
|
|
|
|
|
|
|
Also clarified `ta` launcher since `--help` is unavailable.
|
|
It's probably better to have users enable it manually than to do something
unexpected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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`.
|