Bug 280984 - [Commands] org.eclipse.ui.commands extension point tells user to implement a subclass
Summary: [Commands] org.eclipse.ui.commands extension point tells user to implement a ...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.6 M3   Edit
Assignee: Paul Webster CLA
QA Contact: Paul Webster CLA
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2009-06-20 15:49 EDT by Remy Suen CLA
Modified: 2009-10-27 13:54 EDT (History)
1 user (show)

See Also:


Attachments
Commands schema patch v1 (1.29 KB, patch)
2009-06-20 15:49 EDT, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2009-06-20 15:49:56 EDT
Created attachment 139682 [details]
Commands schema patch v1

For states, the schema reads...

"This class must subclass org.eclipse.core.commands.State."

...when State is a class. It should also provide the subclass suggestion automatically.
Comment 1 Remy Suen CLA 2009-06-20 15:51:12 EDT
(In reply to comment #0)
> For states, the schema reads...
> 
> "This class must subclass org.eclipse.core.commands.State."

That should be "This class must implement org.eclipse.core.commands.State.". >_>
Comment 2 Dani Megert CLA 2009-09-15 09:01:27 EDT
M1 has shipped weeks ago. Please retarget the bug.
Comment 3 Paul Webster CLA 2009-10-13 15:11:15 EDT
Released to HEAD >20091013
PW
Comment 4 Paul Webster CLA 2009-10-27 13:54:28 EDT
In I20091027-0100
PW