I tried SciTe mark All and find it highlight matches lines
but I only need to highlight multiple matches words at the moment with
a coloured background.
I also tried to modify it like these
SendEditor(SCI_STARTSTYLING, 1, 255);
SendEditor(SCI_SETSTYLING, 9, 31);
SendEditor(SCI_COLOURISE, 1, 10+1);
but it can't be displayed highlight.what should I do to solve this problem?
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest