atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

Don’t add pane items in the `atom://.atom/snippets` opener callback #230

Closed nathansobo closed 7 years ago

nathansobo commented 7 years ago

Using openTextFile just creates an editor without adding it as a pane item, permitting the in-progress open call to determine where the item is placed. This ensures options like {split: ‘left’} work correctly when opening this URI.