[Implemented] Projects in the IDE
Posted: Tue Jul 18, 2006 1:35 pm
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....
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....