Age | Commit message (Expand) | Author |
2020-07-25 | Added find incremental test for whole word option. |  mitchell |
2020-07-25 | Moved incremental find into Find & Replace Pane. |  mitchell |
2020-07-19 | Make `ui.highlight_words` a multi-option setting. |  mitchell |
2020-07-18 | Updated to latest Scintilla for new `lexer.fold*` API. |  mitchell |
2020-07-15 | Call `os.spawn()` exit callback after `proc:wait()`. |  mitchell |
2020-07-14 | Renamed `textadept.editing.block_comment()` to `toggle_comment()`. |  mitchell |
2020-07-13 | Limit word highlighting to single words. |  mitchell |
2020-07-13 | Test setting styles directly via `lexer.styles`. |  mitchell |
2020-07-13 | Auto-highlight all occurrences of selected words and find results. |  mitchell |
2020-07-12 | Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional. |  mitchell |
2020-07-08 | Reverted accidental test changes. |  mitchell |
2020-07-07 | Added `lexer.colors` and `lexer.styles` and updated themes to utilize them. |  mitchell |
2020-07-04 | Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`. |  mitchell |
2020-06-28 | Changed keybinding modifier keys. |  mitchell |
2020-06-27 | Updated file_diff test. |  mitchell |
2020-06-25 | Improve code coverage in some tests. |  mitchell |
2020-06-25 | Report LuaCov coverage after running tests if it is enabled. |  mitchell |
2020-06-22 | Removed unstable test handling. |  mitchell |
2020-06-22 | Added tests for external ctags, file_diff, history, and spellcheck modules. |  mitchell |
2020-06-10 | Renamed some buffer/view fields to use American English instead of Australian. |  mitchell |
2020-06-10 | Replaced `lfs.dir_foreach()` with `lfs.walk()` generator. |  mitchell |
2020-06-09 | Prefer `view.call_tip_*` instead of `buffer.call_tip_*`. |  mitchell |
2020-06-05 | Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits. |  mitchell |
2020-05-26 | Fixed undocumented regression with word completion and case sensitivity. |  mitchell |
2020-05-25 | Test code cleanup. |  mitchell |
2020-05-25 | Allow views to be used as buffers and update API. |  mitchell |
2020-05-24 | Restore prior key mode after running the command entry. |  mitchell |
2020-05-24 | Updated tests for recent command entry history change. |  mitchell |
2020-05-24 | Always use capital drive letters when opening files in Windows. |  mitchell |
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. |  mitchell |
2020-03-25 | Refactored buffer and view metamethods by splitting them up. |  mitchell |
2020-03-23 | Added unit tests for core code in textadept.c. |  mitchell |
2020-03-18 | Added `ui.dialogs.progressbar()` and utilize it with Find in Files. |  mitchell |
2020-03-17 | Added per-mode command entry history. |  mitchell |
2020-03-17 | Align block comments by column if possible, not indent. |  mitchell |
2020-03-17 | Event handlers can now return any non-nil value. |  mitchell |
2020-03-16 | Moved individual buffer functions in `io` into `buffer`. |  mitchell |
2020-03-16 | Renamed `keys.MODE` to `keys.mode`. |  mitchell |
2020-03-16 | Use a default width for `ui.dialogs.filteredlist` dialogs. |  mitchell |
2020-03-16 | Detect and allow jumping to internal Lua errors. |  mitchell |
2020-03-13 | Added session saving test. |  mitchell |
2020-03-13 | More code cleanup, refactoring, and reformatting. |  mitchell |
2020-03-12 | More code cleanup, refactoring, reformatting, and bug fixes. |  mitchell |
2020-03-11 | Replaced `buffer.style_name` table with `buffer:name_of_style()`. |  mitchell |
2020-03-11 | Updated tests. |  mitchell |
2020-03-10 | Core code cleanup, reformat, refactoring, and bugfixes. |  mitchell |
2020-03-07 | Ask LPeg lexer which lexers are available instead of searching for them. |  mitchell |
2020-03-05 | Added lexer tests. |  mitchell |
2020-03-03 | Added tests for some complex menu functions. |  mitchell |
2020-03-03 | Move test.lua into test folder. |  mitchell |