Changeset 5506


Ignore:
Timestamp:
06/23/09 06:50:37 (3 years ago)
Author:
azawawi
Message:

[Ecliptic] Ctrl+~ is out, Ctrl + Shift + 1 is now used for Quick Fix
[Ecliptic] POD shortcut update (e.g. Ctrl-3 => CTRL + 3)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Ecliptic/lib/Padre/Plugin/Ecliptic.pm

    r5499 r5506  
    110110    Wx::Event::EVT_MENU( 
    111111        $main_window, 
    112         $self->{menu}->Append( -1, Wx::gettext("Quick Fix\tCtrl-~"), ), 
     112        $self->{menu}->Append( -1, Wx::gettext("Quick Fix\tCtrl-Shift-1"), ), 
    113113        sub { $self->_show_quick_fix_dialog }, 
    114114    ); 
     
    266266following options: 
    267267 
    268 =head2 'Open Resource' (Shortcut: Ctrl-Shift-R) 
     268=head2 'Open Resource' (Shortcut: Ctrl + Shift + R) 
    269269 
    270270This opens a nice dialog that allows you to find any file that exists  
     
    277277(enhancement over Eclipse). 
    278278 
    279 =head2 Quick Assist (Shortcut: Ctrl-Shift-L) 
     279=head2 Quick Assist (Shortcut: Ctrl + Shift + L) 
    280280 
    281281This opens a dialog with a yellow list of current Padre actions/shortcuts. When  
    282282you hit the OK button, the selected Padre action will be performed. 
    283283 
    284 =head2 Quick Menu Access (Shortcut: Ctrl-3) 
     284=head2 Quick Menu Access (Shortcut: Ctrl + 3) 
    285285 
    286286This opens a dialog where you can search for menu labels. When you hit the OK  
    287287button, the menu item will be selected. 
    288288 
    289 =head2 Quick Outline Access (Shortcut: Ctrl-4) 
     289=head2 Quick Outline Access (Shortcut: Ctrl + 4) 
    290290 
    291291This opens a dialog where you can search for outline tree. When you hit the OK  
    292292button, the outline element in the outline tree will be selected. 
    293293 
    294 =head2 Quick Module Access (Shortcut: Ctrl-5) 
     294=head2 Quick Module Access (Shortcut: Ctrl + 5) 
    295295 
    296296This opens a dialog where you can search for a CPAN module. When you hit the OK  
    297297button, the selected module will be displayed in Padre's POD browser. 
    298298 
    299 =head2 Open in Explorer (Shortcut: Ctrl-6) 
     299=head2 Open in Explorer (Shortcut: Ctrl + 6) 
    300300 
    301301For the current saved Padre document, open the platform's file manager and  
     
    304304for it. 
    305305 
    306 =head2 Quick Fix (Shortcut: Ctrl-~) 
     306=head2 Quick Fix (Shortcut: Ctrl + Shift + 1) 
    307307 
    308308This opens a yellow box that lists different actions that relate to  
Note: See TracChangeset for help on using the changeset viewer.