Changes between Version 4 and Version 5 of Tutorials
- Timestamp:
- 09/06/09 15:27:24 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v4 v5 15 15 * Run Padre by clicking on "Start", selecting "Programs", selecting "Padre Standalone Plus Six" and clicking on "Padre". (there will be two windows, a black console and the editor itself) This is considered a bug and it will be fixed in a future version. (TODO eliminate black window) 16 16 * Close the Output window (Uncheck View/Show Output) (TODO set this the default) 17 * Select "Plugins", "Plugin Manager", you should see a list of plugins. Please make sure at least the "Perl 5" and the "Perl 6" plugins are enabled but it would be better to enable the "18 * Select "Edit", "Preferences", "Run Parameters" and make sure "Use external window for execution" is checked. 19 * Click on " Mime-types"17 * Select "Plugins", "Plugin Manager", you should see a list of plugins. Please make sure at least the the "Perl 6" plugin is enabled but it would be better to enable the "Padre Developer Tools" Plugin and the "Padre Popularity Contest" plugin as well. 18 * Select "Edit", "Preferences", "Run Parameters" and make sure "Use external window for execution" is checked. (TODO remove the word xterm) 19 * Click on "Files and Colors" (in older versions it was called "Mime-types") Select the Perl 6 as "File type" and select "STD.pm" as Highlighter. 20 20 Click on "Save" 21 22 23 * Configure (TODO should be the deafult)24 * PATH?25 21 26 22 … … 29 25 run "Start", "Run", type in "cmd" and press enter. In the black window type {{{ echo %PATH% }}} then type {{{ perl -V }}} 30 26 31 32 Comments for the Padre developers: 33 - support .plx files? 27 TODO ( support .plx files ?) 34 28 35 29 '''First Perl 5 Script: Hello world''' … … 51 45 * You should close the window by clicking on the [x] though it will disappear after 1000 secs. 52 46 47 '''Add a menu item to My Plugin''' 53 48 54 55 56 57 58 59 49 *
