Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » extending C editor?
extending C editor? [message #45794] Fri, 18 October 2002 14:37 Go to next message
Eclipse UserFriend
Originally posted by: debeer.ri.silicommp.fr

Hi,

Is it possible to extend the editor which is supplied with CDT to cater
for some additional behaviour?
I would like to write a plugin for an editor, which besides plain
editing of c code, recognizes and treats correctly some XML sections in
the file. (I imagined adding the special behaviour for the XML sections
as an extension to the C editor). Is this possible, where should I start
to look?

Thank you for any suggestions.

Silvia
Re: extending C editor? [message #45895 is a reply to message #45794] Sat, 19 October 2002 23:09 Go to previous messageGo to next message
Judy N. Green is currently offline Judy N. GreenFriend
Messages: 149
Registered: July 2009
Senior Member
Hi Silvia,

The source for the editor and all CDT code is available from the
dev.eclipse.org CVS server.

You can view the repsository using the web interface with the following
link.
http://dev.eclipse.org/viewcvs/index.cgi?cvsroot=Tools_Proje ct

You may be able to subclass and add the functionality that you want, but
more likely you will be able to use the extension points to add the
functionlaity that you want to add.
Good luck

-Judy

"Silvia de Beer" <debeer@ri.silicommp.fr> wrote in message
news:3DB01C99.6000008@ri.silicommp.fr...
> Hi,
>
> Is it possible to extend the editor which is supplied with CDT to cater
> for some additional behaviour?
> I would like to write a plugin for an editor, which besides plain
> editing of c code, recognizes and treats correctly some XML sections in
> the file. (I imagined adding the special behaviour for the XML sections
> as an extension to the C editor). Is this possible, where should I start
> to look?
>
> Thank you for any suggestions.
>
> Silvia
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.394 / Virus Database: 224 - Release Date: 10/3/02
Re: extending C editor? [message #45954 is a reply to message #45895] Mon, 21 October 2002 08:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Re: extending C editor? [message #46253 is a reply to message #45954] Tue, 22 October 2002 14:52 Go to previous message
Judy N. Green is currently offline Judy N. GreenFriend
Messages: 149
Registered: July 2009
Senior Member
Hi Silvia,

Documentation is an area that we are working on. Unfortunately, we do not
have anything written about this yet.

As you suggested, currently the only way to find out this information is to
download and look at the source.

-Judy


<user@domain.invalid> wrote in message
news:3DB3BC98.2080705@domain.invalid...
| Hi Judy,
|
| One question, where can I find the documentation about the extension
| points of the CDT, together with the reference document of the Classes
| and Interfaces? Or is the only way to find out about that to download
| the CDT project, and look at the plugin.xml for the extension points,
| and the Java Doc for the interfaces and classes?
|
| thank you,
|
| Silvia
|
| Judy Green wrote:
| > Hi Silvia,
| >
| > The source for the editor and all CDT code is available from the
| > dev.eclipse.org CVS server.
| >
| > You can view the repsository using the web interface with the following
| > link.
| > http://dev.eclipse.org/viewcvs/index.cgi?cvsroot=Tools_Proje ct
| >
| > You may be able to subclass and add the functionality that you want, but
| > more likely you will be able to use the extension points to add the
| > functionlaity that you want to add.
| > Good luck
| >
| > -Judy
| >
| > "Silvia de Beer" <debeer@ri.silicommp.fr> wrote in message
| > news:3DB01C99.6000008@ri.silicommp.fr...
| >
| >>Hi,
| >>
| >>Is it possible to extend the editor which is supplied with CDT to cater
| >>for some additional behaviour?
| >>I would like to write a plugin for an editor, which besides plain
| >>editing of c code, recognizes and treats correctly some XML sections in
| >>the file. (I imagined adding the special behaviour for the XML sections
| >>as an extension to the C editor). Is this possible, where should I start
| >>to look?
| >>
| >>Thank you for any suggestions.
| >>
| >>Silvia
| >>
| >
| >
| >
| > ---
| > Outgoing mail is certified Virus Free.
| > Checked by AVG anti-virus system (http://www.grisoft.com).
| > Version: 6.0.394 / Virus Database: 224 - Release Date: 10/3/02
| >
| >
|
Previous Topic:CDT Performance
Next Topic:Debugging with Cygwin GDB
Goto Forum:
  


Current Time: Tue Jan 28 14:57:52 GMT 2025

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

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

Back to the top