index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test.lua
Age
Commit message (
Expand
)
Author
2021-01-28
Fixed navigating back through history from a print buffer.
mitchell
2021-01-24
Fixed bug restoring view state in an intermediate buffer after closing one.
mitchell
2021-01-22
`io.get_project_root()` accepts an optional flag for returning a submodule root.
mitchell
2021-01-22
Added `textadept.run.test()` and `textadept.run.test_commands`.
mitchell
2021-01-22
Compile, run, and build command functions can also return environment tables.
mitchell
2020-12-19
Ensure a bare `ui.find.focus()` call resets incremental and in files options.
mitchell
2020-12-15
Do not show deleted files in recent file list.
mitchell
2020-12-15
Save the current session prior to loading another one.
mitchell
2020-11-10
Fill `keys` and `snippet` tables with language-specific tables on init.
mitchell
2020-11-03
Fixed `lfs.walk()` bug with root directory.
mitchell
2020-11-01
Added optional mode parameter to `ui.command_entry.append_history()`.
mitchell
2020-10-29
Added more unit tests.
mitchell
2020-10-25
Handle more types of recursive symlinks in `lfs.walk()`.
mitchell
2020-10-25
Handle recursive symlinks in `lfs.walk()`.
mitchell
2020-10-22
`textadept.editing.strip_trailing_spaces` should not apply to binary files.
mitchell
2020-10-20
Code cleanup.
mitchell
2020-10-17
Added `textadept.run.set_arguments()`.
mitchell
2020-10-13
Implement \U, \L, \u, and \l case transformations in regex replacements.
mitchell
2020-10-12
Added `ui.command_entry.append_history()` for manually appending history.
mitchell
2020-10-08
Updated spellchecking tests with various, non-UTF-8 encodings.
mitchell
2020-10-08
Added `textadept.history` module for recording and navigating position history.
mitchell
2020-10-05
Fixed advancing caret for incremental find when text is not found.
mitchell
2020-10-02
Command entry also considers contents of `textadept` as globals.
mitchell
2020-10-02
Fixed bad test.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-09-27
Fixed `io.quick_open()` not doing anything when file limit was exceeded.
mitchell
2020-09-19
Added `events.COMMAND_TEXT_CHANGED`.
mitchell
2020-09-19
Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.
mitchell
2020-09-16
Record directory for "find in files" searches.
mitchell
2020-09-16
No need for "-e" in simple sed invocations.
mitchell
2020-09-12
Fixed restoration of replace entry text after "Replace All".
mitchell
2020-09-07
Fixed find highlighting test failure.
mitchell
2020-08-27
Fixed restoring find & replace pane's replace text outside of "Find in Files".
mitchell
2020-08-23
Fixed bug where jumping to a find in files result of length 1 highlights wrong.
mitchell
2020-08-22
Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.
mitchell
2020-08-17
Added `textadept.editing.auto_enclose` for auto-enclosing selected text.
mitchell
2020-08-08
Removed "View EOL" menu item and key binding.
mitchell
2020-08-08
Use comma-separated patterns in find & replace pane's "Filter" field.
mitchell
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-08-04
Prefer passing env table to `os.spawn()`.
mitchell
2020-08-03
Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.
mitchell
2020-08-02
Fixed regression with showing "No results found" in searches.
mitchell
2020-07-29
Removed index conversion in tests.
mitchell
2020-07-25
Find & Replace Pane now allows file filters to be specified for Find in Files.
mitchell
2020-07-25
Moved word highlighting back into editing module and disable by default.
mitchell
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
[next]