aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
AgeCommit message (Expand)Author
2020-07-16Ensure buffer selection session data is saved.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-13More code cleanup and refactoring.mitchell
2020-03-13Refactored session handling and file format, and added events.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2019-12-31Updated copyright year.mitchell
2019-02-16Updated copyright year.mitchell
2018-10-23Fixed tab labels not updating when loading message buffers from a session.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
2018-02-16Save to the loaded session on quit and removed `default_session` option.mitchell
2018-02-16Do not load the default session when only specifying session command line args.mitchell
2018-01-25Updated copyright year.mitchell
2017-06-23Small code cleanup.mitchell
2016-12-31Updated copyright information.mitchell
2016-12-08Prevent duplicate recent files on session load; modules/textadept/session.luamitchell
2016-06-16Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
2016-06-15Renamed `textadept.session` fields.mitchell
2016-04-09Fixed bugs in session view restoration; modules/textadept/session.luamitchell
2016-04-02Code cleanup.mitchell
2016-03-01Removed extraneous debug statement; modules/textadept/session.luamitchell
2016-02-26Fixed bug in setting view properties when restoring sessions with nested splits.mitchell
2015-12-31Updated copyright date.mitchell
2015-12-30Fixed bug restoring split views in large windows; modules/textadept/session.luamitchell
2015-10-22Only save bookmarks for eligible buffers; modules/textadept/session.luamitchell
2015-10-19Save bookmarks in sessions; modules/textadept/session.luamitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2014-12-31Updated copyright year.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-12Lua code cleanup.mitchell
2014-01-12Updated copyright information.mitchell
2013-12-12Honor window maximized setting in session files; modules/textadept/session.luamitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-10Updated LuaDoc.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-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-09Use `events.ARG_NONE` constant instead of string.mitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-07-16Save window maximized state in sessions.mitchell
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