Arquivos
Nathan Sobo 1e6e724be7 Deprecate atom.views.getView and store view registry on WorkspaceElement
This separates the role of the ViewFactory from the ViewRegistry.
The ViewFactory creates *new* views. The ViewRegistry maintains a
persistent 1:1 mapping from models to views, and is owned by the
workspace rather than being a global service. If someone wants to 
*create* a view, they use atom.views.createView. If someone wants to
get the workspace’s view element for a given model, they call .getView
on the workspace.
2014-11-30 17:12:35 -07:00
..
2014-10-01 10:48:39 -06:00
2014-09-18 15:18:42 -07:00
nof
2014-11-10 13:32:58 -08:00
2014-11-27 09:11:21 -07:00
2014-09-25 15:14:29 -07:00
2014-02-02 19:29:54 +06:00
2014-09-25 15:14:29 -07:00