Changeset 8565
- Timestamp:
- 10/03/09 05:07:38 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Config.pm
r8537 r8565 829 829 =head1 DESCRIPTION 830 830 831 This module not only stores the complete Padre configuration, it also holds 832 the functions for loading and saving the configuration. 833 834 The Padre configuration lives in two places: 835 836 - A user-editable text file usually called config.yml 837 838 - A SQlite - database which shouldn't be edited by the 839 user. 840 831 841 =head2 Generic usage 832 842 … … 868 878 Those settings are accessed with C<Padre::Config::Project>. 869 879 880 =head1 ADDING CONFIGURATION OPTIONS 881 882 Add a "setting()" - call to the correct section of this file. 883 884 The setting() call initially creates the option and defines some 885 metadata like the type of the option, it's living place and the 886 default value which should be used until the user configures 887 a own value. 888 870 889 =back 871 890
Note: See TracChangeset
for help on using the changeset viewer.
