aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
AgeCommit message (Collapse)Author
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
Renamed textadept.io.open to textadept.io.open_file to prevent conflicts.
2010-04-17Remove initial 'Untitled' buffer when necessary.mitchell
Thanks to Robert Gieseke.
2010-04-05Code cleanup.mitchell
2010-03-25Added notification for session files not found.mitchell
2010-03-10Removed side pane.mitchell
2010-01-07Updated copyright to 2010.mitchell
2010-01-04Added command line switch for not loading/saving sessions.mitchell
2009-12-11Fix error message for session file not found; modules/textadept/session.luamitchell
2009-10-09Don't clear cmdline files when loading pm session; modules/textadept/session.luamitchell
2009-08-22Close all buffers before loading a session; modules/textadept/session.luamitchell
2009-08-03Fixed bug with reloading PM width from session; modules/textadept/session.luamitchell
2009-07-25Documentation overhaul.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell