Joerg  Schneider:

Is there a way to do highligting without introducing new word wrap
boundaries?

  Not with the current code. You can modify the code. In
Editor::LayoutLine, try dropping out the clause

} else if (ll->styles[p] != ll->styles[p - 1]) {
   lastGoodBreak = p;

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

Reply via email to