mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
2005-02-15 Alain Magloire
Fix PR 82322, PR 78330 * plugin.xml
This commit is contained in:
parent
8a47c0962a
commit
ecf1086df4
2 changed files with 40 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-15 Alain Magloire
|
||||
Fix PR 82322, PR 78330
|
||||
* plugin.xml
|
||||
|
||||
2005-02-15 Alain Magloire
|
||||
Fix PR 82856
|
||||
* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchAnnotationModel.java
|
||||
|
|
|
@ -466,8 +466,24 @@
|
|||
name="%cDocumentSetupParticipant"
|
||||
point="org.eclipse.core.filebuffers.documentSetup">
|
||||
<participant
|
||||
extensions="*"
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant">
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant"
|
||||
contentTypeId="org.eclipse.cdt.core.cSource">
|
||||
</participant>
|
||||
<participant
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant"
|
||||
contentTypeId="org.eclipse.cdt.core.cHeader">
|
||||
</participant>
|
||||
<participant
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant"
|
||||
contentTypeId="org.eclipse.cdt.core.cxxSource">
|
||||
</participant>
|
||||
<participant
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant"
|
||||
contentTypeId="org.eclipse.cdt.core.cxxHeader">
|
||||
</participant>
|
||||
<participant
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant"
|
||||
contentTypeId="org.eclipse.cdt.core.asmSource">
|
||||
</participant>
|
||||
</extension>
|
||||
<extension
|
||||
|
@ -475,8 +491,24 @@
|
|||
name="%cDocumentFactory"
|
||||
point="org.eclipse.core.filebuffers.documentCreation">
|
||||
<factory
|
||||
extensions="*"
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory">
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.cSource">
|
||||
</factory>
|
||||
<factory
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.cHeader">
|
||||
</factory>
|
||||
<factory
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.cxxSource">
|
||||
</factory>
|
||||
<factory
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.cxxHeader">
|
||||
</factory>
|
||||
<factory
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory"
|
||||
contentTypeId="org.eclipse.cdt.core.asmSource">
|
||||
</factory>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue