aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
AgeCommit message (Expand)Author
2017-03-24Fixed some bugs in "Replace All"; modules/textadept/find.luamitchell
2016-12-31Updated copyright information.mitchell
2016-10-18Fixed bug in find/replace with consecutive matches; modules/textadept/find.luamitchell
2016-08-31Fixed infinite loop in "Replace All" with zero-length regex matches.mitchell
2016-07-22Fixed infinite loop with "Replace All" in selection; modules/textadept/find.luamitchell
2016-07-04Added timeout prompt for "Find in Files".mitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
2016-06-25Small code and documentation cleanup.mitchell
2016-06-16Changed 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-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-06-15Changed "find in files" API a bit.mitchell
2016-06-15Renamed `ui.SILENT_PRINT` to `ui.silent_print`.mitchell
2016-06-15Changed some of 'lfs_ext' API.mitchell
2016-04-18Reverted r2149 (center found text in the view); modules/textadept/find.luamitchell
2016-04-16Find in files should not print the contents of binary files.mitchell
2016-04-10Small documentation update.mitchell
2016-04-10Fixed "replace within selection" edge case; modules/textadept/find.luamitchell
2016-04-10Center found text in the view; modules/textadept/find.luamitchell
2016-04-06Default to project root when finding in files; modules/textadept/find.luamitchell
2016-04-05Support UTF-8 searches in files; modules/textadept/find.luamitchell
2016-04-02Code cleanup.mitchell
2016-03-26Support UTF-8 Lua pattern matching.mitchell
2016-02-01Do not assume 1 byte char widths in Lua pattern find; modules/textadept/find.luamitchell
2015-12-31Updated copyright date.mitchell
2015-07-25Highlight found text in find in files results.mitchell
2015-06-23Updated to Scintilla 3.5.7.mitchell
2015-04-13Added `symlink` filter option for ignoring symlinked files and directories.mitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-12Lua code cleanup.mitchell
2014-12-31Updated copyright year.mitchell
2014-11-12Code and documentation cleanup.mitchell
2014-11-06Use the current working directory in fileselect dialogs.mitchell
2014-10-05Replaced command entry text field with a Scintilla buffer.mitchell
2014-09-29Fix replace bug when embedded Lua evals to a number; modules/textadept/find.luamitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-04Pressing "Enter" in message buffer simulates double-click.mitchell
2014-05-23Fixed bug related to captures from previous searches; modules/textadept/find.luamitchell
2014-04-06Clarified "wrapping" in find/replace; modules/textadept/find.luamitchell
2014-03-01Use `assert(...)` as a shortcut for `if not ... then error() end`.mitchell
2014-01-12Updated copyright information.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-18LuaDoc updates.mitchell
2013-11-11Fixed bug when replacement captures have escapes; modules/textadept/find.luamitchell
2013-11-10Store the full Lua pattern match in "%0" for use in replacement text.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-10-18More LuaDoc updates.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell