acejump / AceJump

🅰️ single character search, select, and jump
https://plugins.jetbrains.com/plugin/7086-acejump
GNU General Public License v3.0
1.21k stars 91 forks source link

Doesn't work correctly with two files open side-by-side #417

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the bug

When two tabs are opened side-by-side, AceJump ignores the right one

To Reproduce

Steps to reproduce the behavior:

  1. Open two different files
  2. Right click on the any tab and choose Split and Move Right
  3. Trigger AceJump
  4. Try to go to the tab on the right

Expected behavior

Ace Jump should work with split tabs correctly

Screenshots

image

Desktop (please complete the following information):

lubomirfiala commented 1 year ago

Can confirm this bug. It started happening after upgrade to phpstorm 2022.3 (macos 13.0.1)

Aditional info: when I try to search and jump only in right pane (nothing in left is highlited) cursor will jumps into left pane.

songkg7 commented 1 year ago

I have the exact same problem.

I will add information of device that I am using because it can be helpful in solving it.

OS: M1 Mac Ventura 13.0.1 IDE: IntelliJ IDEA 2022.3 AceJump version: 3.8.9

mikravn commented 1 year ago

Experiencing the same problem, the problem is really a deal-breaker if you always work with multiple tabs like me.

OS: Windows 11 22H2 IDE: IDEA 2022.3 AceJump version: 3.8.9

mikravn commented 1 year ago

I checked out the code and I think it is a minor regression after the latest update.

It worked locally with my limited testing after this change: https://github.com/acejump/AceJump/pull/423

breandan commented 1 year ago

Thank you for reporting this regression. A patch should be available to download in a few days, once approved by JetBrains.