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 tried using DocumentUtil.getLineTextRange() for the TextRange generation instead but it lead to the same result. So it appears this is an upstream issue. Needs more investigating.
We should still use the simplified calculation though.
I tried using DocumentUtil.getLineTextRange() for the TextRange generation instead but it lead to the same result. So it appears this is an upstream issue. Needs more investigating.
We should still use the simplified calculation though.
This actually leads to the whole line (including leading whitespaces) being highlighted. So that should not be used at all.
If you add the newline at the end of the line it shows up in the
Problems
tab as expected.The text was updated successfully, but these errors were encountered: