1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

added "hpp" as extension for CEditor.

This commit is contained in:
Alain Magloire 2003-04-10 19:26:15 +00:00
parent 87b25a415c
commit abc7cd65ad

View file

@ -236,7 +236,7 @@
<editor <editor
name="%CEditor.name" name="%CEditor.name"
icon="icons/full/obj16/c_file_obj.gif" icon="icons/full/obj16/c_file_obj.gif"
extensions="c, h, cc, hh, cpp, cxx" extensions="c, h, cc, hh, cpp, cxx, hpp"
contributorClass="org.eclipse.cdt.internal.ui.editor.CEditorActionContributor" contributorClass="org.eclipse.cdt.internal.ui.editor.CEditorActionContributor"
class="org.eclipse.cdt.internal.ui.editor.CEditor" class="org.eclipse.cdt.internal.ui.editor.CEditor"
id="org.eclipse.cdt.ui.editor.CEditor"> id="org.eclipse.cdt.ui.editor.CEditor">
@ -373,14 +373,14 @@
<extension <extension
point="org.eclipse.compare.structureCreators"> point="org.eclipse.compare.structureCreators">
<structureCreator <structureCreator
extensions="c,cc,cpp,cxx,h" extensions="c,cc,cpp,cxx,h,hpp"
class="org.eclipse.cdt.internal.ui.compare.CStructureCreator"> class="org.eclipse.cdt.internal.ui.compare.CStructureCreator">
</structureCreator> </structureCreator>
</extension> </extension>
<extension <extension
point="org.eclipse.compare.contentMergeViewers"> point="org.eclipse.compare.contentMergeViewers">
<viewer <viewer
extensions="c,cc,cpp,cxx,h,c2" extensions="c,cc,cpp,cxx,h,c2,hpp"
class="org.eclipse.cdt.internal.ui.compare.CContentViewerCreator"> class="org.eclipse.cdt.internal.ui.compare.CContentViewerCreator">
</viewer> </viewer>
</extension> </extension>