aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Code cleanup.Gravatar mitchell2020-07-24
* Updated LuaDoc.Gravatar mitchell2020-07-23
* Make `ui.highlight_words` a multi-option setting.Gravatar mitchell2020-07-19
* Updated to latest Scintilla for new `lexer.fold*` API.Gravatar mitchell2020-07-18
* Minor LuaDoc updates and spelling corrections.Gravatar mitchell2020-07-16
* Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.Gravatar mitchell2020-07-16
* Ensure buffer selection session data is saved.Gravatar mitchell2020-07-16
* Call `os.spawn()` exit callback after `proc:wait()`.Gravatar mitchell2020-07-15
* Renamed os.spawn() parameter from 'argv' to 'cmd'.Gravatar mitchell2020-07-14
* `ui.dialogs.optionselect()` changes `informative_text` option to `text`.Gravatar mitchell2020-07-14
* Renamed `textadept.editing.block_comment()` to `toggle_comment()`.Gravatar mitchell2020-07-14
* Limit word highlighting to single words.Gravatar mitchell2020-07-13
* Note that `Esc` clears word highlighting.Gravatar mitchell2020-07-13
* Test setting styles directly via `lexer.styles`.Gravatar mitchell2020-07-13
* Make `lexer` global by default when it's available.Gravatar mitchell2020-07-13
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Reverted LuaDoc for `buffer:indicator_end()`.Gravatar mitchell2020-07-13
* Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional.Gravatar mitchell2020-07-12
* Fixed --line command line switch.Gravatar mitchell2020-07-12
* Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.Gravatar mitchell2020-07-12
* Be more consistent with "key sequences", "key commands", and "key bindings".Gravatar mitchell2020-07-12
* Updated macro record to use new modifier keys.Gravatar mitchell2020-07-12
* Fixed display of API documentation in the command entry.Gravatar mitchell2020-07-09
* Fixed error style in the light theme.Gravatar mitchell2020-07-08
* Auto-convert '#RRGGBB' format theme colors to 0xBBGGRR number format.Gravatar mitchell2020-07-08
* Reverted accidental test changes.Gravatar mitchell2020-07-08
* Reverted accidental commit of experimental changes.Gravatar mitchell2020-07-08
* Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.Gravatar mitchell2020-07-07
* Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.Gravatar mitchell2020-07-04
* Added support for Fennel.Gravatar mitchell2020-07-03
* Updated LuaDoc noting that `view.MOD_*` is different on Mac.Gravatar mitchell2020-07-03
* Only save before compile/run if the buffer has been modified.Gravatar mitchell2020-07-01
* Ignore language name in language-specific keys when warning about compatibility.Gravatar mitchell2020-06-30
* Enabled compatibility message for old key modifiers.Gravatar mitchell2020-06-29
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-06-28
* Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.Gravatar mitchell2020-06-28
* Be more consistent with Command key variable name.Gravatar mitchell2020-06-28
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28
* Updated file_diff test.Gravatar mitchell2020-06-27
* Improve code coverage in some tests.Gravatar mitchell2020-06-25
* Report LuaCov coverage after running tests if it is enabled.Gravatar mitchell2020-06-25
* Fixed LuaDoc.Gravatar mitchell2020-06-25
* Removed unstable test handling.Gravatar mitchell2020-06-22
* Added tests for external ctags, file_diff, history, and spellcheck modules.Gravatar mitchell2020-06-22
* Fixed potential hangs on curses with `os.spawn()`.Gravatar mitchell2020-06-22
* Fixed LuaDoc for `buffer:indicator_end()`.Gravatar mitchell2020-06-22
* Update to latest Scintilla revision for LexLPeg crash fix.Gravatar mitchell2020-06-20
* Fixed toggling of Find & Replace pane visibility with `ui.find.focus()`.Gravatar mitchell2020-06-11
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
* Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.Gravatar mitchell2020-06-10