[Implemented] Projects in the IDE

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
aaron
Enthusiast
Enthusiast
Posts: 267
Joined: Mon Apr 19, 2004 3:04 am
Location: Canada
Contact:

[Implemented] Projects in the IDE

Post 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....
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

That would be really cool.
It could have a "project" tab in the tools panel.
I like logic, hence I dislike humans but love computers.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post 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
quidquid Latine dictum sit altum videtur
Booster698
New User
New User
Posts: 7
Joined: Wed Apr 19, 2006 10:30 pm
Location: France

Post by Booster698 »

+1

It would be great :)
musicandstamps
User
User
Posts: 17
Joined: Sun Nov 12, 2006 3:22 pm
Location: Great Britain
Contact:

Post by musicandstamps »

Desperate for this.

Currently converting VB project with over 70 distinct code modules :?
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post by luis »

I absolutely second that.

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

Please :wink:
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Agreed! Please implement it :P
Windows 7 & PureBasic 4.4
Post Reply