Changes between Version 40 and Version 41 of PadrePluginCookbookRecipie05
- Timestamp:
- 08/30/11 14:13:01 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v40 v41 1 1 [[PageOutline(1-4)]] 2 2 [wiki:PadrePluginDialog <-menu] 3 = // Icons DEBUG and Translations DRAFT3 = Icons, DEBUG and Translations 4 4 5 5 or some sort of Conformance and all the bit's I have missed so far :) 6 6 7 Padre::Plugin::Cookbook Recipe-05 DRAFT8 9 7 This page compleats {{{Padre::Plugin::Cookbook}}} series, It is just meant to be an aid, with a suggested layout and some ideas to speed you along your way, enjoy. 10 8 11 9 * Unlike the previous recipes which have covered, Plug-ins with dialogs, this is more concerned, with conformance, playing nice with Padre. 12 13 10 * The following is as a result of analysing Plug-ins for this page. 14 15 11 * The examples here, where relevant will build upon Cookbook, some relate to other Plug-ins as it is more pertinent to use them, 16 12 * Updated to Padre plug-in API 2.2 17 13 ---- 18 14 == Deceleration … … 108 104 'Padre::Wx::Main' => '0.91', 109 105 'Padre::Wx::Role::Main' => '0.91', 106 'Padre::DB' => '0.91', 110 107 'Padre::Logger' => '0.91', 111 108 ); … … 263 260 Don't forget to include all the relevant sections. 264 261 1. Wx::Dialogs, as shown 265 1. your plugin modules, as shown, see Recipe-03 need link262 1. your plugin modules, as shown, 266 263 1. other cpan modules that are pertinent to only your plugin, such as sockets or demons, not shown. 267 264 1. boot n braces, as shown, this is a new development, run SUPER plugin_disable, an Ode to before :)
