Open file paths in focused window by kevinsawicki · Pull Request #3355 · atom/atom
Instead of opening file paths in a new window based on the file's parent directory, open file paths in the current window.
Also open folders in the current window when the current window doesn't already have a project path. This will affect untitled windows that were launched from the dock or by pressing cmd-shift-N
.
You can still always force a new window from the command line by running atom -n package.json
or atom --new-window package.json
.
Read full article from Open file paths in focused window by kevinsawicki · Pull Request #3355 · atom/atom
No comments:
Post a Comment