Manipulating CDT Model [message #121957] |
Tue, 28 September 2004 06:07  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.08044 seconds