aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
AgeCommit message (Expand)Author
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-04Do not error when opening a nonexistent file; core/file_io.luamitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-26Reverted r961.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-09-12Documentation overhaul.mitchell
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-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-19Actually fixed bug introduced by r994, r996; core/file_io.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-13Fixed bug introduced by r994; core/file_io.luamitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-11-23Code cleanup.mitchell
2011-11-11Fixed erroneous charset conversion; core/file_io.luamitchell
2011-11-08Fixed bug with opening files in current dir from command line; core/file_io.luamitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Change directory on io.open_file() or buffer:save_as(); core/file_io.luamitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-07-11Allow buffer functions to omit buffer argument.mitchell
2011-07-11Added io.open_recent_file().mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-30Added 'file_after_save' event.mitchell
2010-11-30New manual.mitchell
2010-11-23Code cleanup.mitchell
2010-11-15LuaDoc cleanup.mitchell
2010-10-28Display expected error messages in file IO.mitchell
2010-10-27Do not try to check for file updates if it cannot be read; core/file_io.luamitchell
2010-10-22Use '\' when opening files on WIN32; core/file_io.luamitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-06-11Removed _G.textadept.mitchell