Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also helps fix a bug caused in part by r1557.
|
|
|
|
|
|
Menus and key bindings do not need `events.INITIALIZED`.
|
|
Removed their respective color settings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A side effect is more efficient event emission during startup.
|
|
|
|
|
|
|
|
|
|
|
|
"Creating" non-existant modules is a bad idea and causes confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|