aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
AgeCommit message (Collapse)Author
2008-09-21Adapted lua-dialog file selection to work in Windows; core/file_io.luamitchell
2008-09-20Added session support for Windows; core/file_io.luamitchell
2008-09-19Added preliminary support for Textadept on Windows.mitchell
2008-06-18Always load Project Manager settings from session file.mitchell
2008-03-04Fixed bugs with tonumber(cocoa_dialog(...)) in various files.mitchell
Instead of the extra overhead when calling tonumber(), add the --no-newline option and do a direct string comparison.
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-29Fixed empty buffer.filename bug in save_as(); core/file_io.luamitchell
2008-02-23Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).mitchell
2008-02-10Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.mitchell
2007-11-16Prevent data loss by opening file after 'prepare'ing for save; core/file_io.luamitchell
2007-09-27Added buffer:reload() function.mitchell
2007-08-15Recent files are now tracked and a user list can be shown to open them.mitchell
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-09Renamed modules global to _m.mitchell
2007-08-09Added new LuaDoc, updated existing LuaDoc to be more consistent.mitchell
2007-08-06Initial import of core Lua files.mitchell