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
2015-04-13
Added `symlink` filter option for ignoring symlinked files and directories.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-10
Made `io.boms` private, as there are few BOMs in existence; core/file_io.lua
mitchell
2015-03-09
Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.
mitchell
2015-01-20
Check for modified files after resuming from suspend; core/file_io.lua
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-11-23
File dialogs in the terminal should span the entire view; core/file_io.lua
mitchell
2014-11-12
Code and documentation cleanup.
mitchell
2014-11-06
Use the current working directory in fileselect dialogs.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-20
Added `event.FOCUS` for when Textadept's window receives focus.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-06-04
Pressing "Enter" in message buffer simulates double-click.
mitchell
2014-05-23
Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.
mitchell
2014-04-10
Fixed bug introduced by r1710 relating to absolute paths.
mitchell
2014-04-06
Added `lfs.abspath()` in order to always use absolute paths.
mitchell
2014-03-28
Added more documentation on project building.
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-26
Include my new "lspawn" module by default for spawning processes.
mitchell
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
[next]