aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
AgeCommit message (Expand)Author
2011-08-08Add recent file list to session; modules/textadept/session.luamitchell
2011-08-08Do not autosave over explicitly loaded session; modules/textadept/session.luamitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Code cleanup.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-06-19Small changes to dynamic args messages and Luadoc.mitchell
2010-06-18Fixed bug with args and sessions.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-14Fixes from Robert Gieseke.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-04-17Remove initial 'Untitled' buffer when necessary.mitchell
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