In user generated Projucer modules, we can create our own flags using #ifndef. Is there any way we can create text fields instead of simple flags?
I’d like to be able to set a variable per project (such as a colour string #FFFF0000). I’m currently storing them in the AppConfig.h, but it would be great if they could be saved in the .jucer file.