| 15 | | 1. start Padre |
| 16 | | 1. "Tools" -> "Preferences": enable "Open Files in existing Padre" |
| 17 | | 1. restart Padre |
| 18 | | 1. type {{{padre SOME_FILE}}} in the command line (should open in the same instance of Padre) |
| 19 | | 1. "Tools" -> "Preferences": disable "Open Files in existing Padre" |
| 20 | | 1. restart Padre |
| 21 | | 1. type {{{padre SOME_FILE}}} in the command line (should start a new instance of Padre) |
| | 15 | 1. Start Padre |
| | 16 | 1. In '''Tools -> Preferences -> Behaviour''': Enable '''Open Files in existing Padre''' |
| | 17 | 1. Restart Padre |
| | 18 | 1. Open a file via Ctrl-O |
| | 19 | 1. In the command line of your operating system (Cmd in Windows) type {{{padre SOME_FILE}}} |
| | 20 | 1. Observe the file opened in the same instance of Padre as you had earlier |
| | 21 | 1. Now disable '''Open Files in existing Padre''' |
| | 22 | 1. Restart Padre |
| | 23 | 1. In the command line of the OS type again {{{padre SOME_FILE}}} |
| | 24 | 1. Observe that it start a new instance of Padre with the selected file open in it. |
| | 25 | |
| | 26 | || Who || SVN revision || Padre version || system || status || |
| | 27 | || szabgab || r14125 || v0.85 || Ubuntu 10.10 || success || |