-
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
Multiple-editors and split-screen related issues #71
Comments
I was on 2.0.9 before, but I just tried it with the recently released version 2.0.13 on 2016.2 and it is working fine now! Thanks. |
Oddly enough, now the issue is back! Not sure how to reproduce it or why it seems to be a transient problem. |
@breandan I think I've found a repro: make the group on the right smaller. AceJump will stop displaying the jump letters. It still activates and jumps, but the jump cannot be controlled since the letters are not visible. This does not affect the group on the left for some reason. Also, I cannot identify the breakpoint between the size where it works and the size where it doesn't. |
BTW, this is still reproducible in the latest 3.x version of Acejump, with the exact same behavior. When the right group is small enough, acejump activates but the shortcut letters are invisible (but active). |
Now that I understand why it is happening and how to fix it when it does, no it is not much of an inconvenience at all. However, note on my machine I don't need to make it really small in order to see this behavior. The right pane is still usable, but jumps invisible. For example, here it is working: and partially working: You can see the right pane is still usable from a programming perspective, and yet many jumps are invisible, so this is not an unusual situation. |
Actually doing further tests, now that I realize its not an all or nothing situation, its a bigger problem than I thought. To get the e on the longest line on the right pane to show as a jump, the right pane has to be unreasonably large: Look how large the right pane is yet the jump in the e on line 18 is not showing. Making it larger than this causes the jump for that char to work correctly. |
FWIW I'm still seeing this issue in Pycharm CE 2020.1 |
This should be fixed in |
Confirmed, working well in 3.7.0! Thanks. |
AceJump works in a primary group, but not in a secondary group. Repro:
Open two files.
Right-click on one file's tab, select "Move Right"
Move to the new pane on the right.
Attempt to use AceJump.
The text was updated successfully, but these errors were encountered: