aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* Code cleanup.Gravatar mitchell2012-01-01
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
* Code cleanup.Gravatar mitchell2011-12-31
* Actually fixed bug introduced by r994, r996; core/file_io.luaGravatar mitchell2011-12-19
* Remove 'package.seeall' from LuaDoc comments.Gravatar mitchell2011-12-13
* Fixed bug introduced by r994; core/file_io.luaGravatar mitchell2011-12-13
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Code cleanup.Gravatar mitchell2011-11-23
* Fixed erroneous charset conversion; core/file_io.luaGravatar mitchell2011-11-11
* Fixed bug with opening files in current dir from command line; core/file_io.luaGravatar mitchell2011-11-08
* Reformatted some LuaDoc.Gravatar mitchell2011-09-27
* Change directory on io.open_file() or buffer:save_as(); core/file_io.luaGravatar mitchell2011-09-26
* Lua code cleanup.Gravatar mitchell2011-09-26
* Refactored textadept.c and changed Lua interface a bit.Gravatar mitchell2011-09-25
* Allow buffer functions to omit buffer argument.Gravatar mitchell2011-07-11
* Added io.open_recent_file().Gravatar mitchell2011-07-11
* Removed '_G' prefix from globals where necessary.Gravatar mitchell2011-06-24
* Use string constants for event names.Gravatar mitchell2011-06-23
* Code cleanup.Gravatar mitchell2011-01-21
* Updated copyright information.Gravatar mitchell2010-12-28
* Added 'file_after_save' event.Gravatar mitchell2010-11-30
* New manual.Gravatar mitchell2010-11-30
* Code cleanup.Gravatar mitchell2010-11-23
* LuaDoc cleanup.Gravatar mitchell2010-11-15
* Display expected error messages in file IO.Gravatar mitchell2010-10-28
* Do not try to check for file updates if it cannot be read; core/file_io.luaGravatar mitchell2010-10-27
* Use '\' when opening files on WIN32; core/file_io.luaGravatar mitchell2010-10-22
* Changed locale implementation.Gravatar mitchell2010-10-15
* Code formatting changes.Gravatar mitchell2010-10-14
* Removed _G.textadept.Gravatar mitchell2010-06-11
* Renamed textadept.events to events, renamed 'handle' and 'add_handler'.Gravatar mitchell2010-06-11
* Fixed bug from previous commit; core/file_io.luaGravatar mitchell2010-06-10
* Moved textadept.io into Lua's io table.Gravatar mitchell2010-06-10
* Ignore 'file://' prefix for filenames; core/file_io.luaGravatar mitchell2010-05-11
* Remove initial 'Untitled' buffer when necessary.Gravatar mitchell2010-04-17
* Removed support for api files.Gravatar mitchell2010-03-30
* Modified quit and close dialogs to be more readable.Gravatar mitchell2010-02-25
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Documentation overhaul.Gravatar mitchell2009-07-25
* Removed [Local {function,table}] documentation from being shown in LuaDoc.Gravatar mitchell2009-07-19
* Fix bugs related to core/events.lua changes.Gravatar mitchell2009-07-18
* textadept.dialog doesn't support '--text' for 'fileselect'.Gravatar mitchell2009-07-12
* Moved session support from core/file_io.lua to a Textadept module.Gravatar mitchell2009-07-12
* Lua code cleanup.Gravatar mitchell2009-07-12
* Better session management.Gravatar mitchell2009-07-08
* Replace lua_dialog with gcocoadialog.Gravatar mitchell2009-07-08
* Moved session support from core/file_io.lua to a Textadept module.Gravatar mitchell2009-07-12
* Lua code cleanup.Gravatar mitchell2009-07-12
* Better session management.Gravatar mitchell2009-07-08
* Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.Gravatar mitchell2009-07-07