Changeset 12381
- Timestamp:
- 08/27/10 04:05:23 (18 months ago)
- Location:
- trunk/Padre
- Files:
-
- 3 edited
-
Changes (modified) (1 diff)
-
lib/Padre/Wx/Action.pm (modified) (1 diff)
-
lib/Padre/Wx/ActionLibrary.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Changes
r12348 r12381 11 11 Functions view (DAPATRICK) 12 12 - Updated German translation (ZENOG) 13 - Use Ctrl-PageUp/PageDown for cycling between documents - like in 14 Firefox and Google Chrome (ZENOG) 13 15 14 16 0.69 2010.08.17 -
trunk/Padre/lib/Padre/Wx/Action.pm
r12251 r12381 216 216 comment => 'Saves the current file to disk', 217 217 icon => '...', 218 shortcut => 'C TRL-S',218 shortcut => 'Ctrl-S', 219 219 menu_event => sub { }, 220 220 ); -
trunk/Padre/lib/Padre/Wx/ActionLibrary.pm
r12259 r12381 2354 2354 label => _T('Next File'), 2355 2355 comment => _T('Put focus on the next tab to the right'), 2356 shortcut => ' Alt-Right',2356 shortcut => 'Ctrl-PageUp', 2357 2357 need_editor => 1, 2358 2358 menu_event => sub { … … 2365 2365 label => _T('Previous File'), 2366 2366 comment => _T('Put focus on the previous tab to the left'), 2367 shortcut => ' Alt-Left',2367 shortcut => 'Ctrl-PageDown', 2368 2368 need_editor => 1, 2369 2369 menu_event => sub {
Note: See TracChangeset
for help on using the changeset viewer.
