Galooshi / atom-import-js

Atom plugin for ImportJS
MIT License
36 stars 3 forks source link

Always open new tab in current workspace #33

Closed nene closed 6 years ago

nene commented 6 years ago

I investigate the documentation for atom.open() and concluded that this command is really for opening new windows. The flag newWindow: false merely suggests that Atom doesn't have to always open a new window.

In my own Atom scripts I have always used atom.workspace.open(), which will only open new tabs in current window/workspace.

Fixes #31

trotzig commented 6 years ago

Released in 0.14.0