mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 00:35:49 +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
|
2005-02-15 Alain Magloire
|
||||||
Fix PR 82856
|
Fix PR 82856
|
||||||
* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchAnnotationModel.java
|
* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchAnnotationModel.java
|
||||||
|
|
|
@ -466,8 +466,24 @@
|
||||||
name="%cDocumentSetupParticipant"
|
name="%cDocumentSetupParticipant"
|
||||||
point="org.eclipse.core.filebuffers.documentSetup">
|
point="org.eclipse.core.filebuffers.documentSetup">
|
||||||
<participant
|
<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>
|
</participant>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
@ -475,8 +491,24 @@
|
||||||
name="%cDocumentFactory"
|
name="%cDocumentFactory"
|
||||||
point="org.eclipse.core.filebuffers.documentCreation">
|
point="org.eclipse.core.filebuffers.documentCreation">
|
||||||
<factory
|
<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>
|
</factory>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue