noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Avoid exception when selecting targets outside of project #410

Closed noseglid closed 8 years ago

noseglid commented 8 years ago

If selecting targets when a file which is not part of an open project in Atom is open, it should gracefully let the user know that this is the case via a notification.

Fixes #403