You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use java KeywordsDemo. Start filling the content area with empty content. Then copy a long piece of code and paste it into the codeArea, printing the parameters of the computeHighlighting method and finding that there is a behavior of missing lines. Only a few more scrolls will work properly。
like this:
The text was updated successfully, but these errors were encountered:
I see it uses lm.getFrom() but not lm.getTo() ? Maybe that's the problem ?
Or maybe it has something to do with the line: "if ( paragraph != prevParagraph || text.length() != prevTextLength )" ?
Or possibly something else ?
If you can improve the code a PR will be welcome :-)
I use java KeywordsDemo. Start filling the content area with empty content. Then copy a long piece of code and paste it into the codeArea, printing the parameters of the computeHighlighting method and finding that there is a behavior of missing lines. Only a few more scrolls will work properly。
like this:
The text was updated successfully, but these errors were encountered: