aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Updated stale buffer parameter references in view LuaDoc.Gravatar mitchell2020-06-09
* Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.Gravatar mitchell2020-06-09
* Prefer `view.property*` instead of `buffer.property*`.Gravatar mitchell2020-06-08
* Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.Gravatar mitchell2020-06-05
* Added tag textadept_11.0_alpha_2 for changeset c424036949cfGravatar mitchell2020-06-01
* Updated CHANGELOG.md.Gravatar mitchell2020-05-31
* Updated for 11.0 alpha 2.Gravatar mitchell2020-05-31
* Fixed compile error on Windows.Gravatar mitchell2020-05-27
* Fixed undocumented regression with word completion and case sensitivity.Gravatar mitchell2020-05-26
* Small code cleanup.Gravatar mitchell2020-05-26
* Updated to latest Scintilla with ability to get style number from name.Gravatar mitchell2020-05-26
* Test code cleanup.Gravatar mitchell2020-05-25
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Restore prior key mode after running the command entry.Gravatar mitchell2020-05-24
* Updated tests for recent command entry history change.Gravatar mitchell2020-05-24
* Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.Gravatar mitchell2020-05-24