Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » C++-Parser and other extensions
C++-Parser and other extensions [message #54730] Thu, 19 December 2002 08:51
Eclipse UserFriend
Originally posted by: rh.sepag.de

Hi,

i use other C-extensions (ec,ecc) for precompiled-sql-files.
I can mark it as C-file in navigator (file associations), but the c-pareser
don't analyse it.

I append my extension inside
plugin.xml for org.eclipse.cdt.ui_1.0.0

<extension
point="org.eclipse.compare.structureCreators">
<structureCreator
extensions="c,cc,cpp,cxx,h,ec,ecc,sec,seh"
class="org.eclipse.cdt.internal.ui.compare.CStructureCreator ">
</structureCreator>
</extension>
<extension
point="org.eclipse.compare.contentMergeViewers">
<viewer
extensions="c,cc,cpp,cxx,h,c2,ec,ecc,sec,seh"

class="org.eclipse.cdt.internal.ui.compare.CContentViewerCreator ">
....

Can you help me ?

--
Ronald Holz auf der Heide
SEP Logistik AG
Ziegelstr. 2
83629 Weyarn
+49 8020 905-0
email : rh@sepag.de
Previous Topic:RE: BUG#28390: Include the GNU Make manual with the distribution
Next Topic:A bug?
Goto Forum:
  


Current Time: Thu May 08 00:10:06 EDT 2025

Powered by FUDForum. Page generated in 0.17553 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top