aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* Linux comes first; core/file_io.luaGravatar mitchell2008-09-24
* Added textadept.size property.Gravatar mitchell2008-09-24
* Adapted lua-dialog file selection to work in Windows; core/file_io.luaGravatar mitchell2008-09-21
* Added session support for Windows; core/file_io.luaGravatar mitchell2008-09-20
* Added preliminary support for Textadept on Windows.Gravatar mitchell2008-09-19
* Always load Project Manager settings from session file.Gravatar mitchell2008-06-18
* Fixed bugs with tonumber(cocoa_dialog(...)) in various files.Gravatar mitchell2008-03-04
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
* Fixed empty buffer.filename bug in save_as(); core/file_io.luaGravatar mitchell2008-02-29
* Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).Gravatar mitchell2008-02-23
* Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.Gravatar mitchell2008-02-10
* Prevent data loss by opening file after 'prepare'ing for save; core/file_io.luaGravatar mitchell2007-11-16
* Added buffer:reload() function.Gravatar mitchell2007-09-27
* Recent files are now tracked and a user list can be shown to open them.Gravatar mitchell2007-08-15
* Renamed handlers module to events, updated everything to reflect changes.Gravatar mitchell2007-08-15
* Renamed modules global to _m.Gravatar mitchell2007-08-09
* Added new LuaDoc, updated existing LuaDoc to be more consistent.Gravatar mitchell2007-08-09
* Initial import of core Lua files.Gravatar mitchell2007-08-06