atom-pane
atom-pane copied to clipboard
Re-using the same pane: is a unique URI enough?
I was hoping calling createPane
several times with the same URI would create it at first, and then return the existing view, but it seems to always create a new tab.
How would you re-use the same pane, for example to display compilation/test results?