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:- 1.
- Add a "setting()" call for the new option to Config.pm
- 2.
- Add the GUI part to the "panel" method
- 3.
- Save 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.