index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
file_io.lua
Age
Commit message (
Expand
)
Author
2011-07-11
Added io.open_recent_file().
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-01-21
Code cleanup.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-11-30
Added 'file_after_save' event.
mitchell
2010-11-30
New manual.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-11-15
LuaDoc cleanup.
mitchell
2010-10-28
Display expected error messages in file IO.
mitchell
2010-10-27
Do not try to check for file updates if it cannot be read; core/file_io.lua
mitchell
2010-10-22
Use '\' when opening files on WIN32; core/file_io.lua
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-06-10
Fixed bug from previous commit; core/file_io.lua
mitchell
2010-06-10
Moved textadept.io into Lua's io table.
mitchell
2010-05-11
Ignore 'file://' prefix for filenames; core/file_io.lua
mitchell
2010-04-17
Remove initial 'Untitled' buffer when necessary.
mitchell
2010-03-30
Removed support for api files.
mitchell
2010-02-25
Modified quit and close dialogs to be more readable.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-07-25
Documentation overhaul.
mitchell
2009-07-19
Removed [Local {function,table}] documentation from being shown in LuaDoc.
mitchell
2009-07-18
Fix bugs related to core/events.lua changes.
mitchell
2009-07-12
textadept.dialog doesn't support '--text' for 'fileselect'.
mitchell
2009-07-12
Moved session support from core/file_io.lua to a Textadept module.
mitchell
2009-07-12
Lua code cleanup.
mitchell
2009-07-08
Better session management.
mitchell
2009-07-08
Replace lua_dialog with gcocoadialog.
mitchell
2009-07-12
Moved session support from core/file_io.lua to a Textadept module.
mitchell
2009-07-12
Lua code cleanup.
mitchell
2009-07-08
Better session management.
mitchell
2009-07-07
Use ~/.textadept/ for user settings, sessions, themes, lexers, etc.
mitchell
2009-07-07
Save PM cursor over sessions; core/file_io.lua
mitchell
2009-06-20
Try list of encodings to load if none was detected rather than just UTF-8.
mitchell
2009-06-19
Use before_switch and after_switch events for buffers and views.
mitchell
2009-03-03
Minor core code cleanup.
mitchell
2009-03-01
Ignore null byte for specific Scintilla messages; use buffer:get_text() again.
mitchell
2009-03-01
Added 'file_before_save' signal.
mitchell
2009-03-01
Added support for multiple character encodings through g_convert().
mitchell
2009-02-28
Use UTF-8 internally and respect platform filename encoding.
mitchell
2009-02-23
Attempt to preserve existing EOL mode for opened files; core/file_io.lua
mitchell
2009-02-23
The recent_files list behaves better; core/file_io.lua
mitchell
2009-02-22
Reset buffer.modification_time inside buffer:reload(); core/file_io.lua
mitchell
2009-02-16
Save "_type" buffers in session file; core/file_io.lua
mitchell
2009-02-15
Cleaned up some Lua code.
mitchell
2009-02-14
Read and write in binary mode for everything.
mitchell
2009-02-14
Prompt for file reload if it was modified outside of Textadept.
mitchell
[next]