Skip to content
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

Jump position error #328

Closed
xianzheTM opened this issue Apr 27, 2020 · 5 comments
Closed

Jump position error #328

xianzheTM opened this issue Apr 27, 2020 · 5 comments
Labels

Comments

@xianzheTM
Copy link

Use Ctrl+Shift+; ,did not jump correctly to the expected location

package work23;

/**
 * @author YLxia
 */
public class Age {
    public static void main(String[] args) {

    }

}

This is a screenshot.
Snipaste_2020-04-27_12-36-04

I press the J and I.if correct,it should jump to line 12.But it jump to line 9.

  • OS: win10
  • IDEA 2020.1
  • AceJump 3.6.1
@xianzheTM xianzheTM added the bug label Apr 27, 2020
@yankolo
Copy link

yankolo commented May 15, 2020

I don't know if this is related, but I experience a similar issue. When I press Ctrl+;,→ and then try to type the corresponding hint letters, only the first letter is typed and the second one is not registered, which means that I can't jump to the end of the last line. For example, if the hint is "TT" and I type "TT", only "T" is registered which prevents the cursor to jump to the end of the last line (even if I type "T" multiple times, it still seems to be stuck). This only happens when I try to jump to the end of the last line.

Also, I don't if this is somehow related, but I noticed that when I press Ctrl+;,→, all the hints are single letters, but the last hint (the end of the last line) consists of two letters.

@yankolo
Copy link

yankolo commented May 17, 2020

I don't think this issue should be closed. There is still a bug.

@breandan breandan reopened this May 17, 2020
@breandan
Copy link
Collaborator

This is a valid issue and is related to #310. Line mode and word mode are known to have some edge cases producing unexpected jump destinations. Thank you for reporting.

@xianzheTM
Copy link
Author

I don't think this issue should be closed. There is still a bug.

It was my fault to close the problem (I was going to delete one of my comments), but another friend also said that the problem was related to #310, so I'll close it.

@breandan
Copy link
Collaborator

Merging with #327 / #310.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants