AceJump icon indicating copy to clipboard operation
AceJump copied to clipboard

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

Open Mishkun opened this issue 3 years ago • 0 comments

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

  • MacOS Big Sur 11.4
  • Android Studio Arctic Fox 2020.3.1 Patch 3 (based on IC 2020.3.1)
  • AceJump version 3.8.4

Additional context I also have IdeaVim installed

Mishkun avatar Dec 27 '21 09:12 Mishkun