Sudharsan Sripadham:

When I implement highlight all, how do I implement clear existing
highlights?

  You should now (since 1.74) be using 'modern' indicators so the calls are:

SendEditor(SCI_SETINDICATORCURRENT, indicatorMatch);
SendEditor(SCI_INDICATORCLEARRANGE, 0, SendEditor(SCI_GETLENGTH));

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

Reply via email to