Age | Commit message (Collapse) | Author |
|
They had always been a bit counter-intuitive.
|
|
This requires theme updates, primarily due to colour -> color.
|
|
|
|
|
|
|
|
Also improved separate themes-per-view functionality.
|
|
This allows for a superficial separation of buffer- and view-specific Scintilla
functionality. buffers and views can now be used interchangeably for the most
part, and the APIs are guidance, not hard requirements. User scripts do not
require any modification and will continue to function normally.
|
|
|
|
|
|
|
|
Previous guides are in prior releases and in revision history.
|
|
|
|
|
|
|
|
|
|
|
|
e.g. `io.reload_buffer()` was renamed `buffer:reload()`.
|
|
Kept backward-compatibility for now.
|
|
|
|
|
|
|
|
The command entry no longer uses named key modes. Instead, mode keys are
supplied to `run()` if necessary. The command entry remains modal, though.
|
|
|
|
|
|
|
|
CP1252 is a superset of ISO-8859-1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is more convenient than '-e "goto_line(n - 1)"'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
It seems 32-bit executables will not be allowed soon.
|
|
|
|
|
|
|
|
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required.
Since C++11 includes regex capability, drop TRE dependency.
|
|
|
|
|