aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
AgeCommit message (Expand)Author
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
2011-06-23Use string constants for event names.mitchell
2011-06-16Use functions for generating unique IDs for markers, indicators, and user lists.mitchell
2011-03-17Performance and speed improvements.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-26Separated key command manager from key command definitions.mitchell
2010-12-19Use buffer.selection_start and buffer.selection_end.mitchell
2010-11-23Code cleanup.mitchell
2010-10-25Speed up find in files; modules/textadept/find.luamitchell
2010-10-25Allow access to find_in_files() through the gui.find API.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-08-26Fixed infinite loop bug with Lua pattern search; modules/textadept/find.luamitchell
2010-06-11Moved core extension modules into textadept module.mitchell