qt6-bb10/tests/auto/gui/text/qsyntaxhighlighter
Mårten Nordheim dec7961709 QSyntaxHighlighter: Delay all highlights until first rehighlight
When calling setDocument (directly or through the constructor) a delayed
rehighlight is initiated. Previously, if any text was changed before
this rehighlight could run it would cancel the rehighlight, even if the
changed text only caused a new block of text to be highlighted.

Fixes: QTBUG-71307
Change-Id: Ib09b664d90906f5b4427105f0e45469806f3a779
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2018-11-08 16:38:27 +00:00
..
.gitignore
qsyntaxhighlighter.pro
tst_qsyntaxhighlighter.cpp QSyntaxHighlighter: Delay all highlights until first rehighlight 2018-11-08 16:38:27 +00:00