aboutsummaryrefslogtreecommitdiff
path: root/core/ext/find.lua
AgeCommit message (Expand)Author
2010-06-11Moved core extension modules into textadept module.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-19Updated LuaDoc.mitchell
2009-07-19Removed [Local {function,table}] documentation from being shown in LuaDoc.mitchell
2009-07-13Added incremental find.mitchell
2009-07-12textadept.dialog doesn't support '--text' for 'fileselect'.mitchell
2009-07-08Replace lua_dialog with gcocoadialog.mitchell
2009-07-08Extended the event system to include project manager, find, command entry, etc.mitchell
2009-05-01Eliminated redundant LuaDoc.mitchell
2009-04-02Display an 'ok-msgbox' on Replace error; core/ext/find.luamitchell
2009-03-07Set MARK_FIND_COLOR for all new views rather than just the current one.mitchell
2009-03-01Ignore null byte for specific Scintilla messages; use buffer:get_text() again.mitchell
2009-03-01Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.mitchell
2009-02-28Use UTF-8 internally and respect platform filename encoding.mitchell
2009-02-22Added key commands and menu items to navigate 'Find in Files' list.mitchell
2009-02-15Cleaned up some Lua code.mitchell
2009-02-15Find in Files marks the double-clicked line; core/ext/find.luamitchell
2009-02-15Only use escape sequences in Lua pattern searches; core/ext/find.luamitchell
2009-02-14Find in Files should search in 'dot' files; core/ext/find.luamitchell
2009-02-12Fixed some corner cases for Find in Files user interface; core/ext/find.luamitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-10Use a _type field for special _print() buffers' titles instead of 'Untitled'.mitchell
2009-02-08Do not do any find/replace when there is no find text.mitchell
2009-02-08Removed buffer:find() function.mitchell
2009-02-05Fixed a bug and added enhancements to Find in Files.mitchell
2009-02-04Ignore find text case with case-insensitive find in files; core/ext/find.luamitchell
2009-01-26Added 'Replace All' for just selected text.mitchell
2009-01-25Fix a 'Replace All' bug and make it undo-able; core/ext/find.luamitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-25goto_file shouldn't depend on _m.textadept.editing.goto_line; core/ext/find.luamitchell
2009-01-25Scroll the view back to how it was for 'no results found'; core/ext/find.luamitchell
2009-01-24Added Find in Files support.mitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
2009-01-08Reformatted all C and Lua code to a single standard for each language.mitchell
2009-01-03Added localization support.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-14Fixed find bug when no match is found; core/ext/find.luamitchell
2008-11-11Find functionality is mostly handled by Lua now.mitchell
2008-06-24Fixed bug with '%' in selected text for replacing; core/ext/find.luamitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-23Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).mitchell
2007-08-16Fixed 'find previous' bug; core/ext/find.luamitchell
2007-08-11Fixed escapes in replace, added %() sequence; core/ext/find.luamitchell
2007-08-09'replace_all' doesn't loop infinitely, 'find' more accurate; core/ext/find.luamitchell
2007-08-06Initial import of extension Lua files.mitchell