Generated: Wed May 20 2015 16:56:45 GMT-0700 (PDT)
Event Action | Event Label | Total Events | Unique Events | Event Value | Avg. Value |
---|---|---|---|---|---|
.bin@unknown | Use Project::getDirectories()[0]?.resolve() instead |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'core:confirm' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
12 | 11 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the adwaita-ui package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the aethusa package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
alignment@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the angularjs-helper package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
30 | 28 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the angularjs package |
62 | 46 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
7 | 7 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 1 | 0 | 0.00 |
[email protected] | Accessing PaneView via $::view() is deprecated. Use the raw DOM node or underlying model object instead. |
5 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class AsciiDocPreviewView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
1 | 1 | 0 | 0.00 |
[email protected] | Pane item with class AsciiDocPreviewView should implement ::getURI instead of ::getUri . |
1 | 1 | 0 | 0.00 |
[email protected] | The atom.syntax global is deprecated. Use atom.grammars instead. | 1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::paneForURI instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
12 | 12 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 2 | 0 | 0.00 |
[email protected] | 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. |
7 | 6 | 0 | 0.00 |
[email protected] | Use Workspace::getActivePaneItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the astromac-ui package |
4 | 2 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
4 | 4 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
4 | 3 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 4 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
5 | 5 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 8 | 6 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addTopPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::get(keyPath) instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 6 | 5 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 6 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 6 | 4 | 0 | 0.00 |
atom-beautify@unknown | 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. |
4 | 4 | 0 | 0.00 |
atom-beautify@unknown | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
atom-beautify@unknown | Please use Workspace::addTopPanel() instead | 1 | 1 | 0 | 0.00 |
atom-beautify@unknown | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
atom-beautify@unknown | Use ::get(keyPath) instead | 1 | 1 | 0 | 0.00 |
atom-beautify@unknown | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
atom-beautify@unknown | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
atom-beautify@unknown | Use Workspace::observeTextEditors instead | 2 | 2 | 0 | 0.00 |
atom-beautify@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 1 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 3 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 4 | 0 | 0.00 |
[email protected] | Call .dispose() on the Disposable returned from ::addOpener instead | 6 | 6 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 3 | 3 | 0 | 0.00 |
[email protected] | If you would like your pane item with class Page to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
1 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class Page to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addTopPanel() instead | 3 | 3 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-browser-webview package |
4 | 4 | 0 | 0.00 |
[email protected] | Use ::getActivePane() instead of the ::activePane property | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
4 | 4 | 0 | 0.00 |
[email protected] | Use PackageManager::onDidActivateInitialPackages instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-coffee-repl package |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
7 | 4 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 7 | 4 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 7 | 4 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 8 | 6 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-css-class-checker package |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Project::on is deprecated. Use documented event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 2 | 1 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 2 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 4 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 6 | 1 | 0 | 0.00 |
[email protected] | Project::on is deprecated. Use documented event subscription methods instead. | 6 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
6 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
6 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 6 | 1 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 6 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 6 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 6 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 6 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 6 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 6 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 15 | 14 | 0 | 0.00 |
[email protected] | Use Cursor::getScopeDescriptor() instead | 21 | 12 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-darcula package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring TextEditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-dart package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-files package |
7 | 2 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 3 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 3 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
4 | 3 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidChangeActivePaneItem instead | 3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-flat-ui package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the Atom-Hack package |
4 | 2 | 0 | 0.00 |
atom-hack@unknown | Call ::getActiveTextEditor instead | 15 | 5 | 0 | 0.00 |
atom-hack@unknown | Use ::getPaths instead | 15 | 5 | 0 | 0.00 |
atom-hack@unknown | Use TextEditor::onDidChangeScrollTop instead | 14 | 4 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-html-preview package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Accessing PaneView via $::view() is deprecated. Use the raw DOM node or underlying model object instead. |
5 | 2 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
10 | 9 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
163 | 88 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 8 | 8 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 151 | 84 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
26 | 19 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-jshint package |
17 | 12 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 40 | 27 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
15 | 12 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 15 | 12 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 8 | 7 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 152 | 84 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 147 | 82 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 5 | 5 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 11 | 9 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 148 | 81 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 11 | 9 | 0 | 0.00 |
[email protected] | Use Workspace::onDidChangeActivePaneItem instead | 6 | 6 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-light-ui-slim package |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
268 | 117 | 0 | 0.00 |
[email protected] | Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config |
1 | 1 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
20 | 15 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
143 | 78 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
267 | 118 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-lint package |
19 | 19 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 98 | 63 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
264 | 116 | 0 | 0.00 |
[email protected] | This is now a view method. Call TextEditorElement::getLastVisibleScreenRow instead. | 7 | 7 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 263 | 115 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 222 | 101 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 24 | 20 | 0 | 0.00 |
[email protected] | Use Cursor::onDidChangePosition instead | 20 | 15 | 0 | 0.00 |
[email protected] | Use Marker::onDidChange instead | 20 | 15 | 0 | 0.00 |
[email protected] | Use PackageManager::onDidActivateInitialPackages instead | 19 | 17 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 20 | 15 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastVisibleScreenRow instead. You can get the editor via editorView.getModel() | 7 | 7 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 207 | 97 | 0 | 0.00 |
[email protected] | Use TextEditorElement::getFirstVisibleScreenRow instead. | 7 | 7 | 0 | 0.00 |
[email protected] | Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel() | 20 | 15 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 218 | 102 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 19 | 17 | 0 | 0.00 |
atom-lint@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-mac-theme package |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-minimap package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-monokai package |
3 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-monokai package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 2 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-phpcs package |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-python-debugger package |
3 | 3 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 3 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-rails package |
7 | 7 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
7 | 7 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
atom-randomstring@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 9 | 8 | 0 | 0.00 |
[email protected] | Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
5 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-runner package |
8 | 7 | 0 | 0.00 |
[email protected] | Use editor.getLastCursor().getScopeDescriptor() instead | 9 | 8 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 9 | 8 | 0 | 0.00 |
atom-runner@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-sharp package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-snappy-light package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-soda-dark-ui package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-soda-dark-ui package |
21 | 12 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-solo-dark-ui package |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use PackageManager::onDidActivateInitialPackages instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'core:confirm' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
7 | 5 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 32 | 30 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
32 | 30 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 69 | 49 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-textmate package |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use editor.getLastCursor().getScopeDescriptor() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-ungit package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'core:confirm' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
2 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
12 | 11 | 0 | 0.00 |
[email protected] | Please use Workspace::addRightPanel() instead | 10 | 9 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
9 | 9 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
8 | 8 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
8 | 8 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
9 | 9 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atomatigit package |
43 | 12 | 0 | 0.00 |
[email protected] | The changeFocus option has been renamed to activatePane |
2 | 2 | 0 | 0.00 |
[email protected] | The atom.syntax global is deprecated. Use atom.grammars instead. | 3 | 3 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 6 | 6 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 19 | 15 | 0 | 0.00 |
[email protected] | Use GitRepository::onDidChangeStatus instead | 8 | 8 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atomcasts-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
12 | 9 | 0 | 0.00 |
[email protected] | Use TextEditor::moveRight() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the atomic-rest package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the AtomicSkittles package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Open-ended transactions are deprecated. Use checkpoints instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Passing a scope descriptor as the first argument to Config::get is deprecated. Pass a scope in an options hash as the final argument instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
[email protected] | Passing a scope descriptor as the first argument to Config::get is deprecated. Pass a scope in an options hash as the final argument instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
17 | 15 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the auto-indent package |
11 | 11 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 9 | 9 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 17 | 15 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
9 | 9 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 16 | 14 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
87 | 49 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 85 | 50 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 6 | 4 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config |
3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 53 | 53 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 3 | 3 | 0 | 0.00 |
autoclose-html@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Open-ended transactions are deprecated. Use checkpoints instead. | 9 | 9 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 6 | 6 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 47 | 31 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the autocomplete-haxe package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the autocomplete-jedi package |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
7 | 5 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | atom.services is no longer available. To register service providers and consumers, use the providedServices and consumedServices fields in your package's package.json. |
1 | 1 | 0 | 0.00 |
[email protected] | atom.services is no longer available. To register service providers and consumers, use the providedServices and consumedServices fields in your package's package.json. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
autocomplete-paths@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
23 | 19 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the autocomplete-plus-async package |
4 | 4 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 61 | 47 | 0 | 0.00 |
[email protected] | The atom.syntax global is deprecated. Use atom.grammars instead. | 31 | 26 | 0 | 0.00 |
[email protected] | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
31 | 26 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use atom.config.getAll instead. | 31 | 26 | 0 | 0.00 |
[email protected] | Use Config::getAll instead | 31 | 26 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 32 | 26 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 60 | 46 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 60 | 46 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 32 | 26 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 60 | 46 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidDestroy instead | 61 | 46 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 4 | 4 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 4 | 1 | 0 | 0.00 |
[email protected] | 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. |
7 | 6 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 7 | 6 | 0 | 0.00 |
[email protected] | The atom.syntax global is deprecated. Use atom.grammars instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
2 | 2 | 0 | 0.00 |
[email protected] | Use atom.config.getAll instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use Config::getAll instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 7 | 6 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 7 | 6 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 7 | 6 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidDestroy instead | 7 | 6 | 0 | 0.00 |
[email protected] | Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel() | 2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 3 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Config::getAll instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Config::getAll instead | 2 | 2 | 0 | 0.00 |
[email protected] | Autocomplete provider 'GlslProvider(autocomplete-glsl-glslprovider)' contains an id property. An id attribute on your provider is no longer necessary. See https://github.com/atom-community/autocomplete-plus/wiki/Provider-API |
1 | 1 | 0 | 0.00 |
[email protected] | Autocomplete provider 'RsenseProvider(autocomplete-erlang-provider)' contains a requestHandler property. requestHandler has been renamed to getSuggestions . See https://github.com/atom-community/autocomplete-plus/wiki/Provider-API |
1 | 1 | 0 | 0.00 |
[email protected] | Autocomplete provider 'RsenseProvider(autocomplete-erlang-provider)' contains an id property. An id attribute on your provider is no longer necessary. See https://github.com/atom-community/autocomplete-plus/wiki/Provider-API |
1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
3 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::getActivePaneItem instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use WorkspaceView::getActivePaneView instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use WorkspaceView::getPaneViews instead | 3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-dark-syntax package |
3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-default-dark-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-eighties-dark package |
5 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-light-syntax package |
9 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-mocha-light-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-ocean-dark package |
17 | 7 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the beacon-ui package |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the bespin-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'drag:end' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
6 | 5 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'drag:end' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
5 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the black-pearl-i-i package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the black-ui package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the block-comment package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the blue-lotus-light-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the blue-lotus-light-ui package |
5 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the bluebliss-2 package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the bower-install package |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
6 | 3 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
6 | 3 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 6 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the brent-dark-syntax package |
6 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the brogrammer-syntax package |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the brogrammer-ui package |
7 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the bronokai package |
5 | 3 | 0 | 0.00 |
[email protected] | If you would like your pane item with class HTMLEditor to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
3 | 3 | 0 | 0.00 |
[email protected] | If you would like your pane item with class HTMLEditor to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
8 | 5 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the browser-refresh package |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
5 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the burn package |
4 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the cakephp-snippets package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the cd package |
3 | 1 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 3 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 4 | 4 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use PackageManager::onDidActivateInitialPackages instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeSelectionRange instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use editor.getLastCursor().getScopeDescriptor() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the Clean2 package |
5 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
5 | 3 | 0 | 0.00 |
clean2@unknown | 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. |
4 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the close-tags package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
12 | 4 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the closure-linter package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the Clouds package |
4 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
81 | 43 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
12 | 9 | 0 | 0.00 |
[email protected] | Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
16 | 9 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the coffee-lint package |
8 | 6 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 16 | 11 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 74 | 44 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 74 | 44 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 73 | 43 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 8 | 7 | 0 | 0.00 |
[email protected] | Use Workspace::onDidChangeActivePaneItem instead | 3 | 3 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 4 | 4 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
5 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
3 | 2 | 0 | 0.00 |
[email protected] | Use ::get(keyPath) instead | 5 | 3 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the coffeescript-preview package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
8 | 7 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 6 | 5 | 0 | 0.00 |
[email protected] | 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. |
20 | 10 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
6 | 4 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
6 | 4 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the color-picker package |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
27 | 27 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 25 | 25 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel() | 1 | 1 | 0 | 0.00 |
color-picker@unknown | 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. |
11 | 11 | 0 | 0.00 |
color-picker@unknown | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the colorpicker package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
column-select@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call KeymapManager::onDidMatchBinding instead | 2 | 2 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the comment-block package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the comment package |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
20 | 17 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 15 | 14 | 0 | 0.00 |
[email protected] | If you would like your pane item with class CompareFilesView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
12 | 10 | 0 | 0.00 |
[email protected] | If you would like your pane item with class CompareFilesView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
12 | 10 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
37 | 29 | 0 | 0.00 |
[email protected] | Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
8 | 7 | 0 | 0.00 |
[email protected] | Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
9 | 8 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the compare-files package |
24 | 20 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
16 | 14 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 15 | 14 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 16 | 14 | 0 | 0.00 |
compare-files@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
30 | 20 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
5 | 5 | 0 | 0.00 |
[email protected] | 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. |
7 | 3 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the composer package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
5 | 4 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 5 | 4 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
5 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ConvertToUtf8Plus package |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
converttoutf8plus@unknown | 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. |
3 | 2 | 0 | 0.00 |
converttoutf8plus@unknown | Call ::getActiveTextEditor instead | 3 | 2 | 0 | 0.00 |
converttoutf8plus@unknown | Use ::getURI instead |
3 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
5 | 4 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 2 | 2 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 2 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 3 | 2 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 7 | 2 | 0 | 0.00 |
[email protected] | 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. |
10 | 8 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the css-color-highlight package |
7 | 6 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
4 | 3 | 0 | 0.00 |
[email protected] | Use Selection::onDidChangeRange instead. Call ::getScreenRange() yourself in your callback if you need the range. | 3 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
css-color-underline@unknown | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use Project::getDirectories()[0]?.resolve() instead |
3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getActivePaneItem instead | 3 | 3 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the cssedit-groups package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getActivePaneItem instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 3 | 0 | 0.00 |
csslint@unknown | 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. |
1 | 1 | 0 | 0.00 |
csslint@unknown | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
csslint@unknown | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
csslint@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use version ^1.0.0 of the status-bar Service API. | 1 | 1 | 0 | 0.00 |
[email protected] | Use version ^1.0.0 of the status-bar Service API. | 1 | 1 | 0 | 0.00 |
[email protected] | Use version ^1.0.0 of the status-bar Service API. | 14 | 8 | 0 | 0.00 |
[email protected] | 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. |
6 | 3 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 6 | 3 | 0 | 0.00 |
[email protected] | Use editor.getCursorScreenPosition().row instead |
6 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::moveDown() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditorElement::getFirstVisibleScreenRow instead. | 3 | 3 | 0 | 0.00 |
[email protected] | 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. |
4 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the cursor-count package |
1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
4 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeSelectionRange instead | 4 | 1 | 0 | 0.00 |
[email protected] | Config::toggle is no longer supported. Please remove from your code. | 1 | 1 | 0 | 0.00 |
[email protected] | This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 35 | 19 | 0 | 0.00 |
[email protected] | 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. |
26 | 15 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 26 | 15 | 0 | 0.00 |
[email protected] | Use TextEditor::moveLeft() instead | 8 | 7 | 0 | 0.00 |
[email protected] | Use TextEditor::moveToBeginningOfLine() instead | 8 | 7 | 0 | 0.00 |
[email protected] | Use TextEditor::selectLinesContainingCursors instead | 17 | 10 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the darkmatter-theme package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the darkula-syntax package |
9 | 8 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the darkula-ui package |
7 | 5 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the decoration-example package |
6 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the deepsea package |
17 | 2 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 3 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the docblockr package |
3 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 3 | 2 | 0 | 0.00 |
[email protected] | Use ::get(keyPath) instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
2 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 2 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 2 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 16 | 13 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the docblockr package |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::get(keyPath) instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
16 | 13 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 16 | 13 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 4 | 4 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 13 | 13 | 0 | 0.00 |
[email protected] | Use ::get(keyPath) instead | 43 | 43 | 0 | 0.00 |
[email protected] | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
12 | 12 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 48 | 48 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 13 | 13 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 6 | 6 | 0 | 0.00 |
docblockr@unknown | 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. |
4 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the drag-drop-text package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
dsdevtools@unknown | 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. |
7 | 1 | 0 | 0.00 |
dsdevtools@unknown | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
7 | 1 | 0 | 0.00 |
dsdevtools@unknown | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 12 | 2 | 0 | 0.00 |
dsdevtools@unknown | Use Workspace::getTextEditors instead | 9 | 2 | 0 | 0.00 |
dsdevtools@unknown | Use Workspace::observeTextEditors instead | 9 | 2 | 0 | 0.00 |
dsdevtools@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 9 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::moveDown() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
dyslexia@unknown | 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. |
3 | 1 | 0 | 0.00 |
e2e@unknown | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
1 | 1 | 0 | 0.00 |
e2e@unknown | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the easy-motion package |
1 | 1 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 2 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditorElement::pixelPositionForBufferPosition instead. You can get the editor via editorView.getModel() | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 2 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | 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. |
5 | 5 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
editor-stats@unknown | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
5 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
3 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
5 | 2 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
8 | 8 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 9 | 9 | 0 | 0.00 |
editorconfig@unknown | Use ::getURI instead |
2 | 2 | 0 | 0.00 |
editorconfig@unknown | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
editorconfig@unknown | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
editorconfig@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ekini-like-ui package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ekini-like package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the electron-dark-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 4 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the emacs-mode package |
3 | 3 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use WorkspaceView::getPaneViews instead | 3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the emerald-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the emmet-atom package |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
8 | 5 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 6 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 70 | 70 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 6 | 6 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 5 | 5 | 0 | 0.00 |
emmet@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the enhanced-dark-ui package |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the enhanced-tabs package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the envygeeks-file-icons package |
6 | 4 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::moveLeft() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
8 | 4 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
8 | 4 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 8 | 4 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 2 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 3 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | This is now a view method. Call TextEditorElement::getFirstVisibleScreenRow instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 5 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the eslint package |
3 | 3 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 12 | 10 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidDestroy instead | 11 | 9 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the eval package |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 2 | 2 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'core:confirm' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
14 | 11 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 10 | 7 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getActivePaneItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 6 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 6 | 6 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use Cursor::getScopeDescriptor() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the fancy-new-file package |
3 | 3 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 3 | 3 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::setPlaceholderText instead. eg. editorView.getModel().setPlaceholderText(text) | 2 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 22 | 14 | 0 | 0.00 |
[email protected] | Use PackageManager::onDidActivateInitialPackages instead | 22 | 14 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the file-icons package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the file-icons package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the file-icons package |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
28 | 20 | 0 | 0.00 |
[email protected] | Call GrammarRegistry::onDidAddGrammar instead | 1 | 1 | 0 | 0.00 |
[email protected] | The atom.syntax global is deprecated. Use atom.grammars instead. | 26 | 14 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangePath instead | 135 | 62 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 7 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
74 | 40 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
14 | 12 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the filetype-color package |
7 | 7 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 5 | 5 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the fizzy-dark package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the fizzy-syntax-theme package |
4 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the fizzy package |
45 | 25 | 0 | 0.00 |
[email protected] | 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. |
8 | 4 | 0 | 0.00 |
[email protected] | Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the flanderized-ui package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the flat-simple-dark-ui package |
3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the flatland-dark-ui package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the flatland-dark-ui package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the flatty-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 3 | 1 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
4 | 4 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the fruits package |
4 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 6 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the function-name-in-status-bar package |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 6 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please require GitRepository instead of Git : {GitRepository} = require 'atom' |
8 | 3 | 0 | 0.00 |
[email protected] | Use ::getActivePane() instead of the ::activePane property | 5 | 3 | 0 | 0.00 |
[email protected] | Use ::itemForURI instead. |
4 | 2 | 0 | 0.00 |
[email protected] | Use Project::getDirectories()[0]?.resolve() instead |
4 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ginkgo-and-gomega-snippets package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the giphy package |
2 | 1 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'core:confirm' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
9 | 9 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Please require react-atom-fork instead: React = require 'react-atom-fork' . Add "react-atom-fork": "^0.11" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Please require reactionary-atom-fork instead: Reactionary = require 'reactionary-atom-fork' . Add "reactionary-atom-fork": "^0.9" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the git-blame package |
31 | 2 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 3 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use ::getOriginURL instead. | 30 | 22 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 36 | 24 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the git-grep package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Are you trying to listen for the 'core:cancel core:close' Atom command with jQuery::on ? jQuery::trigger can no longer be used to listen for Atom commands. Please use atom.commands.add instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details. |
9 | 8 | 0 | 0.00 |
[email protected] | If you would like your pane item with class GitLogView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
16 | 12 | 0 | 0.00 |
[email protected] | If you would like your pane item with class GitLogView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
16 | 12 | 0 | 0.00 |
[email protected] | Pane item with class GitLogView should implement ::getURI instead of ::getUri . |
16 | 12 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
14 | 11 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 15 | 12 | 0 | 0.00 |
[email protected] | Use ::paneForURI instead. | 14 | 11 | 0 | 0.00 |
[email protected] | 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. |
4 | 4 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use ::setPaths instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
git-plus@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
13 | 6 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 19 | 9 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
8 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the github-issues package |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getOriginURL instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the glacier-syntax package |
3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the glacier-ui package |
4 | 2 | 0 | 0.00 |
[email protected] | 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. |
3 | 1 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
3 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
3 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the glist package |
2 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 3 | 1 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 3 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 3 | 1 | 0 | 0.00 |
[email protected] | Use ::setPaths instead | 3 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 1 | 0 | 0.00 |
[email protected] | 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. |
41 | 24 | 0 | 0.00 |
[email protected] | Project::on is deprecated. Use documented event subscription methods instead. | 2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the go-format package |
2 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 33 | 21 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
40 | 23 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 41 | 24 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use editor.getLastCursor().getScopeDescriptor() instead | 18 | 16 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 32 | 20 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the go-oracle package |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the go-plus package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidChangeActivePaneItem instead | 1 | 1 | 0 | 0.00 |
go-plus@unknown | 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. |
1 | 1 | 0 | 0.00 |
go-plus@unknown | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the gotham-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
5 | 4 | 0 | 0.00 |
[email protected] | Please use Workspace::addTopPanel() instead | 5 | 4 | 0 | 0.00 |
[email protected] | Project::on is deprecated. Use documented event subscription methods instead. | 5 | 4 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
6 | 5 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
6 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the goto package |
1 | 1 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 6 | 5 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 5 | 4 | 0 | 0.00 |
[email protected] | Use ::getRepositories instead | 5 | 4 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use Project::getDirectories()[0]?.resolve() instead |
4 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 6 | 5 | 0 | 0.00 |
[email protected] | Use Project::onDidChangePaths instead | 5 | 4 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 6 | 5 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 6 | 5 | 0 | 0.00 |
[email protected] | Use TextEditor::moveToFirstCharacterOfLine() instead | 4 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 6 | 5 | 0 | 0.00 |
[email protected] | Use TextEditor::scrollToBufferPosition instead. You can get the editor via editorView.getModel() | 4 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 5 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 4 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the graphite-ui package |
46 | 21 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 2 | 2 | 0 | 0.00 |
[email protected] | If you would like your pane item with class GraphvizPreviewView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
1 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class GraphvizPreviewView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
1 | 1 | 0 | 0.00 |
[email protected] | Pane item with class GraphvizPreviewView should implement ::getURI instead of ::getUri . |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring $$$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::paneForURI instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangePath instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the green-syntax package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the GreyCloud-theme package |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 6 | 4 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 6 | 6 | 0 | 0.00 |
[email protected] | Use Project::onDidChangePaths instead | 3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the gruvbox package |
7 | 6 | 0 | 0.00 |
[email protected] | 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. |
8 | 7 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
8 | 7 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the gulp-control package |
3 | 3 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 8 | 7 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the gulp-helper package |
3 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 13 | 11 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the hecs-dark-ui package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 5 | 5 | 0 | 0.00 |
[email protected] | 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. |
132 | 67 | 0 | 0.00 |
[email protected] | Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config |
119 | 63 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
19 | 14 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
17 | 14 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the highlight-column package |
23 | 20 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 120 | 63 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 119 | 63 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 119 | 63 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 14 | 14 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the highlight-css-color package |
9 | 9 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 9 | 9 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
9 | 9 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeSelectionRange instead | 3 | 3 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
8 | 3 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 4 | 3 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the highlight-line package |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeSelectionRange instead | 1 | 1 | 0 | 0.00 |
highlight-line@unknown | 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. |
4 | 4 | 0 | 0.00 |
highlight-line@unknown | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeSelectionRange instead | 1 | 1 | 0 | 0.00 |
highlight-selected@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the hip-light-ui-theme package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the Hopscotch package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
27 | 19 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the html-helper package |
5 | 4 | 0 | 0.00 |
[email protected] | 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. |
9 | 4 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 12 | 8 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 12 | 8 | 0 | 0.00 |
[email protected] | 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. |
17 | 13 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the html-img package |
9 | 9 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 19 | 14 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 7 | 7 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 17 | 13 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 6 | 6 | 0 | 0.00 |
html-img@unknown | 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. |
6 | 6 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
html2haml@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the html2jade package |
3 | 3 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the http-post package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
5 | 3 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 5 | 3 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 7 | 7 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the idledark package |
2 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the incremental-search package |
2 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastCursor() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the indent-guide-ext package |
2 | 2 | 0 | 0.00 |
[email protected] | This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead |
5 | 4 | 0 | 0.00 |
[email protected] | This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the indico-syntax package |
3 | 1 | 0 | 0.00 |
init-script@unknown | ContextMenuManager::add has changed to take a single object as its argument. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. |
51 | 2 | 0 | 0.00 |
init-script@unknown | 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. |
54 | 30 | 0 | 0.00 |
init-script@unknown | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
init-script@unknown | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
init-script@unknown | Use KeyBinding.keystrokes instead | 2 | 1 | 0 | 0.00 |
init-script@unknown | Use TextEditor::setSoftWrapped instead | 1 | 1 | 0 | 0.00 |
init-script@unknown | Use version ^0.1.0 of the tool-bar Service API. | 44 | 4 | 0 | 0.00 |
init-script@unknown | Use Workspace::onDidAddTextEditor instead | 19 | 11 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the inline-autocomplete package |
1 | 1 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
6 | 3 | 0 | 0.00 |
[email protected] | If you would like your pane item with class WebBrowserPreviewView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
1 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class WebBrowserPreviewView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ionic-atom package |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ir-black-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the itg-dark-syntax package |
5 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the itg-flat-dark package |
1 | 1 | 0 | 0.00 |
itunes@unknown | 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. |
3 | 2 | 0 | 0.00 |
itunes@unknown | Config::observe no longer takes a callNow option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config |
3 | 2 | 0 | 0.00 |
itunes@unknown | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 2 | 0 | 0.00 |
itunes@unknown | Use ::addRightTile({item, priority}) instead. | 3 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
japanese-wrap@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the japanese-zen-han-convert package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the jekyll package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the jellybeans-syntax package |
10 | 4 | 0 | 0.00 |
[email protected] | 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. |
3 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the jenkins package |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
4 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
4 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
44 | 33 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
jsdoc@unknown | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 3 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 4 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the jshint package |
2 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 3 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 3 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidDestroy instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 2 | 1 | 0 | 0.00 |
[email protected] | 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. |
11 | 7 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
6 | 3 | 0 | 0.00 |
[email protected] | Marker::on is deprecated. Use documented event subscription methods instead. | 6 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the jshint package |
1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 9 | 6 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
9 | 6 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 6 | 3 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
7 | 4 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 6 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 9 | 6 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the jshint package |
3 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 16 | 8 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
5 | 4 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 16 | 8 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 8 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 9 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 8 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 3 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 7 | 6 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
6 | 6 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
2 | 2 | 0 | 0.00 |
[email protected] | Marker::on is deprecated. Use documented event subscription methods instead. | 2 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 19 | 19 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
5 | 5 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
4 | 4 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 6 | 6 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeScrollTop instead | 12 | 12 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidDestroy instead | 6 | 6 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 12 | 11 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 14 | 13 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 13 | 12 | 0 | 0.00 |
jshint@unknown | 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. |
5 | 3 | 0 | 0.00 |
jshint@unknown | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
jshint@unknown | TextBuffer::on is deprecated. Use event subscription methods instead. | 4 | 4 | 0 | 0.00 |
jshint@unknown | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
2 | 2 | 0 | 0.00 |
jshint@unknown | Use TextEditor::onDidChangeScrollTop instead | 4 | 4 | 0 | 0.00 |
jshint@unknown | Use Workspace::getTextEditors instead | 3 | 3 | 0 | 0.00 |
jshint@unknown | Use Workspace::observeTextEditors instead | 6 | 4 | 0 | 0.00 |
jshint@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 3 | 3 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 2 | 0 | 0.00 |
jsonlint@unknown | 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. |
1 | 1 | 0 | 0.00 |
jsonlint@unknown | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
jsonpp@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the juicebox-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 1 | 0 | 0.00 |
[email protected] | 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. |
7 | 4 | 0 | 0.00 |
[email protected] | Use ::getOriginURL instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the kobalt package |
5 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-syntax package |
7 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-syntax package |
13 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
10 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
8 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
4 | 4 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
18 | 3 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
18 | 3 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 18 | 3 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
5 | 3 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-javascript-semantic package |
8 | 3 | 0 | 0.00 |
[email protected] | The atom.syntax global is deprecated. Use atom.grammars instead. | 6 | 5 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
5 | 5 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
3 | 3 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-newlisp package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-rust package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
12 | 11 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
3 | 3 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-vbscript package |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
10 | 8 | 0 | 0.00 |
[email protected] | 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. |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the layout-manager package |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the ledger package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
less-autocompile@unknown | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidChange instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Please remove from your code. ::redraw no longer does anything | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lieju-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | 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. |
13 | 7 | 0 | 0.00 |
[email protected] | Config::getInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema. See the schema section of https://atom.io/docs/api/latest/Config for more info. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::getPositiveInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema with minimum: 1 . See the schema section of https://atom.io/docs/api/latest/Config for more info. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::moveDown() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::moveUp() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
9 | 8 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 9 | 8 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 13 | 13 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
7 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
6 | 5 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 6 | 5 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
118 | 78 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 28 | 28 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 12 | 12 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
123 | 41 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
15 | 15 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 5 | 5 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 11 | 8 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
3 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
linter-gjslint@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
11 | 6 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 7 | 7 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
13 | 4 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
126 | 74 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 13 | 13 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
5 | 4 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
8 | 6 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 8 | 6 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 13 | 13 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
9 | 9 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
19 | 10 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
10 | 10 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 76 | 76 | 0 | 0.00 |
linter-jshint@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
4 | 4 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
56 | 36 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 6 | 6 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
19 | 13 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
7 | 6 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 7 | 7 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
50 | 10 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
linter-lua@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
linter-luacheck@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 2 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
4 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
28 | 22 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
linter-perl@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
243 | 172 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
52 | 48 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 53 | 47 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
45 | 27 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
13 | 11 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 11 | 9 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
35 | 21 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
4 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 9 | 9 | 0 | 0.00 |
linter-puppet-lint@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
32 | 15 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
12 | 12 | 0 | 0.00 |
linter-pylint@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
11 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 3 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
5 | 4 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
12 | 4 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
4 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
3 | 3 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
5 | 5 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 13 | 13 | 0 | 0.00 |
linter-rubocop@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
12 | 10 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
3 | 3 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 40 | 40 | 0 | 0.00 |
linter-ruby@unknown | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 2 | 2 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 52 | 52 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
23 | 19 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 5 | 5 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
7 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 13 | 13 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
16 | 11 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
13 | 8 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
6 | 4 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
12 | 7 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 12 | 7 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::unset instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
24 | 24 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 20 | 20 | 0 | 0.00 |
[email protected] | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
39 | 3 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
3 | 3 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 19 | 19 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 17 | 17 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 3 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 3 | 3 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::unset instead. | 22 | 22 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 21 | 21 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 2 | 2 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 17 | 17 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 17 | 17 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 17 | 17 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 19 | 19 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 19 | 19 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 17 | 17 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 19 | 19 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 15 | 15 | 0 | 0.00 |
[email protected] | 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. |
5 | 3 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 5 | 3 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 5 | 3 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 5 | 3 | 0 | 0.00 |
[email protected] | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 6 | 4 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 5 | 3 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 2 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 3 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 3 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 3 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 2 | 2 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
14 | 13 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 10 | 10 | 0 | 0.00 |
[email protected] | Decorations of type: 'gutter' have been renamed to type: 'line-number' . |
1 | 1 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 11 | 11 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
1 | 1 | 0 | 0.00 |
[email protected] | TextBuffer::on is deprecated. Use event subscription methods instead. | 9 | 9 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use Pane::onDidRemoveItem instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidDestroy instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidStopChanging instead | 9 | 9 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 9 | 9 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
7 | 2 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 7 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeCursorPosition instead | 6 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::onDidChangeGrammar instead | 6 | 2 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 6 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 11 | 8 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::unset instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
linter@unknown | 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. |
20 | 20 | 0 | 0.00 |
linter@unknown | Call ::getActiveTextEditor instead | 6 | 6 | 0 | 0.00 |
linter@unknown | Please use Workspace::addBottomPanel() instead | 4 | 4 | 0 | 0.00 |
linter@unknown | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
linter@unknown | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 2 | 2 | 0 | 0.00 |
linter@unknown | Use Pane::onDidChangeActiveItem instead | 7 | 7 | 0 | 0.00 |
linter@unknown | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the live-archive package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
2 | 2 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 2 | 2 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the livescript-compile package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 2 | 2 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
5 | 4 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 5 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 5 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 5 | 3 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
88 | 43 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 4 | 4 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 4 | 4 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 4 | 4 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 4 | 4 | 0 | 0.00 |
local-history@unknown | 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. |
2 | 2 | 0 | 0.00 |
local-history@unknown | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
4 | 4 | 0 | 0.00 |
local-history@unknown | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
local-history@unknown | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
local-history@unknown | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
local-history@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
73 | 45 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the log-console package |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use Project::onDidChangePaths instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the lychee-theme package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the mac-os-ui package |
5 | 4 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring EditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring SelectListView from atom is no longer supported. Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the makro package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getDirectories instead | 1 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class ManView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
1 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class ManView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
1 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 2 | 1 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 1 | 0 | 0.00 |
[email protected] | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::getTextEditors instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use Workspace::observeTextEditors instead | 3 | 3 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 2 | 0 | 0.00 |
markdown-format@unknown | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the markdown-helpers package |
8 | 4 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 3 | 3 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::getActivePaneItem() instead of the ::activePaneItem property | 25 | 16 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
57 | 57 | 0 | 0.00 |
[email protected] | This is now a view method. Call TextEditorElement::getFirstVisibleScreenRow instead. | 1 | 1 | 0 | 0.00 |
[email protected] | This is now a view method. Call TextEditorElement::getLastVisibleScreenRow instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use editor.getCursorScreenPosition().row instead |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
5 | 4 | 0 | 0.00 |
[email protected] | Use ::getURI instead |
18 | 13 | 0 | 0.00 |
[email protected] | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 18 | 13 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the markdown-toc package |
2 | 2 | 0 | 0.00 |
[email protected] | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | 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. |
4 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the material-design-syntax package |
10 | 6 | 0 | 0.00 |
[email protected] | If you would like your pane item with class IFrameView to support modified behavior, please implement a ::onDidChangeModified() method. If not, ignore this message. ::on methods for items are no longer supported. |
2 | 1 | 0 | 0.00 |
[email protected] | If you would like your pane item with class IFrameView to support title change behavior, please implement a ::onDidChangeTitle() method. ::on methods for items are no longer supported. If not, ignore this message. |
2 | 1 | 0 | 0.00 |
[email protected] | Pane item with class IFrameView should implement ::getURI instead of ::getUri . |
2 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
mavensmate-atom@unknown | 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. |
4 | 3 | 0 | 0.00 |
mavensmate-atom@unknown | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
mavensmate-atom@unknown | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
4 | 3 | 0 | 0.00 |
mavensmate-atom@unknown | Use ::addLeftTile({item, priority}) instead. | 4 | 3 | 0 | 0.00 |
mavensmate-atom@unknown | Use ::getPaths instead | 8 | 6 | 0 | 0.00 |
mavensmate-atom@unknown | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 3 | 0 | 0.00 |
mavensmate-atom@unknown | Use Workspace::getTextEditors instead | 4 | 3 | 0 | 0.00 |
mavensmate-atom@unknown | Use Workspace::observeTextEditors instead | 4 | 3 | 0 | 0.00 |
mavensmate-atom@unknown | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 4 | 3 | 0 | 0.00 |
[email protected] | 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. |
6 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the max-tabs package |
2 | 1 | 0 | 0.00 |
[email protected] | Use Pane::onDidChangeActiveItem instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use WorkspaceView::getPaneViews instead | 6 | 4 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the mbo package |
37 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
3 | 3 | 0 | 0.00 |
[email protected] | 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. |
45 | 30 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
3 | 3 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 2 | 2 | 0 | 0.00 |
[email protected] | Use ::addRightTile({item, priority}) instead. | 3 | 3 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
2 | 2 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 45 | 30 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 4 | 2 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 206 | 71 | 0 | 0.00 |
minimap-color-highlight@unknown | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
minimap-find-and-replace@unknown | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
4 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
8 | 5 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
7 | 5 | 0 | 0.00 |
[email protected] | Requiring ScrollView from atom is no longer supported. Please require ScrollView from atom-space-pen-view instead: {ScrollView} = require 'atom-space-pen-views' Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
7 | 5 | 0 | 0.00 |
[email protected] | Requiring TextEditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
7 | 5 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
7 | 5 | 0 | 0.00 |
[email protected] | TextEditor::on is deprecated. Use documented event subscription methods instead. | 8 | 5 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 6 | 3 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
8 | 5 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
3 | 2 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the minimap package |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
6 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the minimap package |
3 | 3 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
12 | 10 | 0 | 0.00 |
[email protected] | 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. |
5 | 5 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
[email protected] | Use ::onDidChangeActiveThemes instead. |
9 | 9 | 0 | 0.00 |
minimap@unknown | 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. |
6 | 6 | 0 | 0.00 |
minimap@unknown | Use ::dispose to cancel subscriptions instead of ::off | 2 | 2 | 0 | 0.00 |
minimap@unknown | Use ::onDidChangeActiveThemes instead. |
2 | 2 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the mocha package |
2 | 2 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details | 1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-light package |
6 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-seti package |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-syntax-for-one-dark package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-tweaked-ui package |
9 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
3 | 3 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
36 | 31 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
8 | 7 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
4 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
5 | 5 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the move-panes package |
1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the mustang package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the neon-cursor package |
3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the neutron-syntax package |
23 | 11 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the neutron-ui package |
41 | 10 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the neutron-ui package |
4 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the newton-dark-syntax package |
9 | 7 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the newton-dark-ui package |
5 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the next-dark-ui package |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the next-dark package |
4 | 4 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::getLastSelection() instead | 3 | 2 | 0 | 0.00 |
[email protected] | Use TextEditor::selectWordsContainingCursors instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the nexus-syntax package |
2 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the no-caffeine-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 4 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | Requiring $$ from atom is no longer supported. Please require atom-space-pen-views instead: {$$} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | Requiring TextEditorView from atom is no longer supported. Please require TextEditorView from atom-space-pen-view instead: {TextEditorView} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
4 | 4 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the node-debugger package |
7 | 7 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 7 | 7 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
7 | 7 | 0 | 0.00 |
[email protected] | 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. |
2 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
[email protected] | Use ::getPaths instead | 9 | 6 | 0 | 0.00 |
[email protected] | 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. |
4 | 2 | 0 | 0.00 |
[email protected] | Call ::getActiveTextEditor instead | 4 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the nrepl package |
1 | 1 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
[email protected] | Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::dispose to cancel subscriptions instead of ::off | 4 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the oceans16-atom package |
1 | 1 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the oddfellows-dark-syntax package |
1 | 1 | 0 | 0.00 |
[email protected] | Call .dispose() on the Disposable returned from ::addOpener instead | 3 | 2 | 0 | 0.00 |
[email protected] | 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. |
3 | 2 | 0 | 0.00 |
[email protected] | Config::getInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema. See the schema section of https://atom.io/docs/api/latest/Config for more info. |
20 | 8 | 0 | 0.00 |
[email protected] | Config::getPositiveInt is no longer necessary. Use ::get instead. Make sure the config option you are accessing has specified an integer schema with minimum: 1 . See the schema section of https://atom.io/docs/api/latest/Config for more info. |
20 | 8 | 0 | 0.00 |
[email protected] | Requiring $ from atom is no longer supported. If you are using space-pen , please require $ from atom-space-pen-views . Otherwise require jquery instead: {$} = require 'atom-space-pen-views' or $ = require 'jquery' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. Or add "jquery": "^2" to your package dependencies. |
3 | 2 | 0 | 0.00 |
[email protected] | 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 package dependencies. |
3 | 2 | 0 | 0.00 |
[email protected] | Store package style sheets in the styles/ directory instead of stylesheets/ in the omni-ruler package |
3 | 3 | 0 | 0.00 |
[email protected] | Use TextEditorView::getPaneView() instead | 19 | 7 | 0 | 0.00 |
[email protected] | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
[email protected] | 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. |
1 | 1 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
1 | 1 | 0 | 0.00 |
[email protected] | Use ::addLeftTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
[email protected] | atom.services is no longer available. To register service providers and consumers, use the providedServices and consumedServices fields in your package's package.json. |
1 | 1 | 0 | 0.00 |
[email protected] | 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. |
4 | 4 | 0 | 0.00 |
[email protected] | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign globals. In the future, this problem will be solved by an inter-package communication API available on atom.services . For now, you can get a reference to the status-bar element via document.querySelector('status-bar') . |
4 | 4 | 0 | 0.00 |
[email protected] | The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager#context-menu-cson-format for more info. | 1 | 1 | 0 | 0.00 |
::onDidActivateInitialPackages
instead.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
jQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.jQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.jQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.atom.views.getView(atom.workspace)
, which returns an HTMLElement.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.$$
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{$$} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.SelectListView
fromatom
is no longer supported. Please requireSelectListView
fromatom-space-pen-view
instead:{SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in theopen-in
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in theopen-plus
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
styles/
directory instead ofstylesheets/
in theoutdoor-theme
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.styles/
directory instead ofstylesheets/
in thepackage-list
packagestyles/
directory instead ofstylesheets/
in thepandoc
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
styles/
directory instead ofstylesheets/
in thepanic-palette
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in thepastel-dark-theme
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.callNow
option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/ConfigGitRepository
instead ofGit
:{GitRepository} = require 'atom'
$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.$$
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{$$} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.SelectListView
fromatom
is no longer supported. Please requireSelectListView
fromatom-space-pen-view
instead:{SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.::getURI
insteadatom.views.getView(atom.workspace)
, which returns an HTMLElement.$$
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{$$} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.SelectListView
fromatom
is no longer supported. Please requireSelectListView
fromatom-space-pen-view
instead:{SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in thepep8
packagePepperHtmlPreviewView
to support modified behavior, please implement a::onDidChangeModified()
method. If not, ignore this message.::on
methods for items are no longer supported.PepperHtmlPreviewView
to support title change behavior, please implement a::onDidChangeTitle()
method.::on
methods for items are no longer supported. If not, ignore this message.PepperHtmlPreviewView
should implement::getURI
instead of::getUri
.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.ScrollView
fromatom
is no longer supported. Please requireScrollView
fromatom-space-pen-view
instead:{ScrollView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in thepepper-autocomplete
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in thephp-getters-setters
package$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.settings/
directory instead ofscoped-properties/
View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in thephpunit
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.EditorView
fromatom
is no longer supported. Please requireTextEditorView
fromatom-space-pen-view
instead:{TextEditorView} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in thepolychrome-ui-breezydark
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
styles/
directory instead ofstylesheets/
in thepoxy-atom-dark-syntax
packagestyles/
directory instead ofstylesheets/
in thepoxy-monokai
packagestyles/
directory instead ofstylesheets/
in thepredawn-syntax
packagestyles/
directory instead ofstylesheets/
in thepredawn-ui
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in thepreview-tabs
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
::itemForURI
instead.settings/
directory instead ofscoped-properties/
atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.$$
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{$$} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.SelectListView
fromatom
is no longer supported. Please requireSelectListView
fromatom-space-pen-view
instead:{SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.jQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in theproject-quick-open
packagejQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.styles/
directory instead ofstylesheets/
in theproject-runner
packagestyles/
directory instead ofstylesheets/
in theproject-switcher
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
styles/
directory instead ofstylesheets/
in theproton-framer
packagestyles/
directory instead ofstylesheets/
in theproton-kai
packagestyles/
directory instead ofstylesheets/
in theproton-light
packagestyles/
directory instead ofstylesheets/
in theproton-monokai
packagestyles/
directory instead ofstylesheets/
in theproton-monokai
packagestyles/
directory instead ofstylesheets/
in theproton
packagestyles/
directory instead ofstylesheets/
in theproton
packagestyles/
directory instead ofstylesheets/
in thepulsing-cursor
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in thepython-coverage
packageatom.services
. For now, you can get a reference to thestatus-bar
element viadocument.querySelector('status-bar')
.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in thepython
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
styles/
directory instead ofstylesheets/
in thequantum-syntax
packagestyles/
directory instead ofstylesheets/
in thequantum-syntax
packagestyles/
directory instead ofstylesheets/
in thequantum-ui
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.EditorView
fromatom
is no longer supported. Please requireTextEditorView
fromatom-space-pen-view
instead:{TextEditorView} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in thequiet-light-atom
packagestyles/
directory instead ofstylesheets/
in ther-exec
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
styles/
directory instead ofstylesheets/
in theraast
packageprovidedServices
andconsumedServices
fields in your package's package.json.styles/
directory instead ofstylesheets/
in therailscasts-theme
packagestyles/
directory instead ofstylesheets/
in therainy-night-syntax
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.callNow
option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Configatom.services
. For now, you can get a reference to thestatus-bar
element viadocument.querySelector('status-bar')
.settings/
directory instead ofscoped-properties/
atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.::getURI
insteadstyles/
directory instead ofstylesheets/
in theredeye-ui
packagestyles/
directory instead ofstylesheets/
in theredui-jm-syntax
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.type: 'gutter'
have been renamed totype: 'line-number'
.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in theregex-railroad-diagram
packagestyles/
directory instead ofstylesheets/
in theregex-railroad-diagram
packageatom.views.getView(atom.workspace)
, which returns an HTMLElement.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
editor.getCursorScreenPosition().row
insteadatom.views.getView(atom.workspace)
, which returns an HTMLElement.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in theRemote-FTP
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
callNow
option. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.EditorView
fromatom
is no longer supported. Please requireTextEditorView
fromatom-space-pen-view
instead:{TextEditorView} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.ScrollView
fromatom
is no longer supported. Please requireScrollView
fromatom-space-pen-view
instead:{ScrollView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.Project::getDirectories()[0]?.resolve()
insteadatom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.services
. For now, you can get a reference to thestatus-bar
element viadocument.querySelector('status-bar')
.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.jQuery::on
?jQuery::trigger
can no longer be used to listen for Atom commands. Please useatom.commands.add
instead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.atom.views.getView(atom.workspace)
, which returns an HTMLElement.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.View
fromatom
is no longer supported. Please requireatom-space-pen-views
instead:{View} = require 'atom-space-pen-views'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.atom.services
. For now, you can get a reference to thestatus-bar
element viadocument.querySelector('status-bar')
.atom.views.getView(atom.workspace)
, which returns an HTMLElement.atom.services
. For now, you can get a reference to thestatus-bar
element viadocument.querySelector('status-bar')
.atom.views.getView(atom.workspace)
, which returns an HTMLElement.SelectListView
fromatom
is no longer supported. Please requireSelectListView
fromatom-space-pen-view
instead:{SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.atom.views.getView(atom.workspace)
, which returns an HTMLElement.styles/
directory instead ofstylesheets/
in theresize-panes
packageactivationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
atom.views.getView(atom.workspace)
, which returns an HTMLElement.RestClientView
to support modified behavior, please implement a::onDidChangeModified()
method. If not, ignore this message.::on
methods for items are no longer supported.RestClientView
to support title change behavior, please implement a::onDidChangeTitle()
method.::on
methods for items are no longer supported. If not, ignore this message.RestClientView
should implement::getURI
instead of::getUri
.$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.ScrollView
fromatom
is no longer supported. Please requireScrollView
fromatom-space-pen-view
instead:{ScrollView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views Add"atom-space-pen-views": "^2.0.3"
to your package dependencies.styles/
directory instead ofstylesheets/
in therest-client
package$
fromatom
is no longer supported. If you are usingspace-pen
, please require$
fromatom-space-pen-views
. Otherwise requirejquery
instead:{$} = require 'atom-space-pen-views'
or$ = require 'jquery'
Add"atom-space-pen-views": "^2.0.3"
to your package dependencies. Or add"jquery": "^2"
to your package dependencies.styles/
directory instead ofstylesheets/
in therot13
package