I have two projects that call on several separate libraries. One of these libraries must be configured slightly different for each project. Currently I use a symbol defined in General/Paths and Symbols for one parent project but not the other and an #ifdef in the library code. This works fine and the particular library is compiled differently for each parent project. However, when viewing the code in the library when one or the other of the parent projects is open, the relevant code within the symbol #ifdef/#endif does not reflect that the symbol is now defined or not. Is there some way I can specify that when viewing code in a library project the editor should reflect whether the symbol is defined in a parent project?