Fernando Posada

Results 3 issues of Fernando Posada

The atom.syntax global is deprecated. Use atom.grammars instead. ``` Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:316:11) RstPreviewView.handleEvents (/home/fernando/.atom/packages/rst-preview/lib/rst-preview-view.coffee:53:20) ```

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)`,...