Bug 35110

Summary: [Key Bindings] key bindings extension point doc incomplete/incorrect
Product: [Eclipse Project] Platform Reporter: Susan McCourt <susan>
Component: UIAssignee: Chris McLaren <csmclaren>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1   
Hardware: PC   
OS: All   
Whiteboard:

Description Susan McCourt CLA 2003-03-16 16:02:30 EST
The extension point doc for
org.eclipse.ui.commands is incomplete.

The extension point docs for
org.eclipse.ui.acceleratorConfigurations
org.eclipse.ui.acceleratorScopes
org.eclipse.ui.acceleratorSets
org.eclipse.ui.actionDefinitions

should be marked as obsolete with references to the new extension point.
Comment 1 Susan McCourt CLA 2003-03-16 16:11:18 EST
The extension point doc for:
org.eclipse.ui.actionSets
org.eclipse.ui.editorActions

must also be updated to mark 
accelerator
definitionId

as deprecated.  (Actually, definitionId is still used in most plug-in markup 
but I think it's deprecated, or at least should not refer to the deprecated 
extension point actionDefinitions)
Comment 2 Chris McLaren CLA 2003-03-26 11:41:38 EST
updates in progress.

also: according to jim des rivieres, the four extension point docs for 
org.eclipse.ui.a* need to be removed entirely, as they were not API in 2.0.
Comment 3 Chris McLaren CLA 2003-03-26 15:20:01 EST
disregard last comment - it turns out these did exist in 2.0.2. we opened the 
2.0.2 build to be sure. 

all documentation now updated properly.