aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
AgeCommit message (Expand)Author
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
2012-10-30Continued updating documentation formatting.mitchell
2012-10-22Added an event for when a search wraps; modules/textadept/find.luamitchell
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-12Documentation overhaul.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
2012-06-04Added ncurses Find/Replace dialog.mitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-10-04Fixed bug with %n in replace introduced by r960; modules/textadept/find.luamitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-07-11Removed label mnemonics from localization keys.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell