That sounds great. When we started using
with Eclipse CDT we had difficulties understanding how to create a CDT project
for existing sources.
The warning scared us but we tried and the
project creation ended up working.
At that time we were trying Netbeans for C
and the project creation for existing sources through the project wizard was almost
straight forward.
Nevertheless we realized Eclipse CDT is
much more powerful and reliable that Netbeans for C but so far harder to
configure and less intuitive for starters.
I am willing to try this out.
Regards,
Felipe Antonio Martinez Figueroa.
+52 442 1030500 Ext.1249.
felipe.a.figuer@xxxxxxxxxx
Delphi Electronics & Safety
Software
Development Tools & Expert Synergy User & Suggestions Committee
Leader
Queretaro Technical Center.
Circuito Palma Cocotera No.
2059.
Fraccionamiento Palmares.
Queretaro, Qro. CP 76127
Mexico.
From:
cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Wednesday, March 10, 2010
1:17 PM
To: CDT
General developers list.
Subject: [cdt-dev] Importing
Existing Code
Hey gang,
One of the activities that I'm planning on and starting is to add
usability features where I find I need them. As I muck around with different
side projects, I am going to assume if I see the need for something other CDT
users would too. Might be a reach, but at least I'll be happier :).
The first one I'm working on is a quick way of getting an existing code
base into the CDT. Right now, the only way I know to do that is to create a new
project and specify the location as the same location as that code base and
then set the project type to Makefile. The warning that shows is scary but a
sign that this wasn't a first class citizen scenario.
What I'm proposing and coded up is an Import wizard for Existing Code.
It's a simple one page wizard that lets you select the name of the project, the
location of the existing code, the language, and the tool chain for the
indexer. Makefile project is assumed since it's unlikely you'd use this feature
to add managed make to existing code (if you need to, you can use the previous
workaround).
It's checked in now. You can find it in the Imports dialog under the
C/C++ category and called "Existing Code". I'd love to hear your
feedback and bugs.
As a side affect I'm learning more how to make these kind of wizards,
something I'll be doing for other scenarios, like Qt, Android, Mac (maybe). The
code to set up the build settings for a Makefile project are troubling, but now
I know that first hand.
**************************************************************************************** Note: If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. **************************************************************************************** |