aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
* Documentation overhaul.Gravatar mitchell2012-09-12
* Resize most filteredlists to fit the ncurses screen.Gravatar mitchell2012-06-22
* Translate all messages instead of relying on GTK to translate stock items.Gravatar mitchell2012-03-27
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
* Updated contact email address.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Updated copyright information.Gravatar mitchell2012-01-06
* Code cleanup.Gravatar mitchell2012-01-05
* 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