Changes between Version 58 and Version 59 of PreReleaseChecklist
- Timestamp:
- 03/11/11 07:10:07 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreReleaseChecklist
v58 v59 56 56 * the text cursor should be at the corresponding location in the file 57 57 58 == Perl projects == 59 1. enable the project browser: "View"->"Show Project Browser/Tree" 58 == Project Browser (Perl 5 projects) == 59 60 1. Launch Padre 61 1. Close all files using File/Close/Close all files 62 1. Open the project browser using "View"->"Show Project Browser/Tree" 63 1. A window should open on the left hand side of Padre 64 1. It should be empty (TBD. I am not sure this is a good behavior) 65 1. Open the Makefile.PL of the Padre project using Ctrl-O 66 1. The project browser window should be filled with the directory tree of Padre 67 1. close Makefile.PL 68 1. The project browser window should become empty (TBD. should it become empty?) 69 1. Now open the share/styles/default.yml in the Padre project 70 1. The project browser should show the directory of the Padre project again 60 71 1. browse the directories of the Padre project 61 1. open a file from the project 62 1. save it under another name 72 1. open a file from the project by double-clicking on its name in the project browser 73 1. save it under another name using F12 63 74 1. check if the file appears in the Project Browser window 64 1. delete the newly created file (using the tools of your operating system )75 1. delete the newly created file (using the tools of your operating system, outside of Padre) 65 76 1. observe that the listing of the file has disappeared from the Project browser 66 77 1. load file using "Search" -> "Open Resource ..."
