aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
AgeCommit message (Expand)Author
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
2009-07-08Better session management.mitchell
2009-07-08Replace lua_dialog with gcocoadialog.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell
2009-07-12Lua code cleanup.mitchell
2009-07-08Better session management.mitchell
2009-07-07Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.mitchell
2009-07-07Save PM cursor over sessions; core/file_io.luamitchell
2009-06-20Try list of encodings to load if none was detected rather than just UTF-8.mitchell
2009-06-19Use before_switch and after_switch events for buffers and views.mitchell
2009-03-03Minor core code cleanup.mitchell
2009-03-01Ignore null byte for specific Scintilla messages; use buffer:get_text() again.mitchell
2009-03-01Added 'file_before_save' signal.mitchell
2009-03-01Added support for multiple character encodings through g_convert().mitchell
2009-02-28Use UTF-8 internally and respect platform filename encoding.mitchell
2009-02-23Attempt to preserve existing EOL mode for opened files; core/file_io.luamitchell
2009-02-23The recent_files list behaves better; core/file_io.luamitchell