chuckhendo / project-quick-open

A quick view of all projects inside your 'project home' in Atom
MIT License
13 stars 4 forks source link

Prevent atom.open from reusing an existing window #15

Closed bsedat closed 9 years ago

bsedat commented 9 years ago

Before, when first opening Atom and selecting a project it used to reuse the existing empty window. This prevented Atom from loading the saved workspace until the project was selected a second time.

chuckhendo commented 9 years ago

This is great! Thank you!

calmyournerves commented 9 years ago

With this change, selecting a project now always opens it in a new window, even if the project is already open. I'd prefer it to use the existing open project and focus it instead of opening it in a new window. What do you think?