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
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
2009-02-12
If filename exists, but cannot be read, do not open it; core/file_io.lua
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
mitchell
2009-02-10
Use a _type field for special _print() buffers' titles instead of 'Untitled'.
mitchell
2009-01-26
Don't goto_buffer that doesn't exist when loading session; core/file_io.lua
mitchell
2009-01-26
Should be reading and writing in binary mode; core/file_io.lua
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-25
Fixed bugs with opening binary files; core/file_io.lua
mitchell
2009-01-25
textadept.io.reload() scrolls the view back to how it was; core/file_io.lua
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-03
Added localization support.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-30
Fixes to recognize Windows path separators.
mitchell
2008-12-23
Use table.concat instead of multiple string concats for performance improvement.
mitchell
2008-12-16
textadept.io.close_all() returns true or false now; core/file_io.lua
mitchell
2008-09-24
Linux comes first; core/file_io.lua
mitchell
2008-09-24
Added textadept.size property.
mitchell
2008-09-21
Adapted lua-dialog file selection to work in Windows; core/file_io.lua
mitchell
2008-09-20
Added session support for Windows; core/file_io.lua
mitchell
2008-09-19
Added preliminary support for Textadept on Windows.
mitchell
2008-06-18
Always load Project Manager settings from session file.
mitchell
2008-03-04
Fixed bugs with tonumber(cocoa_dialog(...)) in various files.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-29
Fixed empty buffer.filename bug in save_as(); core/file_io.lua
mitchell
2008-02-23
Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).
mitchell
2008-02-10
Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.
mitchell
2007-11-16
Prevent data loss by opening file after 'prepare'ing for save; core/file_io.lua
mitchell
2007-09-27
Added buffer:reload() function.
mitchell
2007-08-15
Recent files are now tracked and a user list can be shown to open them.
mitchell
[prev]
[next]