Changeset 5506
- Timestamp:
- 06/23/09 06:50:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Ecliptic/lib/Padre/Plugin/Ecliptic.pm
r5499 r5506 110 110 Wx::Event::EVT_MENU( 111 111 $main_window, 112 $self->{menu}->Append( -1, Wx::gettext("Quick Fix\tCtrl- ~"), ),112 $self->{menu}->Append( -1, Wx::gettext("Quick Fix\tCtrl-Shift-1"), ), 113 113 sub { $self->_show_quick_fix_dialog }, 114 114 ); … … 266 266 following options: 267 267 268 =head2 'Open Resource' (Shortcut: Ctrl -Shift-R)268 =head2 'Open Resource' (Shortcut: Ctrl + Shift + R) 269 269 270 270 This opens a nice dialog that allows you to find any file that exists … … 277 277 (enhancement over Eclipse). 278 278 279 =head2 Quick Assist (Shortcut: Ctrl -Shift-L)279 =head2 Quick Assist (Shortcut: Ctrl + Shift + L) 280 280 281 281 This opens a dialog with a yellow list of current Padre actions/shortcuts. When 282 282 you hit the OK button, the selected Padre action will be performed. 283 283 284 =head2 Quick Menu Access (Shortcut: Ctrl -3)284 =head2 Quick Menu Access (Shortcut: Ctrl + 3) 285 285 286 286 This opens a dialog where you can search for menu labels. When you hit the OK 287 287 button, the menu item will be selected. 288 288 289 =head2 Quick Outline Access (Shortcut: Ctrl -4)289 =head2 Quick Outline Access (Shortcut: Ctrl + 4) 290 290 291 291 This opens a dialog where you can search for outline tree. When you hit the OK 292 292 button, the outline element in the outline tree will be selected. 293 293 294 =head2 Quick Module Access (Shortcut: Ctrl -5)294 =head2 Quick Module Access (Shortcut: Ctrl + 5) 295 295 296 296 This opens a dialog where you can search for a CPAN module. When you hit the OK 297 297 button, the selected module will be displayed in Padre's POD browser. 298 298 299 =head2 Open in Explorer (Shortcut: Ctrl -6)299 =head2 Open in Explorer (Shortcut: Ctrl + 6) 300 300 301 301 For the current saved Padre document, open the platform's file manager and … … 304 304 for it. 305 305 306 =head2 Quick Fix (Shortcut: Ctrl -~)306 =head2 Quick Fix (Shortcut: Ctrl + Shift + 1) 307 307 308 308 This opens a yellow box that lists different actions that relate to
Note: See TracChangeset
for help on using the changeset viewer.
