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

Bug 369280

Summary: EGL Source Files appear in the Content Types preference menu multiple times
Product: z_Archived Reporter: Brian Svihovec <svihovec>
Component: EDTAssignee: 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:
Description Flags
Screen Capture none

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.