Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Hack to make rendering of large text results faster
Currently the used JEditorPane is slow when using large texts, as it tries to find good places to break words. This hack disables word wrapping by using non-wrapping views for every element in the JEditorPane. Introduce a new setting view.results.tree.simple_view_limit for view results tree This setting is used to decide, whether the text view should switch to a simpler view model. That can help to get rid of UI unresponsiveness on large contents. Closes #706
- Loading branch information
Showing
3 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters