mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-01 12:43:26 +02:00
2004-09-03 Alain Magloire
Fix for PR 73250 * plugin.xml
This commit is contained in:
parent
f516c4967a
commit
7732bb39ea
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-09-03 Alain Magloire
|
||||||
|
|
||||||
|
Fix for PR 73250
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2004-08-19 Bogdan Gheorghe
|
2004-08-19 Bogdan Gheorghe
|
||||||
Fix for 69925: ShowIn C/C++ Projects explorer does not work in certain cases
|
Fix for 69925: ShowIn C/C++ Projects explorer does not work in certain cases
|
||||||
|
|
||||||
|
|
|
@ -291,7 +291,7 @@
|
||||||
name="%cDocumentSetupParticipant"
|
name="%cDocumentSetupParticipant"
|
||||||
point="org.eclipse.core.filebuffers.documentSetup">
|
point="org.eclipse.core.filebuffers.documentSetup">
|
||||||
<participant
|
<participant
|
||||||
extensions="c, cc, cpp, cxx, h, hh, hpp"
|
extensions="*"
|
||||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant">
|
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant">
|
||||||
</participant>
|
</participant>
|
||||||
</extension>
|
</extension>
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
name="%cDocumentFactory"
|
name="%cDocumentFactory"
|
||||||
point="org.eclipse.core.filebuffers.documentCreation">
|
point="org.eclipse.core.filebuffers.documentCreation">
|
||||||
<factory
|
<factory
|
||||||
extensions="c, cc, cpp, cxx, h, hh, hpp"
|
extensions="*"
|
||||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory">
|
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory">
|
||||||
</factory>
|
</factory>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Add table
Reference in a new issue