It would be nice to be able to set build options for an entire folder in the Project pane instead of having to specify them for each file. For instance, I have a bunch of .cpp files containing inline functions that I #include from my header files for better encapsulation. I have a project window folder for headers, sources, and inlines, and it would be nice to not have to tell the program to ignore the inline files.
On a related note, another solution might be to use a different extension (i.e. xxxx.inl), but then I ran into the problem that the syntax highlighter wouldn't work on them...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be nice to be able to set build options for an entire folder in the Project pane instead of having to specify them for each file. For instance, I have a bunch of .cpp files containing inline functions that I #include from my header files for better encapsulation. I have a project window folder for headers, sources, and inlines, and it would be nice to not have to tell the program to ignore the inline files.
On a related note, another solution might be to use a different extension (i.e. xxxx.inl), but then I ran into the problem that the syntax highlighter wouldn't work on them...
In the line of links near the top of the page is one marked
RFE
it provides a means for you to request features. This will insure that it gets "in the system"
Wayne