Hi Frank, sorry for the late answer, normally I am a lot faster, but quite busy due to studying at the moment.
Technically, does the underlying class for highlighted text (the one you extracted from the Basic IDE) support different fonts for
different >text portions, or only different colors? The code is just using an EditEngine, so you can pass any TextAttrib(which included a method SetFont( Font& rFont ) ) to it. The only thing I can think of right now which might make sense is a bold attribute. But where to put it? One option would be an additional column and check box in Tools- OOo- Appearance, but not sure if this is really nice. Probably we don't even need bold.
How much effort would it be to allow an additional separate "class" (aka color) whose elements can be configured at runtime?
very good idea, let me think about it a little for the best way to integrate this and I will add this to the wiki page as well to keep it in mind for the next version, as I would like to keep the first one rather simple. Best regards Max --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
