Changeset 12386


Ignore:
Timestamp:
08/29/10 00:27:56 (18 months ago)
Author:
zenogantner
Message:

keyboard shortcuts for refactoring

Location:
trunk/Padre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Changes

    r12385 r12386  
    1111      Functions view (DAPATRICK) 
    1212    - Updated German translation (ZENOG) 
    13     - Use Ctrl-PageUp/PageDown for cycling between documents - like in 
    14       Firefox and Google Chrome (ZENOG) 
    1513    - Fixed typos in share/languages/perl5/perl5.yml (ZENOG) 
     14    - Added keyboard shortcuts to refactoring features "rename variable" 
     15      and "extract subroutine" (ZENOG) 
    1616 
    17170.69 2010.08.17 
  • trunk/Padre/lib/Padre/Wx/ActionLibrary.pm

    r12383 r12386  
    17521752        label       => _T('Rename Variable...'), 
    17531753        comment     => _T('Prompt for a replacement variable name and replace all occurrences of this variable'), 
     1754        shortcut     => 'Shift-Alt-R', 
    17541755        menu_event  => sub { 
    17551756            my $document = $_[0]->current->document or return; 
     
    17671768                . 'A call to this sub is added in the place where the selection was.' 
    17681769        ), 
     1770        shortcut     => 'Shift-Alt-M', 
    17691771        menu_event => sub { 
    17701772            my $document = $_[0]->current->document or return; 
Note: See TracChangeset for help on using the changeset viewer.