Changeset 8565


Ignore:
Timestamp:
10/03/09 05:07:38 (2 years ago)
Author:
Sewi
Message:

Added some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Config.pm

    r8537 r8565  
    829829=head1 DESCRIPTION 
    830830 
     831This module not only stores the complete Padre configuration, it also holds 
     832the functions for loading and saving the configuration. 
     833 
     834The 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 
    831841=head2 Generic usage 
    832842 
     
    868878Those settings are accessed with C<Padre::Config::Project>. 
    869879 
     880=head1 ADDING CONFIGURATION OPTIONS 
     881 
     882Add a "setting()" - call to the correct section of this file. 
     883 
     884The setting() call initially creates the option and defines some 
     885metadata like the type of the option, it's living place and the 
     886default value which should be used until the user configures 
     887a own value. 
     888 
    870889=back 
    871890 
Note: See TracChangeset for help on using the changeset viewer.