To reproduce:
Run the demo, fold the line containing "sub test". This folds away lines 8 to
171.
Now move the cursor to the bottom of the view, and then press the cursor down
key a few more times until the top line goes beyond the folded section.
At that point, the scroll position jumps instead of moving just one more line.
It appears that the issue lies inside CustomEditField.changeScrollValues(),
after the comment "//Cap values". Here, the variable "vertical" needs to be
adjusted to remove the folded lines, but this isn't happening.
Therefore, until this is fixed, Line Folding is fairly unusable.
Original issue reported on code.google.com by
tempelmann@gmail.comon 10 Sep 2013 at 10:46