Default IncludeFile when IDE starts
Posted: Tue Jan 30, 2007 8:07 am
I requested this once before but I can't find it now. 
I'd like to see an OPTION where a specific IncludeFile could be recognized by
the IDE when it starts. For example, in "Compiler Options" and above the
"Library Subsystem" setting. It would have a name of "Default IncludeFile"
with room for a string for the user to specify a file. Then, when the IDE is
loaded, this file is recognized by the compiler as if the user had included it
manually at the top of his code like this:
The reason for this request is simple: it saves me having to copy-and-paste
my favorite procedures into my new apps, essentially making that file a bit
like a "library" (even though it isn't). I know that any unused procedures will
also be included, but that's my problem to deal with later.
Sound good?

I'd like to see an OPTION where a specific IncludeFile could be recognized by
the IDE when it starts. For example, in "Compiler Options" and above the
"Library Subsystem" setting. It would have a name of "Default IncludeFile"
with room for a string for the user to specify a file. Then, when the IDE is
loaded, this file is recognized by the compiler as if the user had included it
manually at the top of his code like this:
Code: Select all
IncludeFile "MyFavoriteProcedures.pb"
my favorite procedures into my new apps, essentially making that file a bit
like a "library" (even though it isn't). I know that any unused procedures will
also be included, but that's my problem to deal with later.
