Changeset 12386
- Timestamp:
- 08/29/10 00:27:56 (18 months ago)
- Location:
- trunk/Padre
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Padre/Wx/ActionLibrary.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Changes
r12385 r12386 11 11 Functions view (DAPATRICK) 12 12 - Updated German translation (ZENOG) 13 - Use Ctrl-PageUp/PageDown for cycling between documents - like in14 Firefox and Google Chrome (ZENOG)15 13 - Fixed typos in share/languages/perl5/perl5.yml (ZENOG) 14 - Added keyboard shortcuts to refactoring features "rename variable" 15 and "extract subroutine" (ZENOG) 16 16 17 17 0.69 2010.08.17 -
trunk/Padre/lib/Padre/Wx/ActionLibrary.pm
r12383 r12386 1752 1752 label => _T('Rename Variable...'), 1753 1753 comment => _T('Prompt for a replacement variable name and replace all occurrences of this variable'), 1754 shortcut => 'Shift-Alt-R', 1754 1755 menu_event => sub { 1755 1756 my $document = $_[0]->current->document or return; … … 1767 1768 . 'A call to this sub is added in the place where the selection was.' 1768 1769 ), 1770 shortcut => 'Shift-Alt-M', 1769 1771 menu_event => sub { 1770 1772 my $document = $_[0]->current->document or return;
Note: See TracChangeset
for help on using the changeset viewer.
