-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line Number Mangle - Text disappears (hidden) #469
Comments
Original comment by |
Original comment by |
|
Original comment by
|
Original comment by |
Original comment by |
Original comment by |
Original comment by
|
Original comment by |
Original comment by
|
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Original comment by |
Original comment by |
It seems that QTBUG-20354 (https://bugreports.qt.io/browse/QTBUG-20354) might no longer affect Qt5. Therefore, I disabled the workaround for issue #469 for now when using Qt5.
NonblockingSyntaxHighlighter is a reimplementation (and replacement) of QSyntaxHighlighter, with the aim of keeping the UI responsive even during lengthy highlighting tasks (e.g., long documents). It achieves this goal by queuing highlighting tasks and executing them for a certain time (a few milliseconds) before returning control to the main event loop for processing other events. Once the other events are processed, the highlighter resumes its work for a few milliseconds and so on until the whole documented is highlighted. Inspired by http://enki-editor.org/2014/08/22/Syntax_highlighting.html
This Qt bug should hopefully be fixed in Qt 5.15.1... |
Original issue reported on code.google.com by
paul.a.norman
on 8 Feb 2011 at 1:42Attachments:
The text was updated successfully, but these errors were encountered: