-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit fdb9201
Ensure line is unfolded when highlighting for error
Fixes #8457
For some reason, getCurrentTab().getTextArea().getFoldManager().ensureOffsetNotInClosedFold(line) doesn't work here; there no documentation on what offset is.
Also, getFoldForLine(line) returns null even if the line is folded (bug in rsyntaxtextarea?)1 parent 3ba8583 commit fdb9201
1 file changed
+7
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1648 | 1648 |
| |
1649 | 1649 |
| |
1650 | 1650 |
| |
1651 | + | ||
1652 | + | ||
1653 | + | ||
1654 | + | ||
1655 | + | ||
1656 | + | ||
1657 | + | ||
1651 | 1658 |
| |
1652 | 1659 |
| |
1653 | 1660 |
| |
|
0 commit comments