aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/find.lua
Commit message (Expand)AuthorAge
* Fixed "Find Next" for zero-width regex searches.Gravatar mitchell2022-03-17
* Fixed search wrapping indicator not showing up in the statusbar.Gravatar mitchell2022-03-17
* Added `ui.find.show_filenames_in_progressbar` option.Gravatar mitchell2022-03-07
* Updated copyright year.Gravatar mitchell2022-01-31
* Support "Replace All" in multiple and rectangular selection.Gravatar mitchell2021-06-11
* Allow "Replace All" for empty regex matches.Gravatar mitchell2021-06-05
* Added ability to specify find & replace pane entry font via `ui.find.entry_fo...Gravatar mitchell2021-04-16
* Attempt to restore view scroll state after `textadept.editing.filter_through()`.Gravatar mitchell2021-04-14
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Fixed inability to replace found text with escapes like '\n' and '\t'.Gravatar mitchell2021-02-15
* Updated copyright information.Gravatar mitchell2021-01-29
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
* Added argument to `events.FIND_RESULT_FOUND`.Gravatar mitchell2020-11-10
* Moved find occurrence highlighting and counting into an event handler.Gravatar mitchell2020-10-30
* Small code cleanup.Gravatar mitchell2020-10-23
* Do not clear or perform find result highlighting in "Find in Files" buffer.Gravatar mitchell2020-10-21
* Code cleanup.Gravatar mitchell2020-10-20
* Construct regex replacement pattern from previous commit just once.Gravatar mitchell2020-10-13
* Implement \U, \L, \u, and \l case transformations in regex replacements.Gravatar mitchell2020-10-13
* Removed accidentally committed experimental code.Gravatar mitchell2020-10-12
* Updated LuaDoc.Gravatar mitchell2020-10-11
* Fixed advancing caret for incremental find when text is not found.Gravatar mitchell2020-10-05
* Updated copyright information.Gravatar mitchell2020-09-29
* Record directory for "find in files" searches.Gravatar mitchell2020-09-16
* Always refresh in the terminal version during incremental find.Gravatar mitchell2020-09-16
* Fixed restoration of replace entry text after "Replace All".Gravatar mitchell2020-09-12
* Fixed error reporting the number of zero-length find results.Gravatar mitchell2020-09-10
* Added `ui.find.active` and prevent word highlighting when searching.Gravatar mitchell2020-09-07
* Added `events.FIND_RESULT_FOUND` and reverted scrolling change.Gravatar mitchell2020-09-07
* First scroll find results into view, then vertically center the caret.Gravatar mitchell2020-09-02
* Disable `ui.find.highlight_all_matches` by default.Gravatar mitchell2020-08-27
* Fixed restoring find & replace pane's replace text outside of "Find in Files".Gravatar mitchell2020-08-27
* Fixed bug where jumping to a find in files result of length 1 highlights wrong.Gravatar mitchell2020-08-23
* Show "Match X/Y" in statusbar when searching for text.Gravatar mitchell2020-08-20
* Prevent infinite loops when highlighting found text.Gravatar mitchell2020-08-20
* Center the caret vertically for find results.Gravatar mitchell2020-08-18
* Fixed a bug where filter text could always be put in the "Replace" entry.Gravatar mitchell2020-08-16
* Use comma-separated patterns in find & replace pane's "Filter" field.Gravatar mitchell2020-08-08
* Updated LuaDoc.Gravatar mitchell2020-08-04
* Fixed regression with showing "No results found" in searches.Gravatar mitchell2020-08-02
* Also updated stored filter of initial directory for Find in Files.Gravatar mitchell2020-07-29
* Find & Replace Pane now allows file filters to be specified for Find in Files.Gravatar mitchell2020-07-25
* Fixed bug in incremental find in the terminal version.Gravatar mitchell2020-07-25
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Added option to highlight all occurrences of found text.Gravatar mitchell2020-07-25
* Make `ui.highlight_words` a multi-option setting.Gravatar mitchell2020-07-19
* Minor LuaDoc updates and spelling corrections.Gravatar mitchell2020-07-16
* 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
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28