-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit 9518aa4
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 a5e866f commit 9518aa4
1 file changed
+13
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | + | ||
86 | + | ||
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| |||
1648 | 1650 |
| |
1649 | 1651 |
| |
1650 | 1652 |
| |
1651 | - | ||
1652 | - | ||
1653 | + | ||
1654 | + | ||
1655 | + | ||
1656 | + | ||
1657 | + | ||
1658 | + | ||
1659 | + | ||
1660 | + | ||
1661 | + | ||
1662 | + | ||
1663 | + | ||
1653 | 1664 |
| |
1654 | 1665 |
| |
1655 | 1666 |
| |
|
0 commit comments