Changeset 12036
- Timestamp:
- 07/26/10 20:45:57 (19 months ago)
- Location:
- trunk/Padre/lib
- Files:
-
- 1 edited
- 1 moved
-
Padre.pm (modified) (2 diffs)
-
Padre/Queue.pm (moved) (moved from trunk/Padre/lib/Padre/Wx/ActionQueue.pm) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre.pm
r11931 r12036 29 29 # Since everything is used OO-style, we will be require'ing 30 30 # everything other than the bare essentials 31 use Padre::Constant ();32 use Padre::Config ();33 use Padre::DB ();34 use Padre:: Wx::ActionQueue();31 use Padre::Constant (); 32 use Padre::Config (); 33 use Padre::DB (); 34 use Padre::Queue (); 35 35 36 36 # Generate faster accessors … … 159 159 160 160 # Create the action queue 161 $self->{actionqueue} = Padre:: Wx::ActionQueue->new;161 $self->{actionqueue} = Padre::Queue->new; 162 162 163 163 # Startup completed, let go of the database -
trunk/Padre/lib/Padre/Queue.pm
r11931 r12036 1 package Padre:: Wx::ActionQueue;1 package Padre::Queue; 2 2 3 3 # Basic scripting for Padre … … 7 7 =head1 NAME 8 8 9 Padre:: Wx::ActionQueue doesn't create any actions itself but it provides a basic9 Padre::Queue doesn't create any actions itself but it provides a basic 10 10 scripting option for Padre, the Action Queue. 11 11
Note: See TracChangeset
for help on using the changeset viewer.
