Age | Commit message (Collapse) | Author |
|
It is possible to have in a non-current view a buffer without saved selection
data.
|
|
Added tests for `os.spawn()`.
|
|
There should be no confusion that it's a command line string, not a table of
strings.
|
|
This is more consistent with other non-text-input dialog options.
|
|
|
|
|
|
|
|
Requires latest Scintilla for proper `lexer.colors` return types.
|
|
|
|
This supercedes `textadept.editing.highlight_word()`, which has been removed.
Changed the color of word highlights in themes.
|
|
|
|
|
|
Line number strings need to be converted to numbers.
|
|
Textadept's paths have higher priority anyway.
|
|
Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences.
|
|
|
|
|
|
|
|
This allows for use of colors directly in view functions.
|
|
|
|
|
|
This allows for a more Lua table-oriented approach to defining and using colors
and styles, instead of manually manipulating Scintilla property strings.
Themes are still backwards compatible, as the underlying mechanisms are still
in place.
|
|
|
|
Thanks to Momohime Honda.
|
|
|
|
Auto-saving interferes with commands that read file modification times.
|
|
|
|
|
|
|
|
|
|
|
|
They had always been a bit counter-intuitive.
|
|
|
|
|
|
Uncomment the lines near the top of *core/init.lua* to enable LuaCov.
|
|
|
|
`os.spawn()` issues in curses should be resolved now.
|
|
|
|
Stop tracking and monitoring processes on exit.
|
|
|
|
|
|
|
|
This requires theme updates, primarily due to colour -> color.
|
|
|
|
|
|
|
|
|
|
Also improved separate themes-per-view functionality.
|
|
|
|
|