NAME
Padre::Wx::Dialog::PluginManager - Plugin manager dialog for Padre
DESCRIPTION
Padre will have a lot of plugins. First plugin manager was not taking this into account, and the first plugin manager window was too small & too crowded to show them all properly.
This revamped plugin manager is now using a list control, and thus can show lots of plugins in an effective manner.
Upon selection, the right pane will be updated with the plugin name & plugin documentation. Two buttons will allow to de/activate the plugin (or see plugin error message) and set plugin preferences.
Double-clicking on a plugin in the list will de/activate it.
PUBLIC API
Constructor
my $dialog = P::W::D::PM->new( $parent, $manager )
Create and return a new Wx dialog listing all the plugins. It needs a
$parent
window and aPadre::PluginManager
object that really handles Padre plugins under the hood.
Public methods
$dialog->show;
Request the plugin manager dialog to be shown. It will be refreshed first with a current list of plugins with their state.
COPYRIGHT & LICENSE
Copyright 2008-2009 The Padre development team as listed in Padre.pm.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.