Greg Smith:
OK, I think I got it. Something like:
SC_MARGIN_SYMBOL = 0 // as now
SC_MARGIN_NUMBER = 1 // as now
SC_MARGIN_TYPEMASK = 0x1f // Mask for allowed types
SC_MARGIN_SPACER = 32 // STYLE_DEFAULT background
SC_MARGIN_FILLER = 64 // STYLE_DEFAULT foreground
SC_MARGIN_TYPEFLAG = 0xffffffe0
No, that's even more complex. The 'flags' sentence was conditional:
if you don't need flags then don't add them. How about
SC_MARGIN_SYMBOL=0
SC_MARGIN_NUMBER=1
SC_MARGIN_BACK=2
SC_MARGIN_FORE=3
Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest