Changeset 10605
- Timestamp:
- 02/07/10 11:03:24 (7 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Wx/Main.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Main.pm
r10604 r10605 3658 3658 } 3659 3659 3660 =pod 3661 3662 =head3 C<on_open_with_default_system_editor> 3663 3664 $main->on_open_with_default_system_editor; 3665 3666 Opens the current document in the default system editor 3667 3668 =cut 3669 3660 3670 sub on_open_with_default_system_editor { 3661 3671 my $self = shift; … … 3682 3692 } 3683 3693 3694 =pod 3695 3696 =head3 C<on_open_example> 3697 3698 $main->on_open_example; 3699 3700 Opens the examples file dialog 3701 3702 =cut 3703 3684 3704 sub on_open_example { 3685 3705 $_[0]->open_file_dialog( Padre::Util::sharedir('examples') ); … … 3690 3710 =head3 C<reload_all> 3691 3711 3692 my $success = $main->reload_all ();3712 my $success = $main->reload_all; 3693 3713 3694 3714 Reload all open files from disk.
