aboutsummaryrefslogtreecommitdiff
path: root/test/test.lua
AgeCommit message (Expand)Author
2020-09-29Updated copyright information.mitchell
2020-09-27Fixed `io.quick_open()` not doing anything when file limit was exceeded.mitchell
2020-09-19Added `events.COMMAND_TEXT_CHANGED`.mitchell
2020-09-19Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.mitchell
2020-09-16Record directory for "find in files" searches.mitchell
2020-09-16No need for "-e" in simple sed invocations.mitchell
2020-09-12Fixed restoration of replace entry text after "Replace All".mitchell
2020-09-07Fixed find highlighting test failure.mitchell
2020-08-27Fixed restoring find & replace pane's replace text outside of "Find in Files".mitchell
2020-08-23Fixed bug where jumping to a find in files result of length 1 highlights wrong.mitchell
2020-08-22Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.mitchell
2020-08-17Added `textadept.editing.auto_enclose` for auto-enclosing selected text.mitchell
2020-08-08Removed "View EOL" menu item and key binding.mitchell
2020-08-08Use comma-separated patterns in find & replace pane's "Filter" field.mitchell
2020-08-04Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.mitchell
2020-08-04Prefer passing env table to `os.spawn()`.mitchell
2020-08-03Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.mitchell
2020-08-02Fixed regression with showing "No results found" in searches.mitchell
2020-07-29Removed index conversion in tests.mitchell
2020-07-25Find & Replace Pane now allows file filters to be specified for Find in Files.mitchell
2020-07-25Moved word highlighting back into editing module and disable by default.mitchell
2020-07-25Added find incremental test for whole word option.mitchell
2020-07-25Moved incremental find into Find & Replace Pane.mitchell
2020-07-19Make `ui.highlight_words` a multi-option setting.mitchell
2020-07-18Updated to latest Scintilla for new `lexer.fold*` API.mitchell
2020-07-15Call `os.spawn()` exit callback after `proc:wait()`.mitchell
2020-07-14Renamed `textadept.editing.block_comment()` to `toggle_comment()`.mitchell
2020-07-13Limit word highlighting to single words.mitchell
2020-07-13Test setting styles directly via `lexer.styles`.mitchell
2020-07-13Auto-highlight all occurrences of selected words and find results.mitchell
2020-07-12Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional.mitchell
2020-07-08Reverted accidental test changes.mitchell
2020-07-07Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.mitchell
2020-07-04Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.mitchell
2020-06-28Changed keybinding modifier keys.mitchell
2020-06-27Updated file_diff test.mitchell
2020-06-25Improve code coverage in some tests.mitchell
2020-06-25Report LuaCov coverage after running tests if it is enabled.mitchell
2020-06-22Removed unstable test handling.mitchell
2020-06-22Added tests for external ctags, file_diff, history, and spellcheck modules.mitchell
2020-06-10Renamed some buffer/view fields to use American English instead of Australian.mitchell
2020-06-10Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.mitchell
2020-06-09Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.mitchell
2020-06-05Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.mitchell
2020-05-26Fixed undocumented regression with word completion and case sensitivity.mitchell
2020-05-25Test code cleanup.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-24Restore prior key mode after running the command entry.mitchell
2020-05-24Updated tests for recent command entry history change.mitchell
2020-05-24Always use capital drive letters when opening files in Windows.mitchell