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
2020-03-11
More code cleanup, refactoring, and formatting.
mitchell
2020-03-10
Core code cleanup, reformat, refactoring, and bugfixes.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-26
Small code cleanup.
mitchell
2020-02-21
Removed '_' mnemonics from locale keys.
mitchell
2020-02-21
Tweaked localization keys.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-07-30
Use CP1252 instead of ISO-8859-1.
mitchell
2019-06-02
Fixed bug with filters that have extension includes and pattern excludes.
mitchell
2019-02-16
Updated copyright year.
mitchell
2019-01-31
Do not limit version control markers to directories.
mitchell
2018-12-17
Ensure long filenames are visible in the reload dialog prompt on curses.
mitchell
2018-11-26
Changed filter format to be more flat and intuitive.
mitchell
2018-07-28
Removed optional '*' prefix in I/O reads.
mitchell
2018-02-16
Added UTF-16 to the default list of detected encodings.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-08-20
Added optional encoding parameter to `io.open_file()`.
mitchell
2017-06-23
Small code cleanup.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-11-04
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-10-19
Allow detection of encodings with NUL bytes like UTF-16; core/file_io.lua
mitchell
2016-06-27
Small code cleanup and documentation updates.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Allow binary files to be encoded in something else.
mitchell
2016-06-15
Changed some of 'lfs_ext' API.
mitchell
2016-06-15
Removed `exclude_FILTER` parameter from `io.quick_open()`.
mitchell
2016-06-15
Removed CVS project recognition and assume Subversion v1.8+.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Removed explicit BOM support.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-04-05
Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.
mitchell
2016-04-02
Code cleanup.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-12-10
Do not visit buffers that do not need saving in `io.save_all_files()`.
mitchell
2015-10-17
Do not error when trying to snapopen a non-existent project; core/file_io.lua
mitchell
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
[next]