aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/session.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
* Attempt to restore view scroll state after `textadept.editing.filter_through()`.Gravatar mitchell2021-04-14
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Save the current session prior to loading another one.Gravatar mitchell2020-12-15
* Code cleanup.Gravatar mitchell2020-10-20
* Increase the width of dialogs that hold filenames in the terminal version.Gravatar mitchell2020-10-05
* Updated copyright information.Gravatar mitchell2020-09-29
* Save the current working directory to session files.Gravatar mitchell2020-08-09
* Updated LuaDoc.Gravatar mitchell2020-08-04
* Ensure buffer selection session data is saved.Gravatar mitchell2020-07-16
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* More code cleanup and refactoring.Gravatar mitchell2020-03-13
* Refactored session handling and file format, and added events.Gravatar mitchell2020-03-13
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Updated copyright year.Gravatar mitchell2019-12-31
* Updated copyright year.Gravatar mitchell2019-02-16
* Fixed tab labels not updating when loading message buffers from a session.Gravatar mitchell2018-10-23
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
* Save to the loaded session on quit and removed `default_session` option.Gravatar mitchell2018-02-16
* Do not load the default session when only specifying session command line args.Gravatar mitchell2018-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Small code cleanup.Gravatar mitchell2017-06-23
* Updated copyright information.Gravatar mitchell2016-12-31
* Prevent duplicate recent files on session load; modules/textadept/session.luaGravatar mitchell2016-12-08
* Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.Gravatar mitchell2016-06-16
* Lots of small LuaDoc improvements (grammar mainly).Gravatar mitchell2016-06-15
* Renamed `textadept.session` fields.Gravatar mitchell2016-06-15
* Fixed bugs in session view restoration; modules/textadept/session.luaGravatar mitchell2016-04-09
* Code cleanup.Gravatar mitchell2016-04-02
* Removed extraneous debug statement; modules/textadept/session.luaGravatar mitchell2016-03-01
* Fixed bug in setting view properties when restoring sessions with nested splits.Gravatar mitchell2016-02-26
* Updated copyright date.Gravatar mitchell2015-12-31
* Fixed bug restoring split views in large windows; modules/textadept/session.luaGravatar mitchell2015-12-30
* Only save bookmarks for eligible buffers; modules/textadept/session.luaGravatar mitchell2015-10-22
* Save bookmarks in sessions; modules/textadept/session.luaGravatar mitchell2015-10-19
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Updated copyright year.Gravatar mitchell2014-12-31
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* Lua code cleanup.Gravatar mitchell2014-06-12
* Updated copyright information.Gravatar mitchell2014-01-12
* Honor window maximized setting in session files; modules/textadept/session.luaGravatar mitchell2013-12-12
* More LuaDoc updates.Gravatar mitchell2013-12-12
* Updated LuaDoc.Gravatar mitchell2013-11-10
* 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