NAME
Padre::Wx::Dialog::Preferences::File - Preferences for Padre::File modules
DESCRIPTION
This modules provides preference options for the Padre::File - modules.
It uses the Padre preferences panel.
NEW OPTIONS
Adding new options is done in three steps:
Add a
setting()
call for the new option to Config.pmAdd the GUI part to the
panel
methodSave the new value within the
save
method
COPYRIGHT & LICENSE
Copyright 2008-2010 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 itself.
The full text of the license can be found in the LICENSE file included with this module.