Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Manipulating CDT Model
Manipulating CDT Model [message #121957] Tue, 28 September 2004 06:07 Go to next message
Eclipse UserFriend
Hi,
I'm looking for an easy way to add new include statements, function decl,
function def. I tried with org.eclipse.cdt.core.Model, i was unable to
manipulate the model to introduce new CElements. Please help me out.

Thanks for your time
Re: Manipulating CDT Model [message #122169 is a reply to message #121957] Wed, 29 September 2004 14:20 Go to previous message
Eclipse UserFriend
The current model is read only. You will need to make your changes directly
to the contents of the file and then rebuild the model from that.

-Andrew

"ganesan" <ganesan@iese.fhg.de> wrote in message
news:cjbd4i$d42$1@eclipse.org...
> Hi,
> I'm looking for an easy way to add new include statements, function decl,
> function def. I tried with org.eclipse.cdt.core.Model, i was unable to
> manipulate the model to introduce new CElements. Please help me out.
>
> Thanks for your time
>
Previous Topic:Execs not recognized by binary parser
Next Topic:Debug synchronization problem with the second window. Please response.
Goto Forum:
  


Current Time: Thu Jul 17 15:40:55 EDT 2025

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

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

Back to the top