aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Added `textadept.editing.auto_enclose` for auto-enclosing selected text.Gravatar mitchell2020-08-17
* Removed "View EOL" menu item and key binding.Gravatar mitchell2020-08-08
* Use comma-separated patterns in find & replace pane's "Filter" field.Gravatar mitchell2020-08-08
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Prefer passing env table to `os.spawn()`.Gravatar mitchell2020-08-04
* Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.Gravatar mitchell2020-08-03
* Fixed regression with showing "No results found" in searches.Gravatar mitchell2020-08-02
* Removed index conversion in tests.Gravatar mitchell2020-07-29
* Find & Replace Pane now allows file filters to be specified for Find in Files.Gravatar mitchell2020-07-25
* Moved word highlighting back into editing module and disable by default.Gravatar mitchell2020-07-25
* Added find incremental test for whole word option.Gravatar mitchell2020-07-25
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* 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
* Call `os.spawn()` exit callback after `proc:wait()`.Gravatar mitchell2020-07-15
* Renamed `textadept.editing.block_comment()` to `toggle_comment()`.Gravatar mitchell2020-07-14
* Limit word highlighting to single words.Gravatar mitchell2020-07-13
* Test setting styles directly via `lexer.styles`.Gravatar mitchell2020-07-13
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional.Gravatar mitchell2020-07-12
* Reverted accidental test 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
* 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
* Removed unstable test handling.Gravatar mitchell2020-06-22
* Added tests for external ctags, file_diff, history, and spellcheck modules.Gravatar mitchell2020-06-22
* 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
* Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.Gravatar mitchell2020-06-09
* Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.Gravatar mitchell2020-06-05
* Fixed undocumented regression with word completion and case sensitivity.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
* Always use capital drive letters when opening files in Windows.Gravatar mitchell2020-05-24
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Refactored buffer and view metamethods by splitting them up.Gravatar mitchell2020-03-25
* Added unit tests for core code in textadept.c.Gravatar mitchell2020-03-23
* Added `ui.dialogs.progressbar()` and utilize it with Find in Files.Gravatar mitchell2020-03-18
* Added per-mode command entry history.Gravatar mitchell2020-03-17
* Align block comments by column if possible, not indent.Gravatar mitchell2020-03-17
* Event handlers can now return any non-nil value.Gravatar mitchell2020-03-17
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Renamed `keys.MODE` to `keys.mode`.Gravatar mitchell2020-03-16
* Use a default width for `ui.dialogs.filteredlist` dialogs.Gravatar mitchell2020-03-16
* Detect and allow jumping to internal Lua errors.Gravatar mitchell2020-03-16