Martin Cohen:

is there any chance to have two style bytes for one character?

  Its possible but I'm a bit timid about adding such a far-reaching
option to Scintilla.

One style for backColor and one for other style properties.

  That is unlikely as some may prefer to differentiate between
languages through font or foreground colour.

Or other solution:

struct CharStyle {
        int backColor;
        int foreColor;
        int fontIndex;
        int fontSize;
        bool fontBold;
        // etc...
} for each character (Am I insane? ;) )

  This multiplies memory requirements by a factor of at least 10
which will not be viable for many uses.

  Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to