Changes between Version 24 and Version 25 of PreReleaseChecklist
- Timestamp:
- 02/17/11 15:03:11 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreReleaseChecklist
v24 v25 34 34 35 35 == Perl 5 scripts == 36 1. open a Perl script 36 1. open a Perl script (using Ctrl-o or File/Open) 37 37 1. run it by hitting F5 38 1. change to the other output variant (external window or internal pane) 38 1. change to the other output variant (external window or internal pane) (Tools/Preferences/Run Parameters/Use external window for execution) 39 39 1. run it by hitting Shift-F5 40 1. enable syntax checks 40 1. enable syntax checks (View/Show Syntax Check) 41 41 1. introduce a syntax error and inspect resulting output 42 42 1. click on the syntax error to jump to the position of the error … … 61 61 1. open a file from the project 62 62 1. save it under another name 63 1. delete the newly created file 63 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) 65 1. observe that the listing of the file has disappeared from the Project browser 64 66 1. load file using "Search" -> "Open Resource ..." 65 67
