NAME
App::Codit::Plugins::Sessions - plugin for App::Codit
DESCRIPTION
Manage your sessions. Saves your named session on exit and reloads it on start.
DETAILS
The sessions plugin allows you to save a collection of documents as a session. When re-opening the session the documents are loaded in the exact order as they were when the session was closed. Also the syntax option, tab size, indent style, bookmarks and insert cursor position are saved. The only thing that is lost is your undo stack.
The sessions plugin also saves the following from plugins if they are loaded:
- The working folder from the Console plugin
- The working folder from the FileBrowser plugin
- The project name of the currently loaded project in the Git plugin
The session manager allows you to keep your sessions orderly.
COMMANDS
- session_dialog
-
Pops the dialog for managing sessions.
-
Called when the Session menu in the menu bar is opened.
- session_new
-
Closes current session and creates a new, unnamed, one.
- session_open
-
Takes a session name as parameter. Closes current session and opens the new one.
- session_save
-
Save current session. If the session was not saved before, a dialog will pop to enter a name.
- session_save_as
-
Save current session under a new name.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
TODO
BUGS AND CAVEATS
If you find any bugs, please contact the author.