mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2004-08-21 Alain Magloire
Fix for 69756 * plugin.xml
This commit is contained in:
parent
87f24bfe30
commit
1ffaa3cf23
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-21 Alain Magloire
|
||||
|
||||
Fix for 69756
|
||||
* plugin.xml
|
||||
|
||||
2004-08-20 Chris Wiebe
|
||||
|
||||
class wizard now adds include paths dynamically
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
name="%cDocumentSetupParticipant"
|
||||
point="org.eclipse.core.filebuffers.documentSetup">
|
||||
<participant
|
||||
extensions="c, cc, cpp, cxx, h, hh, hpp"
|
||||
extensions="*"
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentSetupParticipant">
|
||||
</participant>
|
||||
</extension>
|
||||
|
@ -353,7 +353,7 @@
|
|||
name="%cDocumentFactory"
|
||||
point="org.eclipse.core.filebuffers.documentCreation">
|
||||
<factory
|
||||
extensions="c, cc, cpp, cxx, h, hh, hpp"
|
||||
extensions="*"
|
||||
class="org.eclipse.cdt.internal.ui.editor.CDocumentFactory">
|
||||
</factory>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue