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