Changeset 10605

Show
Ignore:
Timestamp:
02/07/10 11:03:24 (7 months ago)
Author:
azawawi
Message:

More POD fixes for Main.pm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r10604 r10605  
    36583658} 
    36593659 
     3660=pod 
     3661 
     3662=head3 C<on_open_with_default_system_editor> 
     3663 
     3664    $main->on_open_with_default_system_editor; 
     3665 
     3666Opens the current document in the default system editor 
     3667 
     3668=cut 
     3669 
    36603670sub on_open_with_default_system_editor { 
    36613671        my $self = shift; 
     
    36823692} 
    36833693 
     3694=pod 
     3695 
     3696=head3 C<on_open_example> 
     3697 
     3698    $main->on_open_example; 
     3699 
     3700Opens the examples file dialog 
     3701 
     3702=cut 
     3703 
    36843704sub on_open_example { 
    36853705        $_[0]->open_file_dialog( Padre::Util::sharedir('examples') ); 
     
    36903710=head3 C<reload_all> 
    36913711 
    3692     my $success = $main->reload_all(); 
     3712    my $success = $main->reload_all; 
    36933713 
    36943714Reload all open files from disk.