-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up/Down cursor navigation moves to strange position #118
Comments
Try to set cursor next to "=" similar to my video. |
Strange, also can't reproduce, until I did the following:
|
Followed your steps, it's still working fine here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the example video below I set cursor position via mouse in line # 78 next to sign "=", then I press Down key => result: cursor gets a position a little bit to the right instead of been strongly down (so, the physical X coordinate is not preserved).
I understand this can be somehow related to TABs, however, even if it is a case there is still inconsistency:
Meanwhile, if I set cursor position in line # 79 a little bit to the left of sign "=", then I press Up key, and Down key => result: cursor get a position strongly under the previous one, so for some reason in such case X coordinate is preserved.
This is very inconvenient. Physical X coordinate should be always preserved, even whether code contains TAB or not, and so on.
P.S. Perhaps, One rule should be as an exception: when cursor is located at the end of the line, when you press Up or Down it should also move to the end of the next next, not strongly vertically.
l4d_multi_witches.zip
The text was updated successfully, but these errors were encountered: