IDE "projects"?

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
MichaelM
Posts: 57
Joined: Sun May 13, 2007 6:52 pm
Location: Michigan, USA

IDE "projects"?

Post by MichaelM » Sun May 27, 2007 11:20 am

Sorry for the dumb question Gentlemen.

Coming from MPLAB I'm trying to figure out I can move from project to project in the IDE? Do I simply close all of the current open files and then open up another set of files?

Mike

TimB
Posts: 262
Joined: Wed Oct 04, 2006 7:25 am
Location: London UK

Post by TimB » Sun May 27, 2007 1:35 pm

There are no "Projects" as such just the main file and includes.

You can open as many files as you like and just click on the name at the top to navigate between them. There is also a BACK and a FORWARD button to aid navigation.

xor
Posts: 286
Joined: Sun Nov 05, 2006 1:15 pm
Location: NYC
Contact:

Post by xor » Sun May 27, 2007 1:38 pm

That's how I do it. Open as many as you like. The IDE compiles the open tab only...and any includes.

MichaelM
Posts: 57
Joined: Sun May 13, 2007 6:52 pm
Location: Michigan, USA

Post by MichaelM » Sun May 27, 2007 4:07 pm

Is the IDE smart enough to create a .LST file for the program file I compile when I have several different program files open in the IDE? I seem to recall creating a simple program file, compiling it, then looking unsuccessfully for a matching .LST file.

Thanks guys. I'll keep playing.

Mike

Post Reply