index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
find.lua
Age
Commit message (
Expand
)
Author
2021-01-29
Updated copyright information.
mitchell
2020-12-19
Ensure a bare `ui.find.focus()` call resets incremental and in files options.
mitchell
2020-11-10
Added argument to `events.FIND_RESULT_FOUND`.
mitchell
2020-10-30
Moved find occurrence highlighting and counting into an event handler.
mitchell
2020-10-23
Small code cleanup.
mitchell
2020-10-21
Do not clear or perform find result highlighting in "Find in Files" buffer.
mitchell
2020-10-20
Code cleanup.
mitchell
2020-10-13
Construct regex replacement pattern from previous commit just once.
mitchell
2020-10-13
Implement \U, \L, \u, and \l case transformations in regex replacements.
mitchell
2020-10-12
Removed accidentally committed experimental code.
mitchell
2020-10-11
Updated LuaDoc.
mitchell
2020-10-05
Fixed advancing caret for incremental find when text is not found.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-09-16
Record directory for "find in files" searches.
mitchell
2020-09-16
Always refresh in the terminal version during incremental find.
mitchell
2020-09-12
Fixed restoration of replace entry text after "Replace All".
mitchell
2020-09-10
Fixed error reporting the number of zero-length find results.
mitchell
2020-09-07
Added `ui.find.active` and prevent word highlighting when searching.
mitchell
2020-09-07
Added `events.FIND_RESULT_FOUND` and reverted scrolling change.
mitchell
2020-09-02
First scroll find results into view, then vertically center the caret.
mitchell
2020-08-27
Disable `ui.find.highlight_all_matches` by default.
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-20
Show "Match X/Y" in statusbar when searching for text.
mitchell
2020-08-20
Prevent infinite loops when highlighting found text.
mitchell
2020-08-18
Center the caret vertically for find results.
mitchell
2020-08-16
Fixed a bug where filter text could always be put in the "Replace" entry.
mitchell
2020-08-08
Use comma-separated patterns in find & replace pane's "Filter" field.
mitchell
2020-08-04
Updated LuaDoc.
mitchell
2020-08-02
Fixed regression with showing "No results found" in searches.
mitchell
2020-07-29
Also updated stored filter of initial directory for Find in Files.
mitchell
2020-07-25
Find & Replace Pane now allows file filters to be specified for Find in Files.
mitchell
2020-07-25
Fixed bug in incremental find in the terminal version.
mitchell
2020-07-25
Moved incremental find into Find & Replace Pane.
mitchell
2020-07-25
Added option to highlight all occurrences of found text.
mitchell
2020-07-19
Make `ui.highlight_words` a multi-option setting.
mitchell
2020-07-16
Minor LuaDoc updates and spelling corrections.
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-06-28
Changed keybinding modifier keys.
mitchell
2020-06-10
Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.
mitchell
2020-05-25
Allow views to be used as buffers and update API.
mitchell
2020-03-26
Switched to 1-based indices for buffer positions, lines, and countable entities.
mitchell
2020-03-18
Added `ui.dialogs.progressbar()` and utilize it with Find in Files.
mitchell
2020-03-16
Small documentation update.
mitchell
2020-03-13
More code cleanup and refactoring.
mitchell
2020-03-12
More code cleanup, refactoring, and reformatting.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-21
Removed '_' mnemonics from locale keys.
mitchell
2020-02-21
Tweaked localization keys.
mitchell
[next]