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
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-02-10
Improved compatibility of experimental winapi `os.execute()`; core/file_io.lua
mitchell
2014-01-12
Updated copyright information.
mitchell
2014-01-03
Handle './' and '../' sequences in filepaths; core/file_io.lua
mitchell
2013-12-15
Added dummy `flush()` for processes in experimental winapi; core/file_io.lua
mitchell
2013-12-14
Do not stop opening files if one of them is already open; core/file_io.lua
mitchell
2013-12-14
Allow process writing in experimental winapi.
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-20
Fixed `os.execute()` return values in experimental winapi; core/file_io.lua
mitchell
2013-11-19
Experimental winapi extension for preventing the flashing black box on Windows.
mitchell
2013-11-18
LuaDoc updates.
mitchell
2013-11-11
Updated documentation.
mitchell
2013-11-11
Added `events.FILE_CHANGED`; core/file_io.lua
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-10-18
The buffer API applies to all buffers now, not just the global one.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-01
Fixed bug in file encodings; core/file_io.lua
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-30
Renamed `io.try_encodings` to `io.encodings`; core/file_io.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-25
Added icons to msgbox dialogs.
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-04
Do not error when opening a nonexistent file; core/file_io.lua
mitchell
2012-12-01
Updated parameter LuaDoc.
mitchell
2012-11-26
Reverted r961.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-30
Continued updating documentation formatting.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-10-08
Use '@field' LuaDoc for events defined in modules.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-06-22
Resize most filteredlists to fit the ncurses screen.
mitchell
2012-03-27
Translate all messages instead of relying on GTK to translate stock items.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-07
Updated contact email address.
mitchell
[next]