Main IncludeFile when compiling
Posted: Fri Aug 12, 2022 2:40 am
In the "Compiler Options" for any source there's a "Main source file" setting that will be compiled instead of the current source, which works great.
My request is somewhat similar: the main preferences of the IDE (under "Compiler") could have a setting called "Main IncludeFile" which the user can leave blank for no IncludeFile, or specify the path to one. Then whenever a compilation starts, this IncludeFile is silently be included at the top of the source, or ignored if this field is empty.
This means we can have our own "libraries" of code that will immediately be usable in any new apps we start, without having to manually IncludeFile it. The user can then choose to edit that IncludeFile to their heart's content, such as inluding other files in it themselves.
Reason for this request -> viewtopic.php?p=587985#p587985
Thanks for considering!
My request is somewhat similar: the main preferences of the IDE (under "Compiler") could have a setting called "Main IncludeFile" which the user can leave blank for no IncludeFile, or specify the path to one. Then whenever a compilation starts, this IncludeFile is silently be included at the top of the source, or ignored if this field is empty.
This means we can have our own "libraries" of code that will immediately be usable in any new apps we start, without having to manually IncludeFile it. The user can then choose to edit that IncludeFile to their heart's content, such as inluding other files in it themselves.
Reason for this request -> viewtopic.php?p=587985#p587985
Thanks for considering!