aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* Added `symlink` filter option for ignoring symlinked files and directories.Gravatar mitchell2015-04-13
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Lua code cleanup.Gravatar mitchell2015-03-12
* Made `io.boms` private, as there are few BOMs in existence; core/file_io.luaGravatar mitchell2015-03-10
* Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.Gravatar mitchell2015-03-09
* Check for modified files after resuming from suspend; core/file_io.luaGravatar mitchell2015-01-20
* Updated copyright year.Gravatar mitchell2014-12-31
* File dialogs in the terminal should span the entire view; core/file_io.luaGravatar mitchell2014-11-23
* Code and documentation cleanup.Gravatar mitchell2014-11-12
* Use the current working directory in fileselect dialogs.Gravatar mitchell2014-11-06
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* Added `event.FOCUS` for when Textadept's window receives focus.Gravatar mitchell2014-06-20
* Lua code cleanup.Gravatar mitchell2014-06-12
* Pressing "Enter" in message buffer simulates double-click.Gravatar mitchell2014-06-04
* Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.Gravatar mitchell2014-05-23
* Fixed bug introduced by r1710 relating to absolute paths.Gravatar mitchell2014-04-10
* Added `lfs.abspath()` in order to always use absolute paths.Gravatar mitchell2014-04-06
* Added more documentation on project building.Gravatar mitchell2014-03-28
* Added basic project support for snapopen and build scripts.Gravatar mitchell2014-03-27
* Include my new "lspawn" module by default for spawning processes.Gravatar mitchell2014-03-26
* Use `assert(...)` as a shortcut for `if not ... then error() end`.Gravatar mitchell2014-03-01
* Improved compatibility of experimental winapi `os.execute()`; core/file_io.luaGravatar mitchell2014-02-10
* Updated copyright information.Gravatar mitchell2014-01-12
* Handle './' and '../' sequences in filepaths; core/file_io.luaGravatar mitchell2014-01-03
* Added dummy `flush()` for processes in experimental winapi; core/file_io.luaGravatar mitchell2013-12-15
* Do not stop opening files if one of them is already open; core/file_io.luaGravatar mitchell2013-12-14
* Allow process writing in experimental winapi.Gravatar mitchell2013-12-14
* More LuaDoc updates.Gravatar mitchell2013-12-12
* Fixed `os.execute()` return values in experimental winapi; core/file_io.luaGravatar mitchell2013-11-20
* Experimental winapi extension for preventing the flashing black box on Windows.Gravatar mitchell2013-11-19
* LuaDoc updates.Gravatar mitchell2013-11-18
* Updated documentation.Gravatar mitchell2013-11-11
* Added `events.FILE_CHANGED`; core/file_io.luaGravatar mitchell2013-11-11
* Updated LuaDoc.Gravatar mitchell2013-11-10
* The buffer API applies to all buffers now, not just the global one.Gravatar mitchell2013-10-18
* More LuaDoc updates.Gravatar mitchell2013-10-18
* More LuaDoc updates.Gravatar mitchell2013-10-09
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
* Code and documentation cleanup.Gravatar mitchell2013-09-23
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Updated LuaDoc.Gravatar mitchell2013-09-06
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Rewrote some LuaDoc to use the active voice.Gravatar mitchell2013-05-26
* Fixed bug in file encodings; core/file_io.luaGravatar mitchell2013-05-01
* More code cleanup.Gravatar mitchell2013-04-30
* Renamed `io.try_encodings` to `io.encodings`; core/file_io.luaGravatar mitchell2013-04-30
* More code cleanup.Gravatar mitchell2013-04-29