Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » [solved] organizing folders and files in Project Explorer(making (and keeping) a single tree under src/)
[solved] organizing folders and files in Project Explorer [message #700605] Sat, 23 July 2011 15:24 Go to next message
Eclipse UserFriend
Hi, All -

First off, on Ubuntu 10.04 I'm using:

Eclipse IDE for C/C++ Developers
Version: Helios Service Release 2
Build id: 20110218-0911

My problem is that as I add C++ source directories, they don't go under the existing root, like so:

src/dirone/dirdeeper
src/dirone
src

... rather than:

src/
....dirone/
...........dirdeeper

I managed to get it fixed by exporting the project to an archive and then re-importing it, but that blasted all my tool-chain properties. Unfortunately, now that I'm doing real work again and adding new stuff, the directory chains are proliferating.

[SOLVED] Create the directories the old-fashioned way, outside of Eclipse. Then, refresh with F5 when you come back in. Very Happy

[Updated on: Sun, 24 July 2011 09:49] by Moderator

Re: organizing folders and files in Project Explorer [message #700626 is a reply to message #700605] Sat, 23 July 2011 16:07 Go to previous message
Eclipse UserFriend
I am also having a related problem now: Eclipse dies completely and loses my tool chain (link, library and include path) settings on its own. It's not that big a project, and I did increase the memory size allocations in the startup file. It doesn't lose everything, because I never have to replace the -std=c++0x addition to the Miscellaneous C++ settings edit field.
Previous Topic:CDT 8.0 Intel C/C++ Compiler Integration
Next Topic:A problem in programming in C
Goto Forum:
  


Current Time: Mon Nov 03 16:25:58 EST 2025

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

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

Back to the top