| Summary: | EGL Source Files appear in the Content Types preference menu multiple times | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Brian Svihovec <svihovec> | ||||
| Component: | EDT | Assignee: | Project Inbox <edt.ide.ui-inbox> | ||||
| Status: | NEW --- | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | jspadea | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 209850 [details]
Screen Capture
Deferred out of 0.8. |
See the attached screen shot for the locations of these entries. Justin provided me with the following information: In the org.eclipse.edt.compiler plugin - <!-- =============================================================================== --> <!-- --> <!-- Define the EGL content type --> <!-- --> <!-- =============================================================================== --> <extension point="org.eclipse.core.runtime.contentTypes"> <content-type id="egl" name="%eglContentTypeName" base-type="org.eclipse.core.runtime.text" priority="high" file-extensions="egl"> </content-type> </extension> In the org.eclipse.edt.ide.core plugin - <extension point="org.eclipse.core.runtime.contentTypes"> <content-type id="egl" name="%eglContentTypeName" base-type="org.eclipse.core.runtime.text" priority="high" file-extensions="egl"> </content-type> </extension> And in the org.eclipse.edt.ide.ui plugin - <extension point="org.eclipse.core.contenttype.contentTypes"> <content-type describer="org.eclipse.edt.ide.ui.editor.CommonFileDescriber" file-extensions="egl" id="org.eclipse.edt.ide.ui.commonfile" name="Common EGL file" priority="high"> </content-type> </extension> It appears that the commonFile ID is related to getting the VE to open for RUI files.