You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
When in split-screen, and the user right clicks to rename a file, Atom prompts to rename the active file rather than the inactive file which was right clicked on.
Steps to Reproduce
Open two files.
Click and drag the file name to do split-screen (up and down or left and right).
Click one file name to make it active.
Right click on the other inactive file name.
Click Rename.
Expected behavior:
Right clicking an inactive file should rename the same file.
Actual behavior:
Right clicking an inactive file prompts to rename the active file.
Reproduces how often:
100%
Versions
1.52.0 x64
Windows 10
Additional Information
Other actions (close tab) seem to work on the right-clicked file. It seems that only rename acts on the inactive file.
By active file, I mean clicking the file name at the top of the opened file such that a blue line appears on the left side of the file name.
By inactive file, I mean file names that have a gray line on the left side of the file name.