aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
AgeCommit message (Expand)Author
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
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-06-10Fixed bug from previous commit; core/file_io.luamitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-05-11Ignore 'file://' prefix for filenames; core/file_io.luamitchell
2010-04-17Remove initial 'Untitled' buffer when necessary.mitchell
2010-03-30Removed support for api files.mitchell
2010-02-25Modified quit and close dialogs to be more readable.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-25Documentation overhaul.mitchell
2009-07-19Removed [Local {function,table}] documentation from being shown in LuaDoc.mitchell
2009-07-18Fix bugs related to core/events.lua changes.mitchell
2009-07-12textadept.dialog doesn't support '--text' for 'fileselect'.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell
2009-07-12Lua code cleanup.mitchell