aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/snapopen.lua
AgeCommit message (Collapse)Author
2011-09-27Reformatted some LuaDoc.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-03-25Snapopen allows multiple files to be selected now.mitchell
2011-03-17Performance and speed improvements.mitchell
2011-03-09Snapopen respects filesystem encoding; modules/textadept/snapopen.luamitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-13Make recursion depth a parameter; modules/textadept/snapopen.luamitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-10-09Fixed some snapopen Luadoc; modules/textadept/snapopen.luamitchell
2010-09-30Performance improvement; modules/textadept/snapopen.luamitchell
2010-09-30Set max list size for snapopen to prevent blocking.mitchell
2010-09-30Updated documentation; modules/textadept/snapopen.luamitchell
2010-09-29Added a textadept.snapopen module.mitchell