Changes between Version 21 and Version 22 of PadrePluginDialog
- Timestamp:
- 08/06/11 16:42:20 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginDialog
v21 v22 7 7 Which only makes you feel you are a child with a shape sorter, wooden toy with slots, shapes and a hammer :) 8 8 9 So to speed up the process for developers, contributors and others, I created these Cookbooks. I have assumed that you have proba ly already looked at My-Plugin and it's accomping screen cast9 So to speed up the process for developers, contributors and others, I created these Cookbooks. I have assumed that you have probably already looked at My-Plugin and it's accompanying screen cast. As you will have noted of late, all of Padres internal Dialogues are now being created using {{{Padre::Plugin::FormBuilder}}}, so it only makes sense that the Plug-ins follow suite. 10 10 11 11 Recipes 01, 02 & 03 each have a zip file you can download, and play along with. They are now quite static, probably contain some mistakes or mistaken ideas, which have been rectified in the latter Recipes. The emphasis is on the boiler plate for {{{Wx::Dialogs}}} relating to Padre rather than on Perl itself. Havering said that Recipe-02 shows how to retrieve your Padre configuration data stored in config.yml. … … 13 13 Recipe 04 and its siblings, you will now find in Padres SVN, located in {{{Padre::Plugin::Cookbook}}} surprisingly, ConfigDB is a view of your local catalogue, which you may find interesting from the point of a future Plug-in developer. 14 14 15 Recipe 05, As this code is changing periodicity to keep up with Padre and my understanding of what is expected of a Plug-in, due to this several references are to other Plug-inswhich better show or require these features in working code.15 Recipe 05, As this code is changing periodicity to keep up with Padre and my understanding of what is expected of a {{{Padre::Plugin::..}}}. Due to this, several references are to other Plug-ins, which better show or require these features in working code. 16 16 17 17 ----
