weskinner / symbol-gen

Generate tags file for a project in the atom text editor
MIT License
33 stars 17 forks source link

atom.workspaceView is no longer available. #19

Closed hicarorios closed 9 years ago

hicarorios commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (C:\Users\producao\AppData\Local\atom\app-0.190.0\resources\app\src\atom.js:55:13)
SymbolGenView.initialize (C:\Users\producao\.atom\packages\symbol-gen\lib\symbol-gen-view.coffee:16:9)