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
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
2019-12-31
Updated copyright year.
mitchell
2019-11-22
Fixed bug in "Replace All in selection" with a match at the end of a selection.
mitchell
2019-09-22
Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.
mitchell
2019-09-18
Refactored "Replace All" to be more performant.
mitchell
2019-05-02
Do not advance the caret on failed incremental find.
mitchell
2019-03-28
Fixed scrolling found text into view on long lines.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-11-26
Changed filter format to be more flat and intuitive.
mitchell
2018-10-23
Make find and menu command selection more macro-friendly.
mitchell
2018-09-13
Replaced `ui.find.find_in_files_filter` with `ui.find.find_in_files_filters`.
mitchell
2018-07-28
Removed optional '*' prefix in I/O reads.
mitchell
2018-05-22
Fixed selection of find in files result if it's at the start of the line.
mitchell
2018-05-18
Only interpret \uXXXX in regex replacements and ignore \xYY.
mitchell
2018-05-11
Be more explicit with matching \uXXXX and \xYY replacement patterns.
mitchell
2018-05-11
Intepret \uXXXX and \xYY escapes in replacement text.
mitchell
2018-05-07
Fixed replace in selection infinite loop with empty matches.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-07-02
When searching in files, show more lines below a match.
mitchell
2017-03-24
Fixed some bugs in "Replace All"; modules/textadept/find.lua
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-10-18
Fixed bug in find/replace with consecutive matches; modules/textadept/find.lua
mitchell
2016-08-31
Fixed infinite loop in "Replace All" with zero-length regex matches.
mitchell
2016-07-22
Fixed infinite loop with "Replace All" in selection; modules/textadept/find.lua
mitchell
2016-07-04
Added timeout prompt for "Find in Files".
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-06-25
Small code and documentation cleanup.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-06-15
`textadept.editing.goto_line()` takes 0-based line number.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Changed "find in files" API a bit.
mitchell
2016-06-15
Renamed `ui.SILENT_PRINT` to `ui.silent_print`.
mitchell
2016-06-15
Changed some of 'lfs_ext' API.
mitchell
2016-04-18
Reverted r2149 (center found text in the view); modules/textadept/find.lua
mitchell
2016-04-16
Find in files should not print the contents of binary files.
mitchell
2016-04-10
Small documentation update.
mitchell
2016-04-10
Fixed "replace within selection" edge case; modules/textadept/find.lua
mitchell
2016-04-10
Center found text in the view; modules/textadept/find.lua
mitchell
[next]