Page 1 of 1

Scintilla - the default style...

Posted: Wed Sep 28, 2005 4:27 pm
by DoubleDutch
I'm writing a program with PureBasic that uses the Scintilla dll, what I cannot do is set the default style for text that the user actually edits. It is always style 0 (zero).

Is there any way to set the default (not #STYLE_DEFAULT) typed style to a number other than zero?

-Anthony