Changes between Version 3 and Version 4 of Features/SessionManagement
- Timestamp:
- 03/16/11 15:28:31 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/SessionManagement
v3 v4 10 10 If you saved a session and open a few more files they will be added to the session only if you save the session again using the '''Save Session''' menu option. 11 11 12 At any time you are editing a bunch of files you can switch to a previously saved session using '''Open Session'''. This will close all the existing files and open those that were open when the other session was saved. 12 13 13 TODO: Describe autosave of session. 14 In order to make this feature even more useful you can tell padre to alway open a session when it starts. You can do it by setting 15 '''Preferences -> Behaviour -> Open files:''' to '''session'''. If you have set this then every time you launch Padre it will first show 16 you the list of saved sessions and you will be able to pick one of them to be opened. You can also press ESC to open Padre without any files. 14 17 18 You can also open padre with any session by running 19 {{{ 20 padre --session='Session Name' 21 }}} 15 22 16 23 See also: #633 … … 25 32 == TODO == 26 33 27 For further description see http://mail.perlide.org/pipermail/padre-dev/2011-February/002433.html 28 and expand this test-case 34 * Improve the speed at which Padre can switch between sessions. 35 * Describe autosave of session. 36 * Enlarge the tests 37
