aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/snapopen.lua
AgeCommit message (Expand)Author
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-13Added extension filter and default filter; modules/textadept/snapopen.luamitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
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
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