please merge rev 19847
Fixed a corner case when trying to move caret during a buffer operation (loading, transaction, undo) prevent to move the caret forever.
The easiest way is of course to reproduce it while loading buffer : press ctrl+End while the buffer is loading, and it cannot move anymore.
This can also be merged in 4.3
Ignoring the changes to the .iml files in that revision, I'm assuming those were a mistake.
Committed r19874 to 4.4.x branch
un-merged rev# 19935
Same problem but different fix, revision 19947
This time it is possible to type out of the screen and the caret will be made visible as usual.
I hope there is no other side effect
Matthieu, does this mean r19947 should be merged instead of r19847?
If yes, then please create a separate merge request for 4.3.x.
If not and it meant that this merge request should be void, then please set it to "Rejected".
Yes I think this time the fix in rev 19947 is the good one and should be merged
Finally do NOT merge in 4.3.x
wow, this is just a 1-liner compared to the one before which was quite big and in a different file!
Merged rev#19947 into 4.4.x branch, as rev# 20052.