Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 110203

Summary: [IDE] Need addition to IDE.getEditorDescriptor(String) which takes content type
Product: [Eclipse Project] Platform Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Kim Horne <eclipse>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: andre_weinand, christof_marti
Version: 3.2   
Target Milestone: 3.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 74194    

Description Dani Megert CLA 2005-09-21 12:32:31 EDT
I20050921-0010

Some time ago IDE.getEditorDescriptor(String) was added, see bug 50285.

Now that we have content types we also need:
IEditorDescriptor getEditorDescriptor(String, IContentType)
Comment 1 Dani Megert CLA 2006-06-28 09:35:15 EDT
This has been fixed: IDE.getEditorDescriptor(String)  now handles content types.
Comment 2 Dani Megert CLA 2006-06-28 09:37:28 EDT
André, for your use case it might be sufficient to query directly the editor registry, see IEditorRegistry.
Comment 3 Kim Horne CLA 2006-09-19 10:28:26 EDT
Marking as closed.