aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* 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
* Save PM cursor over sessions; core/file_io.luaGravatar mitchell2009-07-07
* Try list of encodings to load if none was detected rather than just UTF-8.Gravatar mitchell2009-06-20
* Use before_switch and after_switch events for buffers and views.Gravatar mitchell2009-06-19
* Minor core code cleanup.Gravatar mitchell2009-03-03
* Ignore null byte for specific Scintilla messages; use buffer:get_text() again.Gravatar mitchell2009-03-01
* Added 'file_before_save' signal.Gravatar mitchell2009-03-01
* Added support for multiple character encodings through g_convert().Gravatar mitchell2009-03-01
* Use UTF-8 internally and respect platform filename encoding.Gravatar mitchell2009-02-28
* Attempt to preserve existing EOL mode for opened files; core/file_io.luaGravatar mitchell2009-02-23
* The recent_files list behaves better; core/file_io.luaGravatar mitchell2009-02-23
* Reset buffer.modification_time inside buffer:reload(); core/file_io.luaGravatar mitchell2009-02-22
* Save "_type" buffers in session file; core/file_io.luaGravatar mitchell2009-02-16
* Cleaned up some Lua code.Gravatar mitchell2009-02-15
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Prompt for file reload if it was modified outside of Textadept.Gravatar mitchell2009-02-14
* If filename exists, but cannot be read, do not open it; core/file_io.luaGravatar mitchell2009-02-12
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.Gravatar mitchell2009-02-10