Page 1 of 1

[Implemented] Projects in the IDE

Posted: Tue Jul 18, 2006 1:35 pm
by aaron
I try to organize my code by separating certain functions/code into different files which are then included. The PB IDE tries to make this a little easier by letting me set the main source file in the compiler options for each of the included files (so I don't have to go back to the main file in order to compile and test).

That being said, it would be really nice if the IDE supported the idea of projects... that way loading a project would bring up all my source code, I could browse the entire project (regardless of the code placement), and perhaps even have the code completion handle functions that are part of the project but not in the current source file....

Posted: Tue Jul 18, 2006 1:36 pm
by Joakim Christiansen
That would be really cool.
It could have a "project" tab in the tools panel.

Posted: Tue Jul 18, 2006 3:03 pm
by freak
It is on my list for quite a while, but i did not get around to implement it yet.
Hopefully it will be in v4.1

Posted: Fri Aug 04, 2006 12:20 am
by Booster698
+1

It would be great :)

Posted: Wed Mar 21, 2007 10:01 pm
by musicandstamps
Desperate for this.

Currently converting VB project with over 70 distinct code modules :?

Posted: Mon Jun 18, 2007 3:58 pm
by luis
I absolutely second that.

It's the only thing I really miss from the Microsoft dev env.

Please :wink:

Posted: Mon Jun 18, 2007 5:55 pm
by milan1612
Agreed! Please implement it :P