Changes between Version 11 and Version 12 of PadrePluginCookbook01
- Timestamp:
- 08/24/11 22:40:55 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbook01
v11 v12 4 4 * This page complements {{{Padre::Plugin::Cookbook Recipe-01}}}, it is not meant to be installable, just an aid, with a suggested layout, enjoy. More detail will follow in subsequent Cookbooks. 5 5 * You can either svn Padre::Plugin::Cookbook or build your own with Cookbook01.zip in Attachments. 6 * Page and zip updated for Padre 0.90 6 7 ---- 7 8 == Step 1 - Create Skeleton … … 152 153 return ( 153 154 # Default, required 154 'Padre::Plugin' => 0. 84,155 'Padre::Plugin' => 0.90, 155 156 # used by MainFB by Padre::Plugin::FormBuilder 156 'Padre::Wx::Role::Main' => 0. 84,157 'Padre::Wx::Role::Main' => 0.90, 157 158 # used by MainFb by Padre::Plugin::FormBuilder 158 ' Wx::Dialog' => 0.00,159 'Padre::Wx' => 0.90, 159 160 ); 160 161 } … … 168 169 # $self->{label}->SetLabel( $plugin->plugin_name ); 169 170 }}} 170 === What is {{{ Wx::Dialog}}}171 === What is {{{Padre::Wx}}} 171 172 {{{#!text 172 173 XS magic
