aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
AgeCommit message (Expand)Author
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
2013-09-16Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.mitchell
2013-09-16Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-07-08Fixed bug in Lua Pattern "Replace All"; modules/textadept/find.luamitchell
2013-06-20Fixed bug in find and run double-click event handlers.mitchell
2013-04-30Refactored find and replace all; modules/textadept/find.luamitchell
2013-04-29More code cleanup.mitchell
2013-04-25Added icons to msgbox dialogs.mitchell
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.mitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-29Use new Scintilla API for showing search results; modules/textadept/find.luamitchell
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
2013-03-07No flags in replace_all(); modules/textadept/find.luamitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-03Recognize special ncurses keys better.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell