| 128 | | View -> Show Command Line Window. |
| 129 | | 1. press '?' to get the list of commands. |
| 130 | | 1. :! cmd - run command in shell. |
| 131 | | do ':! ls' to get the list of files and dirs. |
| 132 | | 1. :e file name - open file. |
| 133 | | do ';e Padre.pm' (or every other file) to open the file on padre. |
| | 128 | ''View -> Show Command Line Window''. |
| | 129 | 1. press '''?''' to get the list of commands. |
| | 130 | 1. ''':! cmd''' - run command in shell. |
| | 131 | do ''':! ls''' to get the list of files and dirs. |
| | 132 | 1. ''':e file name''' - open file. |
| | 133 | do ''';e Padre.pm''' (or every other file) to open the file on padre. |
| | 134 | 1. ''':history''' - shows the history of all the commands. |
| | 135 | 1. ''':keycatcher Number''' - shows the value of a single event. |
| | 136 | 1. ''':padre cmd''' - runs a perl command. example: ''':padre Padre::Current->main->message("hi")'''. |