Changeset 11066 for trunk/Padre/lib/Padre/Action/Edit.pm
- Timestamp:
- 03/11/10 04:45:29 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Action/Edit.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Action/Edit.pm
r11053 r11066 313 313 need_editor => 1, 314 314 label => Wx::gettext('&Brace matching'), 315 comment => Wx::gettext('Jump to the matching opening or closing brace: { , }, (, )'),315 comment => Wx::gettext('Jump to the matching opening or closing brace: { }, ( ), [ ], < >'), 316 316 shortcut => 'Ctrl-1', 317 317 menu_event => sub { … … 324 324 need_editor => 1, 325 325 label => Wx::gettext('&Select to matching brace'), 326 comment => Wx::gettext('Select to the matching opening or closing brace: { , }, (, )'),326 comment => Wx::gettext('Select to the matching opening or closing brace: { }, ( ), [ ], < >'), 327 327 shortcut => 'Ctrl-4', 328 328 menu_event => sub {
Note: See TracChangeset
for help on using the changeset viewer.
