Skip to content
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

Use QTextLayout and KAbstractSyntaxHighlighting to improve performance #522

Closed
lievenhey opened this issue Oct 11, 2023 · 0 comments · Fixed by #538
Closed

Use QTextLayout and KAbstractSyntaxHighlighting to improve performance #522

lievenhey opened this issue Oct 11, 2023 · 0 comments · Fixed by #538

Comments

@lievenhey
Copy link
Contributor

currently we are using QTextDocument which is way too overkill for our usecase. In this case we have to manually implement KAbstractSyntaxHighlighting

@lievenhey lievenhey linked a pull request Oct 23, 2023 that will close this issue
lievenhey added a commit that referenced this issue Oct 30, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Oct 31, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Oct 31, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Oct 31, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Oct 31, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Nov 28, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Nov 30, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Nov 30, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Nov 30, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Nov 30, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Nov 30, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Dec 5, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
lievenhey added a commit that referenced this issue Dec 12, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
milianw pushed a commit that referenced this issue Dec 19, 2023
Using QTextDocument was a little bit overkill since we don't need rich
text support. This replaces it with a simple QTextLayout implementation.

closed: #522, #505
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant