Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » NooB Question
NooB Question [message #146827] Tue, 14 June 2005 01:12 Go to next message
Eclipse UserFriend
Originally posted by: hello.hello.com

I just downloaded the CDT and am having trouble getting started. I was
trying to follow along with the Hello World example on the eclipse
website, and I ran into trouble as soon as I switched to the C++
Perspective -- all my Java projects appeared under the C/C++ projects tab
in the left hand windows.

I assume this is a configuration thing with my workspace, but could
someone let me know how to separate the two, so that my C++ projects
appears blank the first time I open it.

Thanks for any info or references,
John
Re: NooB Question [message #146842 is a reply to message #146827] Tue, 14 June 2005 09:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: devin_steffler.ca.ibm.com

A quick work around would be to have two different workspaces. One would
contain your C/C++ projects and the other would contain your Java projects.

Do you see the same behaviour when working with JDT? Are C/C++ projects
displayed in the Java perspective?

Devin


"John" <hello@hello.com> wrote in message
news:3b81cc6914a7456f3d556851c3feb1da$1@www.eclipse.org...
> I just downloaded the CDT and am having trouble getting started. I was
> trying to follow along with the Hello World example on the eclipse
> website, and I ran into trouble as soon as I switched to the C++
> Perspective -- all my Java projects appeared under the C/C++ projects tab
> in the left hand windows.
>
> I assume this is a configuration thing with my workspace, but could
> someone let me know how to separate the two, so that my C++ projects
> appears blank the first time I open it.
>
> Thanks for any info or references,
> John
>
Re: NooB Question [message #146853 is a reply to message #146842] Tue, 14 June 2005 19:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hello.hello.com

Devin Steffler wrote:

> A quick work around would be to have two different workspaces. One would
> contain your C/C++ projects and the other would contain your Java projects.

> Do you see the same behaviour when working with JDT? Are C/C++ projects
> displayed in the Java perspective?

Devin,

Thanks for the response. My question is... let's say I set up 2 different
workspaces. How can I tell eclipse that one should be used in the Java
perspective, and the other used in the C++ perspective?
Re: NooB Question [message #146870 is a reply to message #146853] Wed, 15 June 2005 16:16 Go to previous message
Eclipse UserFriend
/John/:

> My question is... let's say I set up 2
> different workspaces. How can I tell eclipse that one should be used in
> the Java perspective, and the other used in the C++ perspective?

Window -> Open Perspective, or the "Open a perspective" button on
the "Perspective bar" (showing the perspectives opened in the
current window). When you start Eclipse it will show the perspective
being active just when you've closed Eclipse.

To your original issue: Press the down-arrow button at the most
right of the toolbar of the "C/C++ Projects" view and choose
"Filters...", then check to filter out "Non-C projects".

--
Stanimir
Re: NooB Question [message #146948 is a reply to message #146853] Wed, 15 June 2005 13:38 Go to previous message
Eclipse UserFriend
Originally posted by: devin_steffler.ca.ibm.com

When in Eclipse, select Window->Preferences->General->Startup and Shutdown
and make sure that "Prompt for workspace on startup" is checked.

Start Eclipse in a workspace that is to contain C/C++ projects, for example
use the workspace "C:\C_Projects". Then open the C/C++ perspective via
Window->Open Perspective->Other...->C/C++. Create/Import your C/C++
projects and then whenever you reopen that workspace in Eclipse you will
always start with the C/C++ Perspective unless you switch to another
perspective. Do the same thing for your Java projects.

Hope this helps,
Devin

"John" <hello@hello.com> wrote in message
news:02441509135db95c96bba2121546c489$1@www.eclipse.org...
> Devin Steffler wrote:
>
> > A quick work around would be to have two different workspaces. One
would
> > contain your C/C++ projects and the other would contain your Java
projects.
>
> > Do you see the same behaviour when working with JDT? Are C/C++ projects
> > displayed in the Java perspective?
>
> Devin,
>
> Thanks for the response. My question is... let's say I set up 2 different
> workspaces. How can I tell eclipse that one should be used in the Java
> perspective, and the other used in the C++ perspective?
>
Previous Topic:syntax coloring not coloring comments
Next Topic:link library in managed make project
Goto Forum:
  


Current Time: Sun May 11 09:09:33 EDT 2025

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

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

Back to the top