Changeset 871


Ignore:
Timestamp:
11/10/08 13:09:44 (3 years ago)
Author:
szabgab
Message:

documentation refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre.pm

    r870 r871  
    408408=item Max/Min number of modules to display in podviewer 
    409409 
    410 =item Autoindentation on/off? 
     410=item Autoindentation off/same level/deeper 
     411 
     412There are at least two levels of autoindentation: 
     413 
     4141) when ENTER is pressed indent to exactly the same level as the previous line 
     415 
     4162) if there is an opening brace { on the previous line, indent one level more 
     417 
    411418 
    412419=item Autosave on/off? 
    413420 
    414 =item Autobackup (Planned) 
     421=back 
     422 
     423=head2 File and Project oriented preferences 
     424 
     425=over 4 
     426 
     427=item Indentation should be by TABs or spaces 
     428 
     429=item In case of using spaces for indentation, the width  of every indentation level 
     430 
     431=back 
     432 
     433=head1 Other features 
     434 
     435=head2 Autobackup (Planned) 
    415436 
    416437When Padre opens a file it automatically creates a copy of the original 
     
    427448Configurable options: on/off 
    428449 
    429 =item Autosave files (Planned) 
     450=head2 Autosave files (Planned) 
    430451 
    431452Every N seconds all the files changed since the last autosave are  
     
    436457Configurable options: on/off, frequency in seconds 
    437458 
    438 =back 
    439  
    440 =head2 File and Project oriented preferences 
    441  
    442 =over 4 
    443  
    444 =item Indentation should be by TABs or spaces 
    445  
    446 =item In case of using spaces for indentation, the width  of every indentation level 
    447  
    448 =back 
    449459 
    450460=head1 SQLite 
Note: See TracChangeset for help on using the changeset viewer.