Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Where can I find CDT API
Where can I find CDT API [message #127678] Thu, 18 November 2004 06:44 Go to next message
Eclipse UserFriend
Originally posted by: viraj.gs-lab.com

This is the second time I'm posting the same query. I'm looking for the CDT
APIs, in whatever form. If they're available in a form similar to the e-book
format in which the JDT Plugin developer guide is available, then I am in a
dire need of it. Could anyone help me?

Viraj Paripatyadar
Re: Where can I find CDT API [message #127732 is a reply to message #127678] Thu, 18 November 2004 14:35 Go to previous messageGo to next message
Eclipse UserFriend
Viraj Paripatyadar wrote:
> This is the second time I'm posting the same query. I'm looking for the CDT
> APIs, in whatever form. If they're available in a form similar to the e-book
> format in which the JDT Plugin developer guide is available, then I am in a
> dire need of it. Could anyone help me?

You could probably look at the CDT SDK package, I guess they must be a
API doc for it. This newgroup is more dedicated toward the CDT users
rather than development, If you want to talk about the development you
probably best using the CDR development list.

There's lot of intersting links there:

http://www.eclipse.org/cdt/

Gael
Re: Where can I find CDT API [message #127797 is a reply to message #127732] Fri, 19 November 2004 01:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: viraj.gs-lab.com

thanks on that one. I guess I really directed the question to the wrong
place. My Appologies.

Meanwhile, I had already installed the CDT SDK before posting. When I open
the Eclipse Configuration manager, it shows that the SDK has a component
named "Eclipse C/C++ Development Tooling Source 2.0.2", which contains 'API
documentation & source code zips'. But the API doesn't show up in the
Eclipse Platform Help, under any category, leave alone 'C/C++ Development
User Guide'. The similar JDT API shows up perfectly(just for everyone's
information). So, in a sense, my question was based on proper use of the CDT
SDK rather than development, as I don't plan to develop anything right away.

Nevertheless, I'll post the query on the list you mentioned.

Viraj

"Gael Martin" <gael.pourriel@gmail.com> wrote in message
news:cniti0$snh$1@www.eclipse.org...
> You could probably look at the CDT SDK package, I guess they must be a API
> doc for it. This newgroup is more dedicated toward the CDT users rather
> than development, If you want to talk about the development you probably
> best using the CDR development list.
>
> There's lot of intersting links there:
>
> http://www.eclipse.org/cdt/
>
> Gael
...not an answer, but [message #127900 is a reply to message #127678] Fri, 19 November 2004 09:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jon.mail.com

I'd be interested in this information too.

I've asked a related question earlier on this NG ("Eclipse Core
Platform/CDT on-line Javadoc", 12/11/2004) and had no reply...

I'm assuming that the CDT API fluctuates quite a bit and that supplying
"ready-made" JavaDoc (at least on-line) might be problematic as there
would have to be several versions of it. I suppose there's nothing
stopping us building the doc from the source of the version we're using,
but if there's a pre-built/on-line version readily available, that would
sound like less-hassle.

Could you post a reply to this if you find anything?

Jon.

Viraj Paripatyadar wrote:
> This is the second time I'm posting the same query. I'm looking for the CDT
> APIs, in whatever form. If they're available in a form similar to the e-book
> format in which the JDT Plugin developer guide is available, then I am in a
> dire need of it. Could anyone help me?
>
> Viraj Paripatyadar
>
>
Re: ...not an answer, but [message #128011 is a reply to message #127900] Sat, 20 November 2004 00:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kfjacobs.cse.buffalo.edu

Jon wrote:
> I'd be interested in this information too.
>
> I've asked a related question earlier on this NG ("Eclipse Core
> Platform/CDT on-line Javadoc", 12/11/2004) and had no reply...
>
> I'm assuming that the CDT API fluctuates quite a bit and that supplying
> "ready-made" JavaDoc (at least on-line) might be problematic as there
> would have to be several versions of it. I suppose there's nothing
> stopping us building the doc from the source of the version we're using,
> but if there's a pre-built/on-line version readily available, that would
> sound like less-hassle.

I've only been reading through some of the 'core' affiliated code with
the CDT API, and building javadoc sources would be great, if there were
a lot of javadoc in the source.

> Could you post a reply to this if you find anything?

This isn't very helpful, but I've not seen much formal code, method or
algorithim documentation for the CDT API.

There seem to be feature-by-feature "outlines" of the design (object
interrelationships, etc.) of the CDT featured at the eclipse website:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt- home/developer/docs.html?cvsroot=Tools_Project

> Jon.
>
> Viraj Paripatyadar wrote:
>
>> This is the second time I'm posting the same query. I'm looking for
>> the CDT APIs, in whatever form. If they're available in a form similar
>> to the e-book format in which the JDT Plugin developer guide is
>> available, then I am in a dire need of it. Could anyone help me?
>>
>> Viraj Paripatyadar
>>
Re: ...not an answer, but [message #128184 is a reply to message #128011] Mon, 22 November 2004 04:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jon.mail.com

Hi,

Kyle Jacobs wrote:

> This isn't very helpful, but I've not seen much formal code, method or
> algorithim documentation for the CDT API.
>
> There seem to be feature-by-feature "outlines" of the design (object
> interrelationships, etc.) of the CDT featured at the eclipse website:
>
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt- home/developer/docs.html?cvsroot=Tools_Project

I had spotted this earlier but it didn't look too useful with regard to
an "OK, I want to use/extend CDT for my own aims - to do this, an API
reference would be useful" kind of thing.

I do remember seeing mention of "CDT documentation for ISVs" or some
such thing. However, for the life of me I can't find either where this
is mentioned, or the documentation itself.

Cheers,
Jon.
Re: ISV/API Documentation Reference [message #128197 is a reply to message #128184] Mon, 22 November 2004 06:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jon.mail.com

Jon wrote:

> I do remember seeing mention of "CDT documentation for ISVs" or some
> such thing. However, for the life of me I can't find either where this
> is mentioned, or the documentation itself.

I've just found where the CDT API/ISV documentation is mentioned - it's
in the following presentation by Sebastien Marineau-Mes from the
"Eclipse Con 2004".

www.eclipsecon.org/EclipseCon_2004_TechnicalTrackPresentatio ns/
eclipsecon_marineau_cdt_presentation.pdf

From the bottom of Page 15 "CDT 2.0 Plan - Key Themes" :

ISV documentation
- CDT core APIs
- CDI debug API

I wonder whether this is something that has come/is soon coming to light?

Cheers,
Jon.
Re: ISV/API Documentation Reference [message #128260 is a reply to message #128197] Mon, 22 November 2004 17:23 Go to previous message
Eclipse UserFriend
Originally posted by: dschaefe.ca.ibm.com

O.K., to shed some light on this subject, the ISV docs didn't make the cut
for CDT 2.0, or 2.1 for that matter. We finally have a start on them for CDT
3.0 which should be out next June-ish. Unfortunately for now, you only have
the code itself.

Doug

"Jon" <jon@mail.com> wrote in message news:cnsgta$h7t$1@www.eclipse.org...
> Jon wrote:
>
> > I do remember seeing mention of "CDT documentation for ISVs" or some
> > such thing. However, for the life of me I can't find either where this
> > is mentioned, or the documentation itself.
>
> I've just found where the CDT API/ISV documentation is mentioned - it's
> in the following presentation by Sebastien Marineau-Mes from the
> "Eclipse Con 2004".
>
> www.eclipsecon.org/EclipseCon_2004_TechnicalTrackPresentatio ns/
> eclipsecon_marineau_cdt_presentation.pdf
>
> From the bottom of Page 15 "CDT 2.0 Plan - Key Themes" :
>
> ISV documentation
> - CDT core APIs
> - CDI debug API
>
> I wonder whether this is something that has come/is soon coming to light?
>
> Cheers,
> Jon.
Previous Topic:Adding a Tool (e.g. IDL-Compiler)
Next Topic:WYSWYG JSP editor
Goto Forum:
  


Current Time: Mon Jul 14 13:57:13 EDT 2025

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

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

Back to the top