| | 78 | |
| | 79 | |
| | 80 | == Open Resource == |
| | 81 | |
| | 82 | 1. Open Padre |
| | 83 | 1. Open Padre.pm from the Padre source code |
| | 84 | 1. Search/Open Resource |
| | 85 | 1. You should see a window with a text box at the top |
| | 86 | 1. Type in the letter 'x' |
| | 87 | 1. You should see a list of files from the Padre project in the lower part of the window, all having letter 'x' in their name |
| | 88 | 1. add the letter 'y' after the x and all the names should disappear |
| | 89 | 1. remove the letter 'x' |
| | 90 | 1. It should now show only files with the letter 'y' in them (=> bug it now shows 01_compile.t) |
| | 91 | 1. click on the first filename in the list and then move to the other items using the Up/Down arrows. |
| | 92 | 1. Observe that the path to the actual file appears in the third field of the window. |
| | 93 | 1. Double click on one of the files |
| | 94 | 1. Observe that the file opens in Padre |
| | 95 | |
| | 96 | 1. Open the "Open Resource" window again using Shift-Ctrl-R |
| | 97 | 1. Type in 0 (zero) |
| | 98 | 1. See the files appearing |
| | 99 | 1. Using the 'Down' arrow move to the lower window |
| | 100 | 1. select a file |
| | 101 | 1. press ENTER to open the file in padre |
| | 102 | |
| | 103 | TBD: I don't know how should this behave if there is no open file |