aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/snapopen.lua
AgeCommit message (Collapse)Author
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
Also moved snapopen module into core as io.snapopen().
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-16Removed 'PATHS'; modules/textadept/snapopen.luamitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-08-23Changed the default directory depth to 99; modules/textadept/snapopen.luamitchell
Since there is a maximum number of files to list, the depth setting does not matter so much.
2012-06-22Resize most filteredlists to fit the ncurses screen.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-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
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