Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding a new Class
Adding a new Class [message #15761] Mon, 04 February 2002 05:27 Go to next message
Eclipse UserFriend
Originally posted by: wel.gmx.ch

Hi all

I just discovered eclipse this weekend. While I immediatly got familiar
with the JDT (i'm using visual age since several years... so it was
basicly
a "welcome home") I had a rather hard time while playing around with CDT.

Call me a moron, but I wasn't able to figure out how to add a new class to
the project... Another anoying things is, that when selecting a method in
the object-browser, it alsways jumps to the declaration of the method. I
couldn't find a way to toggle between declaration and implementation.

I know CDT is in a very early stage, and I realy admire the work already
done. I think CDT can get "the killer ide" in just a few month...

regards
Marco
Re: Adding a new Class [message #15778 is a reply to message #15761] Mon, 04 February 2002 05:47 Go to previous messageGo to next message
Eclipse UserFriend
Marco Welti wrote:

> Hi all
>
> I just discovered eclipse this weekend. While I immediatly got familiar
> with the JDT (i'm using visual age since several years... so it was
> basicly
> a "welcome home") I had a rather hard time while playing around with CDT.
>
> Call me a moron, but I wasn't able to figure out how to add a new class to
> the project... Another anoying things is, that when selecting a method in
> the object-browser, it alsways jumps to the declaration of the method. I
> couldn't find a way to toggle between declaration and implementation.
>
> I know CDT is in a very early stage, and I realy admire the work already
> done. I think CDT can get "the killer ide" in just a few month...
>
> regards
> Marco

What manner of class are you considering. Is this a C++ class? If so
just create a new file and enter the code - or am I teaching gransmothers
and is your problem different?
Re: Adding a new Class [message #15795 is a reply to message #15778] Mon, 04 February 2002 06:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wel.gmx.ch

David,

thx for your reply

after writing my post, i just decteted the "add file" on the project
window ;)
Anyway, I think it would be nice the have a little wizard to add a new
(C++)
class (similar to the JDT) where you can specify base class and all that
stuff,
because i care about objects and not about files...

as i already mentioned.... very promising....


> Marco Welti wrote:

> > Hi all
> >
> > I just discovered eclipse this weekend. While I immediatly got familiar
> > with the JDT (i'm using visual age since several years... so it was
> > basicly
> > a "welcome home") I had a rather hard time while playing around with CDT.
> >
> > Call me a moron, but I wasn't able to figure out how to add a new class to
> > the project... Another anoying things is, that when selecting a method in
> > the object-browser, it alsways jumps to the declaration of the method. I
> > couldn't find a way to toggle between declaration and implementation.
> >
> > I know CDT is in a very early stage, and I realy admire the work already
> > done. I think CDT can get "the killer ide" in just a few month...
> >
> > regards
> > Marco

> What manner of class are you considering. Is this a C++ class? If so
> just create a new file and enter the code - or am I teaching gransmothers
> and is your problem different?
Re: Adding a new Class [message #15810 is a reply to message #15761] Mon, 04 February 2002 08:43 Go to previous message
Eclipse UserFriend
Hi Marco,

Thanks for the comments...

1. A Class SmartGuide is on our todo list (Code Generation Tools/SmartGuides)
which actually means that it probably won't make it into our R1 release
targetted for the end of March or the R2 release targetted for the end of April.
However after April we will be prioritizing outstanding features\requests. In
the meantime, we would love to talk to any "volunteers" who wish to get that
work started.

2. The confusion between function definition\declaration is well known. For
the R1 release some work is being done to give the user access to both the
definition and declaration. In the longer term it is likely that some re-design
will take place (hopefully directed by comments from users) that will address
this and other issues related to objects and scoping (namespaces, member
variables and functions, etc). Before any work in this direction is done, a RFC
will be made available so that we can solicit some debate and varied opinions.

Thanks...

Jeff Turnham

"Marco Welti" <wel@gmx.ch> wrote in message news:a3lnms$60g$1@rogue.oti.com...
> Hi all
>
> I just discovered eclipse this weekend. While I immediatly got familiar
> with the JDT (i'm using visual age since several years... so it was
> basicly
> a "welcome home") I had a rather hard time while playing around with CDT.
>
> Call me a moron, but I wasn't able to figure out how to add a new class to
> the project... Another anoying things is, that when selecting a method in
> the object-browser, it alsways jumps to the declaration of the method. I
> couldn't find a way to toggle between declaration and implementation.
>
> I know CDT is in a very early stage, and I realy admire the work already
> done. I think CDT can get "the killer ide" in just a few month...
>
> regards
> Marco
>
Previous Topic:any users' documentation here?
Next Topic:Text editor issues
Goto Forum:
  


Current Time: Sun Jun 08 07:05:10 EDT 2025

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

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

Back to the top