Bug 75499 - Step into selection and displaying accelerator
Summary: Step into selection and displaying accelerator
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2004-10-01 16:30 EDT by Darin Swanson CLA
Modified: 2005-04-11 23:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2004-10-01 16:30:30 EDT
Step into selection in the Run menu displays Ctrl-F5 only when a debug session 
is active.

In the editor context menu Ctrl-F5 is never displayed.
Comment 1 Darin Wright CLA 2005-04-04 17:50:03 EDT
Fixed in jdt.debug.ui plugin.xml. Added definitionId attribute to the action 
contributions. 

The keybinding only shows up in the top level menu when the debugger is 
active, as we have contributed an enablement for the action. I think the UI 
only "knows" about the binding when the action is enabled.
Comment 2 Darin Wright CLA 2005-04-04 17:50:33 EDT
Please verify, Darin (S).
Comment 3 Darin Swanson CLA 2005-04-11 23:49:34 EDT
Verified.