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

AceJump "Declaration Mode" puts file in readonly mode when target is in different file #393

Closed Mishkun closed 9 months ago

Mishkun commented 2 years ago

Describe the bug When jumping using declaration mode from file A to file B, AceJump does not make file A writable after jump. Any attempt to edit this file when returning back fails with popup "file is readonly". I need then to reset file to be writable again by marking it read-only and then writable.

To Reproduce Steps to reproduce the behavior:

  1. Use AceJump in Declaration Mode to jump to declaration located in another file
  2. Go back using Navigate -> Back action
  3. Try to edit file

Expected behavior File is editable after returning back

Desktop (please complete the following information):

Additional context I also have IdeaVim installed

breandan commented 9 months ago

Sorry for the late reply, but I was unable to reproduce this issue on the latest version of AceJump and IntelliJ IDEA. Please feel free to reopen if you encounter it again. Thanks.