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
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
2016-04-06
Default to project root when finding in files; modules/textadept/find.lua
mitchell
2016-04-05
Support UTF-8 searches in files; modules/textadept/find.lua
mitchell
2016-04-02
Code cleanup.
mitchell
2016-03-26
Support UTF-8 Lua pattern matching.
mitchell
2016-02-01
Do not assume 1 byte char widths in Lua pattern find; modules/textadept/find.lua
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-07-25
Highlight found text in find in files results.
mitchell
2015-06-23
Updated to Scintilla 3.5.7.
mitchell
2015-04-13
Added `symlink` filter option for ignoring symlinked files and directories.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-12
Lua code cleanup.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-11-12
Code and documentation cleanup.
mitchell
2014-11-06
Use the current working directory in fileselect dialogs.
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-09-29
Fix replace bug when embedded Lua evals to a number; modules/textadept/find.lua
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-06-04
Pressing "Enter" in message buffer simulates double-click.
mitchell
2014-05-23
Fixed bug related to captures from previous searches; modules/textadept/find.lua
mitchell
2014-04-06
Clarified "wrapping" in find/replace; modules/textadept/find.lua
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
[next]