
I'm a long time user of the WinForms SyntaxEditor control.
I now want to move to the WPF control. Is it possible in the WPF control to modify the language during runtime (for example adding new types that should be colored differently).
Another question, will it be possible to implement conditional compilation? For example:
#If SOME_CONSTANT
grey text here
#else
normal text here
#endif