Florent Ruard-Dumaine

Results 5 issues of Florent Ruard-Dumaine

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

- Atom version : 0.190.0 - atom-lint : 0.20.1 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....

- Atom version : 0.190.0 - Atom-lint : 0.20.1 Requiring `View` from `atom` is no longer supported. Please require `atom-space-pen-views` instead: `{View} = require 'atom-space-pen-views'` Add `"atom-space-pen-views": "^2.0.3"` to your...

- Atom version : 0.190.0 - Atom-lint : 0.20.1 The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign...