aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
Commit message (Expand)AuthorAge
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
* Updated copyright year.Gravatar mitchell2022-01-31
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...Gravatar mitchell2021-04-30
* Fixed a couple failing unit tests.Gravatar mitchell2021-04-15
* Addressed some minor Luacheck issues.Gravatar mitchell2021-04-14
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* `io.get_project_root()` accepts an optional flag for returning a submodule root.Gravatar mitchell2021-01-22
* Fixed `buffer:reload()` only reloading up to a NUL byte, if present.Gravatar mitchell2020-12-22
* Do not show deleted files in recent file list.Gravatar mitchell2020-12-15
* Do not prompt for file reload during `io.close_all_buffers()`.Gravatar mitchell2020-12-15
* Code cleanup.Gravatar mitchell2020-10-20
* Small LuaDoc update.Gravatar mitchell2020-10-08
* Only change EOL mode if an EOL is actually detected.Gravatar mitchell2020-10-06
* Increase the width of dialogs that hold filenames in the terminal version.Gravatar mitchell2020-10-05
* Updated copyright information.Gravatar mitchell2020-09-29
* Fixed `io.quick_open()` not doing anything when file limit was exceeded.Gravatar mitchell2020-09-27
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
* More small documentation updates.Gravatar mitchell2020-09-14
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* Small LuaDoc update.Gravatar mitchell2020-07-26
* Updated LuaDoc.Gravatar mitchell2020-07-23
* Minor LuaDoc updates and spelling corrections.Gravatar mitchell2020-07-16
* Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.Gravatar mitchell2020-06-10
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Updated LuaDoc.Gravatar mitchell2020-04-16
* Added support to identify projects under Fossil SCM.Gravatar mitchell2020-03-26
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Use a default width for `ui.dialogs.filteredlist` dialogs.Gravatar mitchell2020-03-16
* More code cleanup and refactoring.Gravatar mitchell2020-03-13
* More code cleanup, refactoring, and formatting.Gravatar mitchell2020-03-11
* Core code cleanup, reformat, refactoring, and bugfixes.Gravatar mitchell2020-03-10
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Small code cleanup.Gravatar mitchell2020-02-26
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Tweaked localization keys.Gravatar mitchell2020-02-21
* Updated copyright year.Gravatar mitchell2019-12-31
* Use CP1252 instead of ISO-8859-1.Gravatar mitchell2019-07-30
* Fixed bug with filters that have extension includes and pattern excludes.Gravatar mitchell2019-06-02
* Updated copyright year.Gravatar mitchell2019-02-16
* Do not limit version control markers to directories.Gravatar mitchell2019-01-31
* Ensure long filenames are visible in the reload dialog prompt on curses.Gravatar mitchell2018-12-17
* Changed filter format to be more flat and intuitive.Gravatar mitchell2018-11-26
* Removed optional '*' prefix in I/O reads.Gravatar mitchell2018-07-28
* Added UTF-16 to the default list of detected encodings.Gravatar mitchell2018-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Added optional encoding parameter to `io.open_file()`.Gravatar mitchell2017-08-20
* Small code cleanup.Gravatar mitchell2017-06-23
* Updated copyright information.Gravatar mitchell2016-12-31