index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
session.lua
Age
Commit message (
Expand
)
Author
2011-08-08
Add recent file list to session; modules/textadept/session.lua
mitchell
2011-08-08
Do not autosave over explicitly loaded session; modules/textadept/session.lua
mitchell
2011-07-29
Eliminated the need for keys.conf and keys.osx.conf.
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-06-23
Updated Luadoc and added extra fields to other modules.
mitchell
2011-01-21
Code cleanup.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-06-19
Small changes to dynamic args messages and Luadoc.
mitchell
2010-06-18
Fixed bug with args and sessions.
mitchell
2010-06-17
Added dynamic command line argument handling.
mitchell
2010-06-16
Code and documentation cleanup.
mitchell
2010-06-14
Fixes from Robert Gieseke.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-06-10
Moved textadept.io into Lua's io table.
mitchell
2010-04-17
Remove initial 'Untitled' buffer when necessary.
mitchell
2010-04-05
Code cleanup.
mitchell
2010-03-25
Added notification for session files not found.
mitchell
2010-03-10
Removed side pane.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2010-01-04
Added command line switch for not loading/saving sessions.
mitchell
2009-12-11
Fix error message for session file not found; modules/textadept/session.lua
mitchell
2009-10-09
Don't clear cmdline files when loading pm session; modules/textadept/session.lua
mitchell
2009-08-22
Close all buffers before loading a session; modules/textadept/session.lua
mitchell
2009-08-03
Fixed bug with reloading PM width from session; modules/textadept/session.lua
mitchell
2009-07-25
Documentation overhaul.
mitchell
2009-07-12
Moved session support from core/file_io.lua to a Textadept module.
mitchell