aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* 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
* Added icons to msgbox dialogs.Gravatar mitchell2013-04-25
* Code and documentation cleanup.Gravatar mitchell2013-04-25
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Added lfs.dir_foreach() for allowing Find in Files to have a filter.Gravatar mitchell2013-03-25
* Removed useless gui.dialog() options for fileopen/filesave.Gravatar mitchell2013-02-26
* Updated copyright date.Gravatar mitchell2013-01-20
* Do not error when opening a nonexistent file; core/file_io.luaGravatar mitchell2012-12-04
* Updated parameter LuaDoc.Gravatar mitchell2012-12-01
* Reverted r961.Gravatar mitchell2012-11-26
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
* Documentation overhaul.Gravatar mitchell2012-09-12
* Resize most filteredlists to fit the ncurses screen.Gravatar mitchell2012-06-22
* Translate all messages instead of relying on GTK to translate stock items.Gravatar mitchell2012-03-27
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
* Updated contact email address.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Updated copyright information.Gravatar mitchell2012-01-06
* Code cleanup.Gravatar mitchell2012-01-05
* Code cleanup.Gravatar mitchell2012-01-01