-
Notifications
You must be signed in to change notification settings - Fork 91
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
In some cases AceJump last non-whitespace character marker will overlap stuff. #222
Labels
Comments
This is probably caused by a tag alignment issue. Thanks for reporting. |
I have confirmed the above issue is still present in AceJump/src/main/kotlin/org/acejump/view/Tag.kt Lines 96 to 113 in e17abbd
|
Merging with #323. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test file:
When i press
ctrl+;
->right arrow
staying before last curly brace in lineonClick...
. next to last curly brace in file is overlapped by tag:But if i add empty line after it, it works as expected:
The text was updated successfully, but these errors were encountered: