lamabiker / atom-ember-cli-helper

Ember CLI integration for the Atom editor
https://atom.io/packages/ember-cli-helper
MIT License
26 stars 13 forks source link

Component/Template shortcut (ctrl+alt+e) only searches active pane #24

Closed XaserAcheron closed 8 years ago

XaserAcheron commented 8 years ago

When using the ctrl+alt+e shortcut (and presumably ctrl+alt+r as well -- can't test since I don't use controllers), only the active pane is searched for the corresponding component/template. If it's already open in a tab in a different (non-active) pane, it reopens the file in a new tab in the active pane rather than switching to the existing tab.

Should be fixable by adding the searchAllPanes option to the atom.workspace.open call in openBestMatch.

mariusandra commented 8 years ago

I guess this can be closed then :)