Padre::Wx::Dialog::PluginManager - Plug-in manager dialog for Padre


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Dialog::PluginManager - Plug-in manager dialog for Padre

DESCRIPTION

Top

Padre will have a lot of plug-ins. First plug-in manager was not taking this into account, and the first plug-in manager window was too small & too crowded to show them all properly.

This revamped plug-in manager is now using a list control, and thus can show lots of plug-ins in an effective manner.

Upon selection, the right pane will be updated with the plug-in name & plug-in documentation. Two buttons will allow to de/activate the plug-in (or see plug-in error message) and set plug-in preferences.

Double-clicking on a plug-in in the list will de/activate it.

PUBLIC API

Top

Constructor

* my $dialog = P::W::D::PM->new( $parent, $manager )

Create and return a new Wx dialog listing all the plug-ins. It needs a $parent window and a Padre::PluginManager object that really handles Padre plug-ins under the hood.

Public methods

* $dialog->show;

Request the plug-in manager dialog to be shown. It will be refreshed first with a current list of plug-ins with their state.

COPYRIGHT & LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.