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

Multiple-editors and split-screen related issues #71

Closed
rocketraman opened this issue Jul 9, 2016 · 11 comments
Closed

Multiple-editors and split-screen related issues #71

rocketraman opened this issue Jul 9, 2016 · 11 comments
Labels

Comments

@rocketraman
Copy link

AceJump works in a primary group, but not in a secondary group. Repro:

  1. Open two files.

  2. Right-click on one file's tab, select "Move Right"

  3. Move to the new pane on the right.

  4. Attempt to use AceJump.

@breandan
Copy link
Collaborator

screen shot 2016-07-17 at 12 01 29 am

Couldn't reproduce this issue. What version and IDE are you using?

@rocketraman
Copy link
Author

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.

@rocketraman
Copy link
Author

Oddly enough, now the issue is back! Not sure how to reproduce it or why it seems to be a transient problem.

@rocketraman rocketraman reopened this Aug 8, 2016
@rocketraman
Copy link
Author

rocketraman commented Sep 1, 2016

@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.

@rocketraman
Copy link
Author

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).

@breandan
Copy link
Collaborator

I think I see what's happening here. When you make a vertical split really small, the tags become invisible, right?

screen shot 2017-02-27 at 2 20 10 pm

screen shot 2017-02-27 at 2 23 35 pm

I think this behavior might have something to do with the IntelliJ Platform. Does this problem happen often enough to become a major inconvenience?

@rocketraman
Copy link
Author

rocketraman commented Feb 27, 2017

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:

image

and partially working:

image

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.

@rocketraman
Copy link
Author

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:

image

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.

@naclander
Copy link

FWIW I'm still seeing this issue in Pycharm CE 2020.1

@breandan
Copy link
Collaborator

breandan commented Apr 4, 2021

This should be fixed in 3.7.0. Please free to give it a try and leave your feedback!

@breandan breandan closed this as completed Apr 4, 2021
@rocketraman
Copy link
Author

This should be fixed in 3.7.0. Please free to give it a try and leave your feedback!

Confirmed, working well in 3.7.0! Thanks.

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