Bug 369280 - EGL Source Files appear in the Content Types preference menu multiple times
Summary: EGL Source Files appear in the Content Types preference menu multiple times
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-20 14:33 EST by Brian Svihovec CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments
Screen Capture (58.45 KB, image/png)
2012-01-20 14:34 EST, Brian Svihovec CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Svihovec CLA 2012-01-20 14:33:49 EST
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.
Comment 1 Brian Svihovec CLA 2012-01-20 14:34:15 EST
Created attachment 209850 [details]
Screen Capture
Comment 2 Lisa Lasher CLA 2012-03-30 11:41:20 EDT
Deferred out of 0.8.