| 100 | | == Project Browser (Perl 5 projects) == |
| 101 | | |
| 102 | | 1. Launch Padre |
| 103 | | 1. Close all files using File/Close/Close all files |
| 104 | | 1. Open the project browser using "View"->"Show Project Browser/Tree" |
| 105 | | 1. A window should open on the left hand side of Padre |
| 106 | | 1. It should be empty (TBD. I am not sure this is a good behavior) |
| 107 | | 1. Open the Makefile.PL of the Padre project using Ctrl-O |
| 108 | | 1. The project browser window should be filled with the directory tree of Padre |
| 109 | | 1. close Makefile.PL |
| 110 | | 1. The project browser window should become empty (TBD. should it become empty?) |
| 111 | | 1. Now open the share/styles/default.yml in the Padre project |
| 112 | | 1. The project browser should show the directory of the Padre project again |
| 113 | | 1. browse the directories of the Padre project |
| 114 | | 1. open a file from the project by double-clicking on its name in the project browser |
| 115 | | 1. save it under another name using F12 |
| 116 | | 1. check if the file appears in the Project Browser window |
| 117 | | 1. delete the newly created file (using the tools of your operating system, outside of Padre) |
| 118 | | 1. observe that the listing of the file has disappeared from the Project browser |
| 119 | | 1. load file using "Search" -> "Open Resource ..." |
| 120 | | |
| | 100 | == Project Browser == |
| | 101 | |
| | 102 | [wiki:Features/ProjectBrowser] |