Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
This feature was inadvertently removed during a refactor.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|