Automatically Append Project Files During Compilation
Posted: Sat Mar 19, 2011 11:03 pm
(This suggestion refers strictly to Source files like *.pb, *.pbi NOT other general resource files like graphics and sound etc)
I guess I'm either really stupid and can't figure it out, or this functionality doesn't exist yet.. Hope its not the first one.
It would be nice, if your project files were all appended to the main file, when you compile your program.
I have to be honest in that I don't see the point of having Project Management that let's you add files to your project, etc if you don't compile them all in one shot.
I think this is the first IDE I've used where you have to explicitly declare all included files.. But then I don't have exposure to many different languages and IDE's.
Project Management is nice for opening all the files in your project, and managing your resources.. So why stop at compilation?
As an alternative, it would at least be nice if the IDE would automatically stick Xinclude statements for our project files, into the main compiler target. I imagine either version of this idea would be easy to implement, and could be turned on or off with a simple checkbox option..
Anyhow I just thought I would ask for this (or how to make sure it works if it is already possible), as I would like to see it.
Is there some specific reason why it hasn't been implemented, maybe ?
I guess I'm either really stupid and can't figure it out, or this functionality doesn't exist yet.. Hope its not the first one.
It would be nice, if your project files were all appended to the main file, when you compile your program.
I have to be honest in that I don't see the point of having Project Management that let's you add files to your project, etc if you don't compile them all in one shot.
I think this is the first IDE I've used where you have to explicitly declare all included files.. But then I don't have exposure to many different languages and IDE's.
Project Management is nice for opening all the files in your project, and managing your resources.. So why stop at compilation?
As an alternative, it would at least be nice if the IDE would automatically stick Xinclude statements for our project files, into the main compiler target. I imagine either version of this idea would be easy to implement, and could be turned on or off with a simple checkbox option..
Anyhow I just thought I would ask for this (or how to make sure it works if it is already possible), as I would like to see it.
Is there some specific reason why it hasn't been implemented, maybe ?