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 |
| achievements@0.7.2 | 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 |
| advanced-new-file@0.4.2 | 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 |
| adwaita-ui@0.30.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the adwaita-ui package |
1 | 1 | 0 | 0.00 |
| aethusa@1.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the aethusa package |
1 | 1 | 0 | 0.00 |
| alignment@1.1.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
3 | 1 | 0 | 0.00 |
| alignment@1.1.1 | 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 |
| alignment@1.1.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| angularjs-helper@0.8.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the angularjs-helper package |
1 | 1 | 0 | 0.00 |
| angularjs-helper@0.8.0 | 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 |
| angularjs-helper@0.8.0 | 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 |
| angularjs@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
30 | 28 | 0 | 0.00 |
| angularjs@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the angularjs package |
62 | 46 | 0 | 0.00 |
| apathy-theme@1.1.8 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| apathy-theme@1.1.8 | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
| api-blueprint-preview@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| api-blueprint-preview@0.3.0 | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
| api-blueprint-preview@0.3.0 | 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 |
| api-blueprint-preview@0.3.0 | 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 |
| ascii-art@0.0.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 1 | 0 | 0.00 |
| ascii-art@0.0.0 | Use TextEditor::getLastSelection() instead | 2 | 1 | 0 | 0.00 |
| asciidoc-preview@0.5.0 | Accessing PaneView via $::view() is deprecated. Use the raw DOM node or underlying model object instead. |
5 | 2 | 0 | 0.00 |
| asciidoc-preview@0.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| asciidoc-preview@0.5.0 | 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 |
| asciidoc-preview@0.5.0 | Pane item with class AsciiDocPreviewView should implement ::getURI instead of ::getUri. |
1 | 1 | 0 | 0.00 |
| asciidoc-preview@0.5.0 | The atom.syntax global is deprecated. Use atom.grammars instead. | 1 | 1 | 0 | 0.00 |
| asciidoc-preview@0.5.0 | 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 |
| asciidoc-preview@0.5.0 | Use ::addRightTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
| asciidoc-preview@0.5.0 | Use ::paneForURI instead. | 1 | 1 | 0 | 0.00 |
| asciidoc-preview@0.5.0 | 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 |
| asciidoc-preview@0.5.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| ask-stack@1.1.0 | 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 |
| ask-stack@1.1.0 | 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 |
| assign-align@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| assign-align@0.1.0 | Use Workspace::getActivePaneItem instead | 1 | 1 | 0 | 0.00 |
| asteroids@0.2.0 | 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 |
| astromac-ui@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the astromac-ui package |
4 | 2 | 0 | 0.00 |
| atom-angularjs@0.1.2 | Store package settings files in the settings/ directory instead of scoped-properties/ |
4 | 4 | 0 | 0.00 |
| atom-backbone@0.6.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| atom-beautifier@0.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-beautifier@0.5.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 4 | 3 | 0 | 0.00 |
| atom-beautifier@0.5.0 | 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 |
| atom-beautifier@0.5.0 | 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 |
| atom-beautify@0.13.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-beautify@0.14.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-beautify@0.15.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| atom-beautify@0.15.1 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | Please use Workspace::addTopPanel() instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | Use ::get(keyPath) instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | 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 |
| atom-beautify@0.15.1 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.15.1 | Use Workspace::observeTextEditors instead | 2 | 2 | 0 | 0.00 |
| atom-beautify@0.15.1 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.17.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-beautify@0.17.2 | 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@0.17.2 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.21.2 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.21.2 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.21.2 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| atom-beautify@0.27.2 | Call ::getActiveTextEditor instead | 6 | 5 | 0 | 0.00 |
| atom-beautify@0.27.2 | Use Workspace::getTextEditors instead | 6 | 4 | 0 | 0.00 |
| atom-beautify@0.27.2 | 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 |
| atom-bitcoin@0.6.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-bitcoin@0.6.0 | 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 |
| atom-bitcoin@0.6.0 | Use ::addLeftTile({item, priority}) instead. | 3 | 1 | 0 | 0.00 |
| atom-browser-webview@0.6.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-browser-webview@0.6.0 | Call .dispose() on the Disposable returned from ::addOpener instead | 6 | 6 | 0 | 0.00 |
| atom-browser-webview@0.6.0 | Call Workspace::addOpener instead | 3 | 3 | 0 | 0.00 |
| atom-browser-webview@0.6.0 | 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 |
| atom-browser-webview@0.6.0 | 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 |
| atom-browser-webview@0.6.0 | Please use Workspace::addTopPanel() instead | 3 | 3 | 0 | 0.00 |
| atom-browser-webview@0.6.0 | 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 |
| atom-browser-webview@0.6.0 | 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 |
| atom-browser-webview@0.6.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-browser-webview package |
4 | 4 | 0 | 0.00 |
| atom-browser-webview@0.6.0 | Use ::getActivePane() instead of the ::activePane property | 1 | 1 | 0 | 0.00 |
| atom-browser-webview@0.6.0 | 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 |
| atom-charcode@0.4.0 | Use PackageManager::onDidActivateInitialPackages instead | 1 | 1 | 0 | 0.00 |
| atom-coffee-repl@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-coffee-repl package |
2 | 2 | 0 | 0.00 |
| atom-compile-coffee@1.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-compile-coffee@1.3.0 | Call ::getActiveTextEditor instead | 7 | 4 | 0 | 0.00 |
| atom-compile-coffee@1.3.0 | Use ::getPaths instead | 2 | 1 | 0 | 0.00 |
| atom-compile-coffee@1.3.0 | 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 |
| atom-compile-less@0.9.0 | Use ::getPaths instead | 4 | 4 | 0 | 0.00 |
| atom-compile-less@0.9.0 | 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 |
| atom-compile-less@0.9.0 | 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 |
| atom-css-class-checker@0.4.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-css-class-checker package |
1 | 1 | 0 | 0.00 |
| atom-css-class-checker@0.4.3 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| atom-css-class-checker@0.4.3 | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Project::on is deprecated. Use documented event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | 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 |
| atom-ctags@2.5.3 | 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 |
| atom-ctags@2.5.3 | TextBuffer::on is deprecated. Use event subscription methods instead. | 2 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 2 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Use ::getPaths instead | 4 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Use TextBuffer::onDidDestroy instead | 2 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-ctags@2.5.3 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Call ::getActiveTextEditor instead | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Project::on is deprecated. Use documented event subscription methods instead. | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | 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 |
| atom-ctags@2.6.1 | 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 |
| atom-ctags@2.6.1 | TextBuffer::on is deprecated. Use event subscription methods instead. | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Use ::getPaths instead | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Use TextBuffer::onDidDestroy instead | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Use Workspace::getTextEditors instead | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Use Workspace::observeTextEditors instead | 6 | 1 | 0 | 0.00 |
| atom-ctags@2.6.1 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 6 | 1 | 0 | 0.00 |
| atom-ctags@3.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-ctags@3.2.0 | 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 |
| atom-ctags@3.2.0 | Use Cursor::getScopeDescriptor() instead | 21 | 12 | 0 | 0.00 |
| atom-ctags@3.2.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| atom-darcula@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-darcula package |
1 | 1 | 0 | 0.00 |
| atom-dark-syntax@0.27.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-dark-syntax@0.27.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| atom-dark-syntax@0.27.0 | 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 |
| atom-dark-syntax@0.27.0 | 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 |
| atom-dark-syntax@0.27.0 | 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 |
| atom-dark-syntax@0.27.0 | 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-dart@0.7.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-dart package |
1 | 1 | 0 | 0.00 |
| atom-deconsole@0.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| atom-erb@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-files@0.1.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-files package |
7 | 2 | 0 | 0.00 |
| atom-files@0.1.3 | Use ::getDirectories instead | 3 | 1 | 0 | 0.00 |
| atom-flake8@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-flake8@0.1.0 | 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 |
| atom-flake8@0.1.0 | Use ::getURI instead |
4 | 3 | 0 | 0.00 |
| atom-flake8@0.1.0 | Use TextBuffer::onDidDestroy instead | 3 | 2 | 0 | 0.00 |
| atom-flake8@0.1.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 2 | 0 | 0.00 |
| atom-flake8@0.1.0 | Use Workspace::onDidChangeActivePaneItem instead | 3 | 2 | 0 | 0.00 |
| atom-flat-ui@1.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-flat-ui package |
1 | 1 | 0 | 0.00 |
| Atom-Hack@3.5.4 | 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 |
| atom-html-helper@0.2.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-html-preview@0.1.4 | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
| atom-html-preview@0.1.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-html-preview package |
1 | 1 | 0 | 0.00 |
| atom-html-preview@0.1.4 | 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 |
| atom-html-preview@0.1.6 | Accessing PaneView via $::view() is deprecated. Use the raw DOM node or underlying model object instead. |
5 | 2 | 0 | 0.00 |
| atom-html-preview@0.1.6 | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
| atom-html5-boilerplate@0.2.0 | 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 |
| atom-jade@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
10 | 9 | 0 | 0.00 |
| atom-jsfmt@0.6.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 2 | 0 | 0.00 |
| atom-jshint@1.4.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-jshint@1.4.3 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.3 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.3 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-jshint@1.4.4 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.4 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.4 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.4 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.4.4 | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-jshint@1.5.0 | Call ::getActiveTextEditor instead | 8 | 8 | 0 | 0.00 |
| atom-jshint@1.5.0 | Please use Workspace::addBottomPanel() instead | 151 | 84 | 0 | 0.00 |
| atom-jshint@1.5.0 | 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 |
| atom-jshint@1.5.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-jshint package |
17 | 12 | 0 | 0.00 |
| atom-jshint@1.5.0 | TextBuffer::on is deprecated. Use event subscription methods instead. | 40 | 27 | 0 | 0.00 |
| atom-jshint@1.5.0 | 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 |
| atom-jshint@1.5.0 | Use ::addLeftTile({item, priority}) instead. | 15 | 12 | 0 | 0.00 |
| atom-jshint@1.5.0 | 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 |
| atom-jshint@1.5.0 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 152 | 84 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use TextBuffer::onDidDestroy instead | 147 | 82 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 5 | 5 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 1 | 1 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use TextEditor::onDidChangeCursorPosition instead | 11 | 9 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use TextEditor::onDidChangeGrammar instead | 148 | 81 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use TextEditor::onDidChangeScrollTop instead | 11 | 9 | 0 | 0.00 |
| atom-jshint@1.5.0 | Use Workspace::onDidChangeActivePaneItem instead | 6 | 6 | 0 | 0.00 |
| atom-light-ui-slim@0.25.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-light-ui-slim package |
2 | 2 | 0 | 0.00 |
| atom-lint@0.18.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-lint@0.18.0 | 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 |
| atom-lint@0.18.0 | 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-lint@0.18.0 | 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 |
| atom-lint@0.18.0 | Use ::addRightTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
| atom-lint@0.18.0 | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
| atom-lint@0.18.0 | Use TextEditorView::getPaneView() instead | 1 | 1 | 0 | 0.00 |
| atom-lint@0.20.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
268 | 117 | 0 | 0.00 |
| atom-lint@0.20.1 | 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 |
| atom-lint@0.20.1 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
20 | 15 | 0 | 0.00 |
| atom-lint@0.20.1 | 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 |
| atom-lint@0.20.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
267 | 118 | 0 | 0.00 |
| atom-lint@0.20.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-lint package |
19 | 19 | 0 | 0.00 |
| atom-lint@0.20.1 | TextBuffer::on is deprecated. Use event subscription methods instead. | 98 | 63 | 0 | 0.00 |
| atom-lint@0.20.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| atom-lint@0.20.1 | This is now a view method. Call TextEditorElement::getLastVisibleScreenRow instead. | 7 | 7 | 0 | 0.00 |
| atom-lint@0.20.1 | Use ::addRightTile({item, priority}) instead. | 263 | 115 | 0 | 0.00 |
| atom-lint@0.20.1 | Use ::dispose to cancel subscriptions instead of ::off | 222 | 101 | 0 | 0.00 |
| atom-lint@0.20.1 | 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 |
| atom-lint@0.20.1 | Use Cursor::onDidChangePosition instead | 20 | 15 | 0 | 0.00 |
| atom-lint@0.20.1 | Use Marker::onDidChange instead | 20 | 15 | 0 | 0.00 |
| atom-lint@0.20.1 | Use PackageManager::onDidActivateInitialPackages instead | 19 | 17 | 0 | 0.00 |
| atom-lint@0.20.1 | Use TextEditor::getLastCursor() instead | 20 | 15 | 0 | 0.00 |
| atom-lint@0.20.1 | Use TextEditor::getLastVisibleScreenRow instead. You can get the editor via editorView.getModel() | 7 | 7 | 0 | 0.00 |
| atom-lint@0.20.1 | Use TextEditor::onDidChangeGrammar instead | 207 | 97 | 0 | 0.00 |
| atom-lint@0.20.1 | Use TextEditorElement::getFirstVisibleScreenRow instead. | 7 | 7 | 0 | 0.00 |
| atom-lint@0.20.1 | Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel() | 20 | 15 | 0 | 0.00 |
| atom-lint@0.20.1 | Use TextEditorView::getPaneView() instead | 218 | 102 | 0 | 0.00 |
| atom-lint@0.20.1 | 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 |
| atom-mac-theme@0.4.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-mac-theme package |
2 | 2 | 0 | 0.00 |
| atom-memolist-grep@0.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| atom-memolist-grep@0.2.1 | 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 |
| atom-memolist-grep@0.2.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 2 | 0 | 0.00 |
| atom-minifier@0.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
3 | 2 | 0 | 0.00 |
| atom-minifier@0.2.1 | 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 |
| atom-minify@0.1.2 | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
| atom-minimap@3.4.9 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-minimap package |
1 | 1 | 0 | 0.00 |
| atom-monokai@0.5.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-monokai package |
3 | 1 | 0 | 0.00 |
| atom-monokai@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-monokai package |
1 | 1 | 0 | 0.00 |
| atom-open-project-in-iterm2@0.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-open-project-in-iterm2@0.0.0 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| atom-open-project-in-tower@1.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-open-project-in-tower@1.1.0 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| atom-overtype-mode@0.2.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-overtype-mode@0.2.2 | 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 |
| atom-pandoc-preview@0.1.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-pandoc-preview@0.1.3 | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
| atom-pandoc-preview@0.1.3 | 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 |
| atom-pandoc-preview@0.1.3 | 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 |
| atom-pandoc-preview@0.1.3 | 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 |
| atom-pandoc-preview@0.1.3 | Use TextBuffer::onDidChange instead | 2 | 1 | 0 | 0.00 |
| atom-phpcs@0.7.0 | 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 |
| atom-phpcs@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-phpcs package |
2 | 2 | 0 | 0.00 |
| atom-phpcs@0.7.0 | 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 |
| atom-phpcs@0.7.0 | 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 |
| atom-prettify@0.1.0 | 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 |
| atom-prettify@0.1.1 | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
| atom-project@0.1.2 | 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 |
| atom-python-debugger@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-python-debugger@0.2.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-python-debugger@0.2.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-python-debugger package |
3 | 3 | 0 | 0.00 |
| atom-python-debugger@0.2.2 | 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 |
| atom-python-debugger@0.2.2 | 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 |
| atom-rails@0.4.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-rails@0.4.0 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| atom-rails@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-rails package |
7 | 7 | 0 | 0.00 |
| atom-rails@0.4.0 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| atom-rails@0.4.0 | 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 |
| atom-randomstring@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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@0.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-runner@1.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-runner@2.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-runner@2.1.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| atom-runner@2.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-runner@2.3.0 | Call ::getActiveTextEditor instead | 9 | 8 | 0 | 0.00 |
| atom-runner@2.3.0 | 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 |
| atom-runner@2.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-runner package |
8 | 7 | 0 | 0.00 |
| atom-runner@2.3.0 | Use editor.getLastCursor().getScopeDescriptor() instead | 9 | 8 | 0 | 0.00 |
| atom-runner@2.3.0 | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
| atom-runner@2.3.0 | 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 |
| atom-semicolons@0.1.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atom-sharp@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-sharp@0.1.0 | 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 |
| atom-sharp@0.1.0 | 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 |
| atom-sharp@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-sharp package |
1 | 1 | 0 | 0.00 |
| atom-sharp@0.1.0 | 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 |
| atom-sharp@0.1.0 | 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 |
| atom-snappy-light@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-snappy-light package |
2 | 1 | 0 | 0.00 |
| atom-soda-dark-ui@0.8.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-soda-dark-ui package |
2 | 1 | 0 | 0.00 |
| atom-soda-dark-ui@0.9.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-soda-dark-ui package |
21 | 12 | 0 | 0.00 |
| atom-solo-dark-ui@1.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-solo-dark-ui package |
2 | 2 | 0 | 0.00 |
| atom-spotify@1.2.0 | 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-spotify@1.2.0 | Use PackageManager::onDidActivateInitialPackages instead | 1 | 1 | 0 | 0.00 |
| atom-swiss-knife@0.0.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
| atom-swiss-knife@0.0.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-swiss-knife@0.0.0 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| atom-swiss-knife@0.0.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| Atom-Syntax-highlighting-for-Sass@0.5.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| atom-terminal-panel@4.4.3 | 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 |
| atom-terminal@0.7.0 | 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 |
| atom-terminal@0.7.0 | 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 |
| atom-terminal@0.7.0 | 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 |
| atom-textmate@0.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| atom-textmate@0.0.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-textmate package |
1 | 1 | 0 | 0.00 |
| atom-typescript@0.86.0 | 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 |
| atom-typescript@1.6.0 | 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 |
| atom-typescript@4.4.2 | 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 |
| atom-typescript@4.4.2 | Use editor.getLastCursor().getScopeDescriptor() instead | 1 | 1 | 0 | 0.00 |
| atom-ungit@0.4.3 | 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 |
| atom-ungit@0.4.3 | 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 |
| atom-ungit@0.4.3 | 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 |
| atom-ungit@0.4.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atom-ungit package |
1 | 1 | 0 | 0.00 |
| atom-ungit@0.4.3 | 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 |
| atom-ungit@0.4.3 | 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 |
| atom-yeoman@0.2.0 | 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 |
| atom-zeal@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atomatigit@1.2.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atomatigit@1.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atomatigit@1.3.0 | Please use Workspace::addRightPanel() instead | 10 | 9 | 0 | 0.00 |
| atomatigit@1.3.0 | 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 |
| atomatigit@1.3.0 | 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 |
| atomatigit@1.3.0 | 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 |
| atomatigit@1.3.0 | 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 |
| atomatigit@1.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atomatigit package |
43 | 12 | 0 | 0.00 |
| atomatigit@1.3.0 | The changeFocus option has been renamed to activatePane |
2 | 2 | 0 | 0.00 |
| atomatigit@1.3.0 | The atom.syntax global is deprecated. Use atom.grammars instead. | 3 | 3 | 0 | 0.00 |
| atomatigit@1.3.0 | 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 |
| atomatigit@1.3.0 | Use ::getRepositories instead | 19 | 15 | 0 | 0.00 |
| atomatigit@1.3.0 | Use GitRepository::onDidChangeStatus instead | 8 | 8 | 0 | 0.00 |
| atomatigit@1.3.0 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| atomatigit@1.3.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 2 | 2 | 0 | 0.00 |
| atomcasts-syntax@0.10.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atomcasts-syntax package |
1 | 1 | 0 | 0.00 |
| atomic-emacs@0.5.1 | 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 |
| atomic-emacs@0.5.1 | Use TextEditor::moveRight() instead | 1 | 1 | 0 | 0.00 |
| atomic-rest@0.2.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the atomic-rest package |
1 | 1 | 0 | 0.00 |
| atomic-rest@0.2.1 | 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 |
| atomic-rest@0.2.1 | 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 |
| AtomicSkittles@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the AtomicSkittles package |
1 | 1 | 0 | 0.00 |
| atomtools@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| atomtools@0.1.0 | Open-ended transactions are deprecated. Use checkpoints instead. | 1 | 1 | 0 | 0.00 |
| atomtools@0.1.0 | Use TextEditor::getLastCursor() instead | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.3.0 | 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 |
| auto-detect-indentation@0.3.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.3.0 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.4.2 | 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 |
| auto-detect-indentation@0.4.2 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.4.2 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.4.2 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.4.2 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| auto-detect-indentation@0.4.2 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| auto-indent@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| auto-indent@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the auto-indent package |
11 | 11 | 0 | 0.00 |
| auto-indent@0.1.0 | 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 |
| auto-indent@0.1.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 17 | 15 | 0 | 0.00 |
| auto-indent@0.1.0 | 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 |
| auto-indent@0.1.0 | Use TextEditor::getLastCursor() instead | 16 | 14 | 0 | 0.00 |
| auto-replace-in-selection@2.1.0 | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
| auto-update-packages@0.2.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| auto-update-packages@0.2.2 | Use ::dispose to cancel subscriptions instead of ::off | 85 | 50 | 0 | 0.00 |
| auto-update-packages@0.2.2 | 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 |
| autoclose-html@0.12.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autoclose-html@0.12.0 | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
| autoclose-html@0.13.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autoclose-html@0.14.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
| autoclose-html@0.15.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
| autoclose-html@0.16.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autoclose-html@0.16.0 | 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 |
| autoclose-html@0.16.0 | 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 |
| autoclose-html@0.16.0 | 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 |
| autocomplete-bibtex@0.5.7 | 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 |
| autocomplete-clang@0.6.9 | Open-ended transactions are deprecated. Use checkpoints instead. | 9 | 9 | 0 | 0.00 |
| autocomplete-clang@0.6.9 | 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 |
| autocomplete-emojis@2.2.2 | 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 |
| autocomplete-gocode@0.4.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-gocode@0.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autocomplete-haskell@0.2.1 | Use Workspace::getTextEditors instead | 47 | 31 | 0 | 0.00 |
| autocomplete-haxe@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autocomplete-haxe@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the autocomplete-haxe package |
1 | 1 | 0 | 0.00 |
| autocomplete-jedi@1.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the autocomplete-jedi package |
2 | 2 | 0 | 0.00 |
| autocomplete-jedi@1.2.0 | 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 |
| autocomplete-jedi@1.2.0 | 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 |
| autocomplete-paths@0.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autocomplete-paths@0.7.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| autocomplete-paths@1.0.1 | 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 |
| autocomplete-paths@1.0.2 | 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 |
| autocomplete-paths@1.0.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autocomplete-phpunit@1.0.0 | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
| autocomplete-phpunit@1.0.0 | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autocomplete-plus-async@0.22.0 | 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 |
| autocomplete-plus-async@0.22.0 | 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 |
| autocomplete-plus-async@0.22.0 | 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 |
| autocomplete-plus-async@0.22.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the autocomplete-plus-async package |
4 | 4 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 61 | 47 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | The atom.syntax global is deprecated. Use atom.grammars instead. | 31 | 26 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
31 | 26 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | 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 |
| autocomplete-plus-async@0.22.0 | Use atom.config.getAll instead. | 31 | 26 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use Config::getAll instead | 31 | 26 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use editor.lineTextForBufferRow(row).length instead | 32 | 26 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use TextBuffer::onDidChange instead | 60 | 46 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 60 | 46 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use TextEditor::getLastSelection() instead | 32 | 26 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use TextEditor::onDidChangeCursorPosition instead | 60 | 46 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use TextEditor::onDidDestroy instead | 61 | 46 | 0 | 0.00 |
| autocomplete-plus-async@0.22.0 | Use Workspace::onDidAddTextEditor instead | 4 | 4 | 0 | 0.00 |
| autocomplete-plus-jedi@0.0.9 | 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 |
| autocomplete-plus-jedi@0.0.9 | Use ::getPaths instead | 4 | 1 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| autocomplete-plus@0.21.0 | 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 |
| autocomplete-plus@0.21.0 | 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 |
| autocomplete-plus@0.21.0 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 7 | 6 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | The atom.syntax global is deprecated. Use atom.grammars instead. | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use atom.config.getAll instead. | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use Config::getAll instead | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use editor.lineTextForBufferRow(row).length instead | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use TextBuffer::onDidChange instead | 7 | 6 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 7 | 6 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use TextEditor::onDidChangeCursorPosition instead | 7 | 6 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use TextEditor::onDidDestroy instead | 7 | 6 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use TextEditorElement::pixelPositionForScreenPosition instead. You can get the editor via editorView.getModel() | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@0.21.0 | Use Workspace::onDidAddTextEditor instead | 3 | 3 | 0 | 0.00 |
| autocomplete-plus@0.22.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| autocomplete-plus@0.22.1 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| autocomplete-plus@0.22.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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-plus@0.22.3 | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@1.0.0 | Use Config::getAll instead | 1 | 1 | 0 | 0.00 |
| autocomplete-plus@1.1.0 | Use Config::getAll instead | 2 | 2 | 0 | 0.00 |
| autocomplete-plus@2.7.1 | 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 |
| autocomplete-plus@2.7.1 | 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 |
| autocomplete-plus@2.7.1 | 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 |
| autocomplete-plus@2.7.1 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| background-matrix@0.0.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| background-matrix@0.0.2 | 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 |
| background-matrix@0.0.2 | Use Workspace::getActivePaneItem instead | 3 | 2 | 0 | 0.00 |
| background-matrix@0.0.2 | Use WorkspaceView::getActivePaneView instead | 1 | 1 | 0 | 0.00 |
| background-matrix@0.0.2 | Use WorkspaceView::getPaneViews instead | 3 | 2 | 0 | 0.00 |
| base16-dark-syntax@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-dark-syntax package |
3 | 2 | 0 | 0.00 |
| base16-default-dark-syntax@0.26.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-default-dark-syntax package |
2 | 1 | 0 | 0.00 |
| base16-eighties-dark@2.1.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-eighties-dark package |
5 | 4 | 0 | 0.00 |
| base16-light-syntax@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-light-syntax package |
9 | 4 | 0 | 0.00 |
| base16-mocha-light-syntax@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-mocha-light-syntax package |
1 | 1 | 0 | 0.00 |
| base16-ocean-dark@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the base16-ocean-dark package |
17 | 7 | 0 | 0.00 |
| base64@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| base64@0.1.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
| base64@0.1.0 | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
| beacon-ui@0.5.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the beacon-ui package |
3 | 3 | 0 | 0.00 |
| bespin-syntax@1.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the bespin-syntax package |
1 | 1 | 0 | 0.00 |
| better-handlebars@0.1.1 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| bezier-curve-editor@0.6.6 | 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 |
| bezier-curve-editor@0.7.0 | 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 |
| black-pearl-i-i@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the black-pearl-i-i package |
1 | 1 | 0 | 0.00 |
| black-ui@0.2.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the black-ui package |
1 | 1 | 0 | 0.00 |
| block-comment@0.4.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 1 | 0 | 0.00 |
| block-comment@0.4.1 | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
| block-comment@0.4.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the block-comment package |
1 | 1 | 0 | 0.00 |
| block-comment@0.4.1 | 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 |
| block-comment@0.4.1 | 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 |
| block-comment@0.4.1 | Use TextEditor::getLastSelection() instead | 2 | 1 | 0 | 0.00 |
| blue-lotus-light-syntax@1.0.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the blue-lotus-light-syntax package |
2 | 1 | 0 | 0.00 |
| blue-lotus-light-ui@1.0.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the blue-lotus-light-ui package |
5 | 1 | 0 | 0.00 |
| bluebliss-2@0.6.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the bluebliss-2 package |
1 | 1 | 0 | 0.00 |
| bookmarklet@0.5.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| bookmarklet@0.5.1 | 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 |
| bookmarklet@0.5.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
| bookmarklet@0.5.1 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
| bookmarklet@0.5.1 | 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 |
| bower-install@0.2.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the bower-install package |
2 | 2 | 0 | 0.00 |
| bower-install@0.2.4 | 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 |
| break@0.3.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
6 | 3 | 0 | 0.00 |
| break@0.3.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| break@0.3.1 | Use ::addLeftTile({item, priority}) instead. | 6 | 3 | 0 | 0.00 |
| brent-dark-syntax@0.16.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the brent-dark-syntax package |
6 | 1 | 0 | 0.00 |
| brogrammer-syntax@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the brogrammer-syntax package |
3 | 3 | 0 | 0.00 |
| brogrammer-ui@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the brogrammer-ui package |
7 | 5 | 0 | 0.00 |
| bronokai@1.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the bronokai package |
5 | 3 | 0 | 0.00 |
| browser-plus@0.0.21 | 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 |
| browser-plus@0.0.21 | 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 |
| browser-refresh@0.8.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| browser-refresh@0.8.3 | 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 |
| browser-refresh@0.8.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the browser-refresh package |
2 | 2 | 0 | 0.00 |
| browser-refresh@0.8.3 | 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 |
| build-systems@0.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| build-tools-cpp@0.7.1 | 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 |
| build-tools-cpp@0.7.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
| build-tools-cpp@1.2.6 | 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 |
| burn@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the burn package |
4 | 2 | 0 | 0.00 |
| cakephp-snippets@0.6.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the cakephp-snippets package |
1 | 1 | 0 | 0.00 |
| caniuse@0.4.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| caniuse@0.5.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| cargo-test-runner@0.0.3 | 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 |
| cd@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the cd package |
3 | 1 | 0 | 0.00 |
| cd@0.1.0 | Use ::getDirectories instead | 3 | 1 | 0 | 0.00 |
| change-case@0.5.1 | Call ::getActiveTextEditor instead | 4 | 4 | 0 | 0.00 |
| char-count@1.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| char-count@1.0.0 | 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 |
| char-count@1.0.0 | 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 |
| char-count@1.0.0 | Use ::addRightTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
| char-count@1.0.0 | Use PackageManager::onDidActivateInitialPackages instead | 2 | 2 | 0 | 0.00 |
| char-count@1.0.0 | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
| char-count@1.0.0 | Use TextEditor::onDidChangeSelectionRange instead | 1 | 1 | 0 | 0.00 |
| char-count@1.0.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| character-count@1.0.1 | 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 |
| character-count@1.0.1 | 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 |
| character-table@0.2.0 | 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 |
| circle-ci@0.9.1 | 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 |
| clang-format@1.13.0 | 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 |
| clang-format@1.13.0 | Use editor.getLastCursor().getScopeDescriptor() instead | 1 | 1 | 0 | 0.00 |
| clang-format@1.13.0 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| clang-format@1.13.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| clang-format@1.13.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| clang-format@1.13.0 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| clang-format@1.13.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| clang-format@1.8.0 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| clang-format@1.8.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| Clean2@0.12.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the Clean2 package |
5 | 3 | 0 | 0.00 |
| Clean2@0.12.3 | 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 |
| close-after-last-tab@0.1.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| close-after-last-tab@0.1.5 | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
| close-after-last-tab@0.1.5 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| close-tags@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the close-tags package |
1 | 1 | 0 | 0.00 |
| close-tags@0.2.0 | 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 |
| close-tags@0.2.0 | 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 |
| closure-linter@0.2.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| closure-linter@0.2.5 | 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 |
| closure-linter@0.2.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the closure-linter package |
1 | 1 | 0 | 0.00 |
| Clouds@1.0.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the Clouds package |
4 | 2 | 0 | 0.00 |
| code-links@0.3.10 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| codebug@0.2.1 | 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 |
| coffee-autocompile@0.1.1 | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
| coffee-compile@0.15.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| coffee-lint@0.7.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| coffee-lint@0.7.3 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| coffee-lint@0.7.3 | 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 |
| coffee-lint@0.7.3 | 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 |
| coffee-lint@0.7.3 | 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 |
| coffee-lint@0.7.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the coffee-lint package |
8 | 6 | 0 | 0.00 |
| coffee-lint@0.7.3 | 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 |
| coffee-lint@0.7.3 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 16 | 11 | 0 | 0.00 |
| coffee-lint@0.7.3 | Use TextBuffer::onDidDestroy instead | 74 | 44 | 0 | 0.00 |
| coffee-lint@0.7.3 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 74 | 44 | 0 | 0.00 |
| coffee-lint@0.7.3 | Use TextEditor::onDidStopChanging instead | 73 | 43 | 0 | 0.00 |
| coffee-lint@0.7.3 | Use Workspace::onDidAddTextEditor instead | 8 | 7 | 0 | 0.00 |
| coffee-lint@0.7.3 | Use Workspace::onDidChangeActivePaneItem instead | 3 | 3 | 0 | 0.00 |
| coffee-navigator@0.0.16 | Call ::getActiveTextEditor instead | 4 | 4 | 0 | 0.00 |
| coffee-navigator@0.0.16 | 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 |
| coffee-refactor@0.6.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| coffee-refactor@0.6.2 | 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 |
| coffee-refactor@0.6.2 | 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 |
| coffee-refactor@0.6.2 | Use ::get(keyPath) instead | 5 | 3 | 0 | 0.00 |
| coffee-trace@0.2.0 | 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 |
| coffee-trace@0.2.0 | 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 |
| coffeescript-preview@1.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the coffeescript-preview package |
1 | 1 | 0 | 0.00 |
| coffeescript-preview@1.0.0 | 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 |
| coffeescript-preview@1.0.0 | 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 |
| color-picker@1.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.1.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| color-picker@1.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.2.0 | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
| color-picker@1.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| color-picker@1.2.1 | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
| color-picker@1.2.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.2.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.2.5 | Use Pane::onDidChangeActiveItem instead | 6 | 5 | 0 | 0.00 |
| color-picker@1.2.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.2.6 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| color-picker@1.2.6 | 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 |
| color-picker@1.2.6 | 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 |
| color-picker@1.2.6 | Use TextEditor::getLastCursor() instead | 2 | 2 | 0 | 0.00 |
| color-picker@1.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.4.4 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| color-picker@1.4.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the color-picker package |
2 | 2 | 0 | 0.00 |
| color-picker@1.4.4 | 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 |
| color-picker@1.4.4 | Use TextEditor::getLastCursor() instead | 2 | 2 | 0 | 0.00 |
| color-picker@1.5.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| color-picker@1.5.0 | 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 |
| color-picker@1.5.0 | Use TextEditor::getLastCursor() instead | 1 | 1 | 0 | 0.00 |
| color-picker@1.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| color-picker@1.7.0 | Call ::getActiveTextEditor instead | 4 | 4 | 0 | 0.00 |
| color-picker@1.7.0 | Use Pane::onDidChangeActiveItem instead | 25 | 25 | 0 | 0.00 |
| color-picker@1.7.0 | Use TextEditor::getLastCursor() instead | 4 | 4 | 0 | 0.00 |
| color-picker@1.7.0 | 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 |
| colorpicker@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the colorpicker package |
1 | 1 | 0 | 0.00 |
| colorpicker@0.3.0 | 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 |
| colorpicker@0.3.0 | 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 |
| column-select@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| column-select@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| command-logger@0.20.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| command-logger@0.23.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| command-logger@0.23.0 | Call KeymapManager::onDidMatchBinding instead | 2 | 2 | 0 | 0.00 |
| command-logger@0.23.0 | Call Workspace::addOpener instead | 2 | 2 | 0 | 0.00 |
| command-toolbar@1.0.8 | 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 |
| comment-block@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| comment-block@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the comment-block package |
1 | 1 | 0 | 0.00 |
| comment@0.2.7 | Store package style sheets in the styles/ directory instead of stylesheets/ in the comment package |
2 | 2 | 0 | 0.00 |
| comment@0.2.7 | 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 |
| comment@0.2.7 | 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 |
| compare-files@0.2.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| compare-files@0.4.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
20 | 17 | 0 | 0.00 |
| compare-files@0.4.1 | Call Workspace::addOpener instead | 15 | 14 | 0 | 0.00 |
| compare-files@0.4.1 | 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 |
| compare-files@0.4.1 | 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 |
| compare-files@0.4.1 | 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 |
| compare-files@0.4.1 | 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 |
| compare-files@0.4.1 | 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 |
| compare-files@0.4.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the compare-files package |
24 | 20 | 0 | 0.00 |
| compare-files@0.4.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| compare-files@0.4.1 | 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 |
| compare-files@0.4.1 | 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 |
| compass@0.7.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| compass@0.7.5 | 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 |
| composer@0.3.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
7 | 3 | 0 | 0.00 |
| composer@0.3.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
2 | 1 | 0 | 0.00 |
| composer@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the composer package |
1 | 1 | 0 | 0.00 |
| composer@0.3.1 | 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 |
| composer@0.3.1 | 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 |
| contrast-atom@0.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| convert-to-utf8@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| convert-to-utf8@0.1.0 | Call ::getActiveTextEditor instead | 5 | 4 | 0 | 0.00 |
| convert-to-utf8@0.1.0 | Use ::getURI instead |
5 | 4 | 0 | 0.00 |
| ConvertToUtf8Plus@0.2.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ConvertToUtf8Plus package |
2 | 2 | 0 | 0.00 |
| ConvertToUtf8Plus@0.2.2 | 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 |
| copy-as-rtf@0.7.0 | 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 |
| coverage@0.5.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
5 | 4 | 0 | 0.00 |
| coverage@0.5.1 | Please use Workspace::addBottomPanel() instead | 2 | 2 | 0 | 0.00 |
| coverage@0.5.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| coverage@0.5.1 | Use ::addLeftTile({item, priority}) instead. | 3 | 2 | 0 | 0.00 |
| coverage@0.5.1 | Use ::dispose to cancel subscriptions instead of ::off | 7 | 2 | 0 | 0.00 |
| css-color-highlight@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| css-color-highlight@0.3.0 | 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 |
| css-color-highlight@0.3.0 | 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 |
| css-color-highlight@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the css-color-highlight package |
7 | 6 | 0 | 0.00 |
| css-color-highlight@0.3.0 | 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 |
| css-color-highlight@0.3.0 | Use Workspace::onDidAddTextEditor instead | 2 | 2 | 0 | 0.00 |
| css-color-highlighting@0.2.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| css-color-highlighting@0.2.4 | Use Selection::onDidChangeRange instead. Call ::getScreenRange() yourself in your callback if you need the range. | 3 | 2 | 0 | 0.00 |
| css-color-underline@0.1.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| css-color-underline@0.1.1 | 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 |
| css-color-underline@0.1.1 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| css-color-underline@1.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| css-color-underline@1.0.1 | 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 |
| csscomb@0.1.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| csscomb@0.1.2 | 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 |
| csscomb@0.1.2 | Use Project::getDirectories()[0]?.resolve() instead |
3 | 3 | 0 | 0.00 |
| csscomb@0.1.2 | Use Workspace::getActivePaneItem instead | 3 | 3 | 0 | 0.00 |
| cssedit-groups@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| cssedit-groups@0.3.0 | 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 |
| cssedit-groups@0.3.0 | 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 |
| cssedit-groups@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the cssedit-groups package |
1 | 1 | 0 | 0.00 |
| cssedit-groups@0.3.0 | 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 |
| cssedit-groups@0.3.0 | 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 |
| cssedit-groups@0.3.0 | Use Workspace::getActivePaneItem instead | 2 | 2 | 0 | 0.00 |
| csslint@0.5.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| csslint@0.5.1 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| csslint@1.0.4 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| csslint@1.0.4 | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 1 | 1 | 0 | 0.00 |
| csslint@1.0.4 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| csslint@1.0.4 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| csslint@1.0.4 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| csslint@1.1.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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@1.1.3 | 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 |
| ctags-status@1.2.0 | Use version ^1.0.0 of the status-bar Service API. | 1 | 1 | 0 | 0.00 |
| ctags-status@1.2.1 | Use version ^1.0.0 of the status-bar Service API. | 1 | 1 | 0 | 0.00 |
| ctags-status@1.2.3 | Use version ^1.0.0 of the status-bar Service API. | 14 | 8 | 0 | 0.00 |
| ctrl-dir-scroll@0.1.8 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| ctrl-dir-scroll@0.1.8 | Call ::getActiveTextEditor instead | 6 | 3 | 0 | 0.00 |
| ctrl-dir-scroll@0.1.8 | Use editor.getCursorScreenPosition().row instead |
6 | 3 | 0 | 0.00 |
| ctrl-dir-scroll@0.1.8 | Use TextEditor::moveDown() instead | 1 | 1 | 0 | 0.00 |
| ctrl-dir-scroll@0.1.8 | Use TextEditorElement::getFirstVisibleScreenRow instead. | 3 | 3 | 0 | 0.00 |
| cursor-count@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| cursor-count@0.2.0 | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
| cursor-count@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the cursor-count package |
1 | 1 | 0 | 0.00 |
| cursor-count@0.2.0 | 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 |
| cursor-count@0.2.0 | Use TextEditor::onDidChangeSelectionRange instead | 4 | 1 | 0 | 0.00 |
| cursor-history@0.4.2 | Config::toggle is no longer supported. Please remove from your code. | 1 | 1 | 0 | 0.00 |
| cursor-history@0.4.2 | This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead |
1 | 1 | 0 | 0.00 |
| custom-title@0.7.1 | Use ::dispose to cancel subscriptions instead of ::off | 35 | 19 | 0 | 0.00 |
| cut-line@0.10.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| cut-line@0.10.0 | Call ::getActiveTextEditor instead | 26 | 15 | 0 | 0.00 |
| cut-line@0.10.0 | Use TextEditor::moveLeft() instead | 8 | 7 | 0 | 0.00 |
| cut-line@0.10.0 | Use TextEditor::moveToBeginningOfLine() instead | 8 | 7 | 0 | 0.00 |
| cut-line@0.10.0 | Use TextEditor::selectLinesContainingCursors instead | 17 | 10 | 0 | 0.00 |
| darkmatter-theme@1.4.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the darkmatter-theme package |
1 | 1 | 0 | 0.00 |
| darkula-syntax@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the darkula-syntax package |
9 | 8 | 0 | 0.00 |
| darkula-ui@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the darkula-ui package |
7 | 5 | 0 | 0.00 |
| dash@1.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| dash@1.1.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| date@1.0.0 | 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 |
| decoration-example@0.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| decoration-example@0.0.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| decoration-example@0.0.0 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
1 | 1 | 0 | 0.00 |
| decoration-example@0.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the decoration-example package |
6 | 2 | 0 | 0.00 |
| deepsea@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the deepsea package |
17 | 2 | 0 | 0.00 |
| django-templates@0.4.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
| docblockr@0.5.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| docblockr@0.5.8 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| docblockr@0.5.8 | Call ::getActiveTextEditor instead | 2 | 1 | 0 | 0.00 |
| docblockr@0.5.8 | Store package style sheets in the styles/ directory instead of stylesheets/ in the docblockr package |
3 | 2 | 0 | 0.00 |
| docblockr@0.5.8 | 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 |
| docblockr@0.5.8 | Use ::get(keyPath) instead | 2 | 1 | 0 | 0.00 |
| docblockr@0.5.8 | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
2 | 1 | 0 | 0.00 |
| docblockr@0.5.8 | 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 |
| docblockr@0.5.8 | Use editor.lineTextForBufferRow(row).length instead | 2 | 1 | 0 | 0.00 |
| docblockr@0.6.3 | Call ::getActiveTextEditor instead | 16 | 13 | 0 | 0.00 |
| docblockr@0.6.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the docblockr package |
2 | 2 | 0 | 0.00 |
| docblockr@0.6.3 | Use ::get(keyPath) instead | 1 | 1 | 0 | 0.00 |
| docblockr@0.6.3 | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
16 | 13 | 0 | 0.00 |
| docblockr@0.6.3 | Use editor.lineTextForBufferRow(row).length instead | 16 | 13 | 0 | 0.00 |
| docblockr@0.6.3 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 4 | 4 | 0 | 0.00 |
| docblockr@0.7.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| docblockr@0.7.1 | Call ::getActiveTextEditor instead | 13 | 13 | 0 | 0.00 |
| docblockr@0.7.1 | Use ::get(keyPath) instead | 43 | 43 | 0 | 0.00 |
| docblockr@0.7.1 | Use ::scopeDescriptorForBufferPosition instead. The return value has changed! It now returns a ScopeDescriptor |
12 | 12 | 0 | 0.00 |
| docblockr@0.7.1 | 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 |
| docblockr@0.7.1 | Use editor.lineTextForBufferRow(row).length instead | 13 | 13 | 0 | 0.00 |
| docblockr@0.7.1 | 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 |
| drag-drop-text@0.1.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the drag-drop-text package |
1 | 1 | 0 | 0.00 |
| drupal-info-file@1.5.0 | 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 |
| dsl-progress@0.25.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| duplicate-and-comment@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| duplicate-and-comment@0.2.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| duplicate-and-comment@0.2.0 | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
| duplicate-and-comment@0.2.0 | Use TextEditor::moveDown() instead | 1 | 1 | 0 | 0.00 |
| duraspace-xml@0.4.0 | 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 |
| easy-motion@1.1.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| easy-motion@1.1.4 | 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 |
| easy-motion@1.1.4 | 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 |
| easy-motion@1.1.4 | 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 |
| easy-motion@1.1.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the easy-motion package |
1 | 1 | 0 | 0.00 |
| easy-motion@1.1.4 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 2 | 1 | 0 | 0.00 |
| easy-motion@1.1.4 | 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 |
| easy-motion@1.1.4 | Use TextEditorElement::pixelPositionForBufferPosition instead. You can get the editor via editorView.getModel() | 2 | 1 | 0 | 0.00 |
| easy-motion@1.1.4 | Use Workspace::onDidAddTextEditor instead | 2 | 1 | 0 | 0.00 |
| editor-background@0.13.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| editor-grammar-scope@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| editor-stats@0.16.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| editor-stats@0.17.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| editorconfig@0.2.0 | Use ::getURI instead |
5 | 3 | 0 | 0.00 |
| editorconfig@0.2.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| editorconfig@0.2.0 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| editorconfig@0.2.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| editorconfig@0.2.2 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| editorconfig@0.2.2 | Use ::getURI instead |
2 | 2 | 0 | 0.00 |
| editorconfig@0.2.2 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| editorconfig@0.2.2 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| editorconfig@0.2.2 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| editorconfig@0.2.3 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 1 | 0 | 0.00 |
| editorconfig@0.2.3 | Use ::getURI instead |
3 | 1 | 0 | 0.00 |
| editorconfig@0.2.3 | Use Workspace::getTextEditors instead | 2 | 1 | 0 | 0.00 |
| editorconfig@0.2.3 | Use Workspace::observeTextEditors instead | 2 | 1 | 0 | 0.00 |
| editorconfig@0.2.3 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 1 | 0 | 0.00 |
| editorconfig@0.3.0 | Use ::getURI instead |
5 | 2 | 0 | 0.00 |
| editorconfig@0.3.2 | Use ::getURI instead |
3 | 3 | 0 | 0.00 |
| editorconfig@0.3.2 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| editorconfig@0.3.2 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| editorconfig@0.3.2 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| editorconfig@1.0.0 | Use ::getURI instead |
8 | 8 | 0 | 0.00 |
| editorconfig@1.0.0 | Use Workspace::getTextEditors instead | 9 | 9 | 0 | 0.00 |
| editorconfig@1.0.0 | Use Workspace::observeTextEditors instead | 9 | 9 | 0 | 0.00 |
| editorconfig@1.0.0 | 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 |
| ekini-like-ui@1.0.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ekini-like-ui package |
2 | 2 | 0 | 0.00 |
| ekini-like@0.9.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ekini-like package |
2 | 2 | 0 | 0.00 |
| electron-dark-syntax@1.0.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the electron-dark-syntax package |
1 | 1 | 0 | 0.00 |
| elixir-cmd@0.2.5 | 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 |
| emacs-mode@0.0.29 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| emacs-mode@0.0.29 | 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 |
| emacs-mode@0.0.29 | Store package style sheets in the styles/ directory instead of stylesheets/ in the emacs-mode package |
3 | 3 | 0 | 0.00 |
| emacs-mode@0.0.29 | Use TextBuffer::onDidChange instead | 2 | 2 | 0 | 0.00 |
| emacs-mode@0.0.29 | Use TextEditor::onDidChangeCursorPosition instead | 3 | 3 | 0 | 0.00 |
| emacs-mode@0.0.29 | Use Workspace::onDidAddTextEditor instead | 4 | 4 | 0 | 0.00 |
| emacs-mode@0.0.29 | Use WorkspaceView::getPaneViews instead | 3 | 3 | 0 | 0.00 |
| emerald-syntax@1.1.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the emerald-syntax package |
1 | 1 | 0 | 0.00 |
| emmet-atom@2.1.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the emmet-atom package |
1 | 1 | 0 | 0.00 |
| emmet-atom@2.3.3 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
| emmet@2.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
8 | 5 | 0 | 0.00 |
| emmet@2.2.1 | 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 |
| emmet@2.2.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
| emmet@2.2.1 | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
| emmet@2.2.1 | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
| emmet@2.2.1 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| emmet@2.3.2 | 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 |
| emmet@2.3.2 | Use TextEditor::getLastSelection() instead | 2 | 1 | 0 | 0.00 |
| emmet@2.3.3 | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
| emmet@2.3.4 | Use TextEditor::getLastSelection() instead | 3 | 3 | 0 | 0.00 |
| emmet@2.3.4 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
| emmet@2.3.6 | 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 |
| emmet@2.3.6 | Use TextEditor::getLastSelection() instead | 3 | 3 | 0 | 0.00 |
| emmet@2.3.7 | 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 |
| emmet@2.3.7 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
| emmet@2.3.9 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| emmet@2.3.9 | 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 |
| emmet@2.3.9 | 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 |
| emmet@2.3.9 | 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 |
| emmet@2.3.9 | Use TextEditor::getLastSelection() instead | 6 | 6 | 0 | 0.00 |
| emmet@2.3.9 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 2 | 2 | 0 | 0.00 |
| emmet@2.3.9 | 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 |
| enhanced-dark-ui@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the enhanced-dark-ui package |
2 | 2 | 0 | 0.00 |
| enhanced-tabs@1.1.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| enhanced-tabs@1.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the enhanced-tabs package |
1 | 1 | 0 | 0.00 |
| envygeeks-file-icons@0.2.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the envygeeks-file-icons package |
6 | 4 | 0 | 0.00 |
| erb-helper@0.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| erb-helper@0.2.1 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
| erb-helper@0.2.1 | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
| erb-helper@0.2.1 | Use TextEditor::moveLeft() instead | 1 | 1 | 0 | 0.00 |
| erb-snippets@0.5.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
| error-status@0.3.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| error-status@0.3.3 | 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 |
| error-status@0.3.3 | Use ::addRightTile({item, priority}) instead. | 8 | 4 | 0 | 0.00 |
| es-navigation@0.1.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| es-navigation@0.1.5 | 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 |
| es-navigation@0.1.5 | 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 |
| es-navigation@0.1.5 | Use ::addLeftTile({item, priority}) instead. | 3 | 2 | 0 | 0.00 |
| escape-utils@0.5.0 | 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 |
| esformatter@1.6.0 | This is now a view method. Call TextEditorElement::getFirstVisibleScreenRow instead. | 1 | 1 | 0 | 0.00 |
| eslint@0.15.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| eslint@0.15.0 | 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 |
| eslint@0.15.0 | 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 |
| eslint@0.15.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the eslint package |
3 | 3 | 0 | 0.00 |
| eslint@0.15.0 | Use ::getPaths instead | 2 | 2 | 0 | 0.00 |
| eslint@0.15.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 12 | 10 | 0 | 0.00 |
| eslint@0.15.0 | Use TextEditor::onDidDestroy instead | 11 | 9 | 0 | 0.00 |
| eslint@0.15.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| eval-selecshun@2.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| eval@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| eval@0.2.0 | 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 |
| eval@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the eval package |
2 | 2 | 0 | 0.00 |
| eval@0.2.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
| eval@0.2.0 | 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 |
| eval@0.2.0 | Use TextEditor::onDidChangeCursorPosition instead | 2 | 2 | 0 | 0.00 |
| ex-mode@0.4.1 | 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 |
| ex-mode@0.4.1 | Call ::getActiveTextEditor instead | 10 | 7 | 0 | 0.00 |
| ex-mode@0.4.1 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| expand-selection-to-quotes@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| expand-selection-to-quotes@0.1.0 | Use Workspace::getActivePaneItem instead | 1 | 1 | 0 | 0.00 |
| expand-selection@0.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
6 | 6 | 0 | 0.00 |
| expand-selection@0.2.1 | Call ::getActiveTextEditor instead | 6 | 6 | 0 | 0.00 |
| expand-selection@0.2.1 | 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 |
| expand-selection@0.2.1 | 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 |
| expand-selection@0.2.1 | Use Cursor::getScopeDescriptor() instead | 1 | 1 | 0 | 0.00 |
| fancy-new-file@0.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the fancy-new-file package |
3 | 3 | 0 | 0.00 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | Use ::getPaths instead | 2 | 1 | 0 | 0.00 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | 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 |
| fancy-new-file@0.7.0 | Use TextBuffer::onDidChange instead | 2 | 1 | 0 | 0.00 |
| fancy-new-file@0.7.0 | Use TextEditor::setPlaceholderText instead. eg. editorView.getModel().setPlaceholderText(text) | 2 | 1 | 0 | 0.00 |
| file-icon-supplement@0.7.10 | 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 |
| file-icon-supplement@0.7.10 | 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 |
| file-icon-supplement@0.7.10 | Use PackageManager::onDidActivateInitialPackages instead | 22 | 14 | 0 | 0.00 |
| file-icons@1.4.11 | Store package style sheets in the styles/ directory instead of stylesheets/ in the file-icons package |
2 | 2 | 0 | 0.00 |
| file-icons@1.4.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the file-icons package |
1 | 1 | 0 | 0.00 |
| file-icons@1.4.8 | Store package style sheets in the styles/ directory instead of stylesheets/ in the file-icons package |
2 | 2 | 0 | 0.00 |
| file-types@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| file-types@0.3.0 | Call GrammarRegistry::onDidAddGrammar instead | 1 | 1 | 0 | 0.00 |
| file-types@0.3.0 | The atom.syntax global is deprecated. Use atom.grammars instead. | 26 | 14 | 0 | 0.00 |
| file-types@0.3.0 | 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 |
| file-types@0.3.0 | Use TextEditor::onDidChangePath instead | 135 | 62 | 0 | 0.00 |
| file-types@0.3.0 | Use Workspace::getTextEditors instead | 7 | 4 | 0 | 0.00 |
| file-types@0.3.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| filetype-color@0.1.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| filetype-color@0.1.4 | 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 |
| filetype-color@0.1.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the filetype-color package |
7 | 7 | 0 | 0.00 |
| filetype-color@0.1.4 | 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 |
| find-selection@0.15.0 | 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 |
| fizzy-dark@0.18.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the fizzy-dark package |
1 | 1 | 0 | 0.00 |
| fizzy-syntax-theme@0.9.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the fizzy-syntax-theme package |
4 | 3 | 0 | 0.00 |
| fizzy@0.15.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the fizzy package |
45 | 25 | 0 | 0.00 |
| flake8@0.6.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| flake8@0.6.0 | 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 |
| flake8@0.6.0 | 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 |
| flake8@0.6.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 3 | 0 | 0.00 |
| flake8@0.6.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| flake8@0.6.0 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| flake8@0.6.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| flanderized-ui@1.0.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the flanderized-ui package |
1 | 1 | 0 | 0.00 |
| flat-simple-dark-ui@0.1.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the flat-simple-dark-ui package |
3 | 2 | 0 | 0.00 |
| flatland-dark-ui@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the flatland-dark-ui package |
2 | 2 | 0 | 0.00 |
| flatland-dark-ui@0.2.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the flatland-dark-ui package |
1 | 1 | 0 | 0.00 |
| flatty-syntax@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the flatty-syntax package |
1 | 1 | 0 | 0.00 |
| floobits@0.4.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| floobits@0.4.0 | 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 |
| floobits@0.4.0 | 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 |
| floobits@0.4.0 | Use ::getDirectories instead | 3 | 1 | 0 | 0.00 |
| floobits@0.4.0 | Use ::getRepositories instead | 2 | 1 | 0 | 0.00 |
| fold-comments@0.3.0 | 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 |
| fonts@0.3.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| format-sql@0.2.0 | 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 |
| frigg-runner-status@1.0.3 | Use ::getPaths instead | 2 | 2 | 0 | 0.00 |
| fruits@5.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the fruits package |
4 | 1 | 0 | 0.00 |
| function-name-in-status-bar@0.2.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| function-name-in-status-bar@0.2.6 | Call ::getActiveTextEditor instead | 6 | 2 | 0 | 0.00 |
| function-name-in-status-bar@0.2.6 | Store package style sheets in the styles/ directory instead of stylesheets/ in the function-name-in-status-bar package |
1 | 1 | 0 | 0.00 |
| function-name-in-status-bar@0.2.6 | Use TextEditor::getLastCursor() instead | 6 | 2 | 0 | 0.00 |
| function-name-in-status-bar@0.2.6 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| fuzzy-finder-plus@1.4.0 | Please require GitRepository instead of Git: {GitRepository} = require 'atom' |
8 | 3 | 0 | 0.00 |
| fuzzy-finder-plus@1.4.0 | Use ::getActivePane() instead of the ::activePane property | 5 | 3 | 0 | 0.00 |
| fuzzy-finder-plus@1.4.0 | Use ::itemForURI instead. |
4 | 2 | 0 | 0.00 |
| fuzzy-finder-plus@1.4.0 | Use Project::getDirectories()[0]?.resolve() instead |
4 | 2 | 0 | 0.00 |
| ginkgo-and-gomega-snippets@0.1.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ginkgo-and-gomega-snippets package |
1 | 1 | 0 | 0.00 |
| ginkgo-and-gomega-snippets@0.1.5 | 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 |
| ginkgo-and-gomega-snippets@0.1.5 | 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 |
| giphy@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| giphy@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the giphy package |
2 | 1 | 0 | 0.00 |
| gist-it@0.6.10 | 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 |
| gist-it@0.6.10 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| gist-it@0.6.10 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| gistom@0.4.8 | 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 |
| gistom@0.4.8 | 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 |
| gistom@0.4.8 | 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 |
| gistom@0.4.8 | 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 |
| git-blame@0.4.0 | 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 |
| git-blame@0.4.0 | 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 |
| git-blame@0.4.0 | 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 |
| git-blame@0.4.0 | 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 |
| git-blame@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the git-blame package |
31 | 2 | 0 | 0.00 |
| git-blame@0.4.0 | Use ::getRepositories instead | 3 | 3 | 0 | 0.00 |
| git-blame@0.4.0 | 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 |
| git-blame@0.4.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 3 | 0 | 0.00 |
| git-blame@0.4.0 | Use TextEditor::onDidStopChanging instead | 3 | 3 | 0 | 0.00 |
| git-control@0.2.0 | Use ::getOriginURL instead. | 30 | 22 | 0 | 0.00 |
| git-control@0.2.0 | Use ::getRepositories instead | 36 | 24 | 0 | 0.00 |
| git-diff-popup@0.1.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| git-diff-popup@0.1.3 | 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 |
| git-diff-popup@0.1.3 | 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 |
| git-diff-popup@0.1.3 | Use ::getDirectories instead | 2 | 2 | 0 | 0.00 |
| git-diff-popup@0.1.3 | Use ::getRepositories instead | 2 | 2 | 0 | 0.00 |
| git-difftool@0.2.5 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| git-difftool@0.2.5 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| git-difftool@0.2.5 | 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 |
| git-grep@0.9.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the git-grep package |
1 | 1 | 0 | 0.00 |
| git-grep@0.9.0 | 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 |
| git-grep@0.9.0 | 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 |
| git-log@0.3.0 | 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 |
| git-log@0.3.0 | 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 |
| git-log@0.3.0 | 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 |
| git-log@0.3.0 | Pane item with class GitLogView should implement ::getURI instead of ::getUri. |
16 | 12 | 0 | 0.00 |
| git-log@0.3.0 | 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 |
| git-log@0.3.0 | Use ::getRepositories instead | 15 | 12 | 0 | 0.00 |
| git-log@0.3.0 | Use ::paneForURI instead. | 14 | 11 | 0 | 0.00 |
| git-merge-conflicts@0.0.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| git-plus@3.10.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| git-plus@3.10.1 | 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 |
| git-plus@3.10.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
| git-plus@4.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| git-plus@4.5.0 | Use ::getPaths instead | 3 | 3 | 0 | 0.00 |
| git-plus@4.5.0 | Use ::setPaths instead | 3 | 3 | 0 | 0.00 |
| git-plus@4.5.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| git-plus@4.5.0 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| git-plus@4.5.0 | 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 |
| github-issues@0.5.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| github-issues@0.5.0 | Call Workspace::addOpener instead | 19 | 9 | 0 | 0.00 |
| github-issues@0.5.0 | 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 |
| github-issues@0.5.0 | 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 |
| github-issues@0.5.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the github-issues package |
1 | 1 | 0 | 0.00 |
| github-issues@0.5.0 | Use ::getOriginURL instead. | 1 | 1 | 0 | 0.00 |
| github-issues@0.5.0 | Use ::getRepositories instead | 1 | 1 | 0 | 0.00 |
| gitignore-snippets@0.2.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| glacier-syntax@0.0.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the glacier-syntax package |
3 | 2 | 0 | 0.00 |
| glacier-ui@0.2.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the glacier-ui package |
4 | 2 | 0 | 0.00 |
| glist@1.0.11 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| glist@1.0.11 | 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 |
| glist@1.0.11 | 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 |
| glist@1.0.11 | Store package style sheets in the styles/ directory instead of stylesheets/ in the glist package |
2 | 1 | 0 | 0.00 |
| glist@1.0.11 | 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 |
| glist@1.0.11 | 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 |
| glist@1.0.11 | Use ::addRightTile({item, priority}) instead. | 3 | 1 | 0 | 0.00 |
| glist@1.0.11 | Use ::getPaths instead | 3 | 1 | 0 | 0.00 |
| glist@1.0.11 | Use ::setPaths instead | 3 | 1 | 0 | 0.00 |
| glist@1.0.11 | 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 |
| glist@1.0.11 | 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 |
| go-format@1.0.7 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| go-format@1.0.7 | Project::on is deprecated. Use documented event subscription methods instead. | 2 | 2 | 0 | 0.00 |
| go-format@1.0.7 | 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 |
| go-format@1.0.7 | Store package style sheets in the styles/ directory instead of stylesheets/ in the go-format package |
2 | 2 | 0 | 0.00 |
| go-format@1.0.7 | TextBuffer::on is deprecated. Use event subscription methods instead. | 33 | 21 | 0 | 0.00 |
| go-format@1.0.7 | 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 |
| go-format@1.0.7 | Use ::addRightTile({item, priority}) instead. | 41 | 24 | 0 | 0.00 |
| go-format@1.0.7 | 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 |
| go-format@1.0.7 | Use editor.getLastCursor().getScopeDescriptor() instead | 18 | 16 | 0 | 0.00 |
| go-format@1.0.7 | Use TextBuffer::onDidDestroy instead | 32 | 20 | 0 | 0.00 |
| go-format@1.0.7 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| go-oracle@0.2.0 | 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 |
| go-oracle@0.2.0 | 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 |
| go-oracle@0.2.0 | 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 |
| go-oracle@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the go-oracle package |
2 | 2 | 0 | 0.00 |
| go-oracle@0.2.0 | 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 |
| go-oracle@0.2.0 | 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 |
| go-oracle@0.2.0 | 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 |
| go-plus@2.0.10 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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@2.0.10 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| go-plus@3.0.11 | Store package style sheets in the styles/ directory instead of stylesheets/ in the go-plus package |
1 | 1 | 0 | 0.00 |
| go-plus@3.3.11 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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@3.3.11 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| go-plus@3.3.11 | 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 |
| go-plus@3.3.11 | 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 |
| go-to-view@0.1.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| gocode@0.2.1 | 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 |
| gofmt@0.2.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 3 | 0 | 0.00 |
| google-closure@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| google-closure@0.1.0 | 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 |
| gotham-syntax@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the gotham-syntax package |
1 | 1 | 0 | 0.00 |
| goto@1.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| goto@1.7.0 | Please use Workspace::addTopPanel() instead | 5 | 4 | 0 | 0.00 |
| goto@1.7.0 | Project::on is deprecated. Use documented event subscription methods instead. | 5 | 4 | 0 | 0.00 |
| goto@1.7.0 | 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 |
| goto@1.7.0 | 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 |
| goto@1.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the goto package |
1 | 1 | 0 | 0.00 |
| goto@1.7.0 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 6 | 5 | 0 | 0.00 |
| goto@1.7.0 | 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 |
| goto@1.7.0 | Use ::getDirectories instead | 5 | 4 | 0 | 0.00 |
| goto@1.7.0 | Use ::getRepositories instead | 5 | 4 | 0 | 0.00 |
| goto@1.7.0 | 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 |
| goto@1.7.0 | Use Project::getDirectories()[0]?.resolve() instead |
4 | 3 | 0 | 0.00 |
| goto@1.7.0 | 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 |
| goto@1.7.0 | Use Project::onDidChangePaths instead | 5 | 4 | 0 | 0.00 |
| goto@1.7.0 | Use TextBuffer::onDidDestroy instead | 6 | 5 | 0 | 0.00 |
| goto@1.7.0 | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 6 | 5 | 0 | 0.00 |
| goto@1.7.0 | Use TextEditor::moveToFirstCharacterOfLine() instead | 4 | 3 | 0 | 0.00 |
| goto@1.7.0 | Use TextEditor::onDidChangeGrammar instead | 6 | 5 | 0 | 0.00 |
| goto@1.7.0 | Use TextEditor::scrollToBufferPosition instead. You can get the editor via editorView.getModel() | 4 | 3 | 0 | 0.00 |
| goto@1.7.0 | Use Workspace::getTextEditors instead | 4 | 4 | 0 | 0.00 |
| goto@1.7.0 | Use Workspace::observeTextEditors instead | 5 | 4 | 0 | 0.00 |
| goto@1.7.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 4 | 4 | 0 | 0.00 |
| graphite-ui@0.14.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the graphite-ui package |
46 | 21 | 0 | 0.00 |
| graphviz-preview@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| graphviz-preview@0.3.0 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| graphviz-preview@0.3.0 | Call Workspace::addOpener instead | 2 | 2 | 0 | 0.00 |
| graphviz-preview@0.3.0 | 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 |
| graphviz-preview@0.3.0 | 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 |
| graphviz-preview@0.3.0 | Pane item with class GraphvizPreviewView should implement ::getURI instead of ::getUri. |
1 | 1 | 0 | 0.00 |
| graphviz-preview@0.3.0 | 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 |
| graphviz-preview@0.3.0 | 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 |
| graphviz-preview@0.3.0 | 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 |
| graphviz-preview@0.3.0 | Use ::paneForURI instead. | 2 | 2 | 0 | 0.00 |
| graphviz-preview@0.3.0 | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 1 | 1 | 0 | 0.00 |
| graphviz-preview@0.3.0 | Use TextEditor::onDidChangePath instead | 1 | 1 | 0 | 0.00 |
| graphviz-preview@0.3.0 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| green-syntax@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the green-syntax package |
2 | 2 | 0 | 0.00 |
| GreyCloud-theme@1.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the GreyCloud-theme package |
2 | 2 | 0 | 0.00 |
| grunt-runner@0.8.0 | Use ::getPaths instead | 6 | 4 | 0 | 0.00 |
| grunt-runner@0.9.1 | Use ::getPaths instead | 3 | 3 | 0 | 0.00 |
| grunt-runner@0.9.1 | 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 |
| grunt-runner@0.9.1 | Use Project::onDidChangePaths instead | 3 | 3 | 0 | 0.00 |
| gruvbox@0.3.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the gruvbox package |
7 | 6 | 0 | 0.00 |
| gulp-control@0.3.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| gulp-control@0.3.3 | 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 |
| gulp-control@0.3.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the gulp-control package |
3 | 3 | 0 | 0.00 |
| gulp-control@0.3.3 | Use ::getPaths instead | 8 | 7 | 0 | 0.00 |
| gulp-helper@2.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| gulp-helper@2.0.0 | Please use Workspace::addBottomPanel() instead | 2 | 2 | 0 | 0.00 |
| gulp-helper@2.0.0 | 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 |
| gulp-helper@2.0.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the gulp-helper package |
3 | 3 | 0 | 0.00 |
| gulp-helper@2.0.0 | 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 |
| haskell-ghc-mod@0.4.3 | Use Workspace::getTextEditors instead | 13 | 11 | 0 | 0.00 |
| hecs-dark-ui@0.1.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the hecs-dark-ui package |
1 | 1 | 0 | 0.00 |
| hex@0.3.8 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| hex@0.6.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| hex@0.6.2 | Call Workspace::addOpener instead | 1 | 1 | 0 | 0.00 |
| hex@0.6.2 | 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 |
| highlight-column@0.3.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| highlight-column@0.3.2 | 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 |
| highlight-column@0.3.2 | 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 |
| highlight-column@0.3.2 | 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 |
| highlight-column@0.3.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the highlight-column package |
23 | 20 | 0 | 0.00 |
| highlight-column@0.3.2 | Use TextEditor::getLastCursor() instead | 120 | 63 | 0 | 0.00 |
| highlight-column@0.3.2 | Use TextEditor::onDidChangeCursorPosition instead | 119 | 63 | 0 | 0.00 |
| highlight-column@0.3.2 | Use TextEditorView::getPaneView() instead | 119 | 63 | 0 | 0.00 |
| highlight-column@0.3.2 | Use Workspace::onDidAddTextEditor instead | 14 | 14 | 0 | 0.00 |
| highlight-css-color@1.3.0 | 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 |
| highlight-css-color@1.3.0 | 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 |
| highlight-css-color@1.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the highlight-css-color package |
9 | 9 | 0 | 0.00 |
| highlight-css-color@1.3.0 | 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 |
| highlight-css-color@1.3.0 | 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 |
| highlight-line@0.10.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| highlight-line@0.10.2 | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
| highlight-line@0.10.2 | Please use Workspace::addBottomPanel() instead | 3 | 3 | 0 | 0.00 |
| highlight-line@0.10.2 | Use TextEditor::onDidChangeSelectionRange instead | 3 | 3 | 0 | 0.00 |
| highlight-line@0.9.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| highlight-line@0.9.2 | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
| highlight-line@0.9.2 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| highlight-line@0.9.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| highlight-line@0.9.3 | Call ::getActiveTextEditor instead | 4 | 3 | 0 | 0.00 |
| highlight-line@0.9.3 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| highlight-line@0.9.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the highlight-line package |
1 | 1 | 0 | 0.00 |
| highlight-line@0.9.3 | 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 |
| highlight-selected@0.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| highlight-selected@0.7.0 | Call ::getActiveTextEditor instead | 3 | 2 | 0 | 0.00 |
| highlight-selected@0.9.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| highlight-selected@0.9.3 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| highlight-selected@0.9.3 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| highlight-selected@0.9.3 | 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 |
| highlight-selected@0.9.3 | 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 |
| hip-light-ui-theme@1.1.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the hip-light-ui-theme package |
1 | 1 | 0 | 0.00 |
| hipster-ipsum@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| Hopscotch@1.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the Hopscotch package |
1 | 1 | 0 | 0.00 |
| html-entities@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html-entities@0.4.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html-helper@0.2.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html-helper@0.2.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the html-helper package |
5 | 4 | 0 | 0.00 |
| html-img@0.3.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html-img@0.3.2 | 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 |
| html-img@0.3.2 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 12 | 8 | 0 | 0.00 |
| html-img@0.3.2 | 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 |
| html-img@0.3.2 | Use TextEditor::onDidChangeGrammar instead | 12 | 8 | 0 | 0.00 |
| html-img@0.4.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html-img@0.4.0 | 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 |
| html-img@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the html-img package |
9 | 9 | 0 | 0.00 |
| html-img@0.4.0 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 19 | 14 | 0 | 0.00 |
| html-img@0.4.0 | 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 |
| html-img@0.4.0 | Use TextEditor::onDidChangeGrammar instead | 17 | 13 | 0 | 0.00 |
| html-img@0.4.0 | 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 |
| html-tab@1.0.1 | 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 |
| html2haml@0.10.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html2jade@0.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| html2jade@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the html2jade package |
3 | 3 | 0 | 0.00 |
| html2jade@0.7.0 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 2 | 2 | 0 | 0.00 |
| html2jade@0.7.0 | 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 |
| html2jade@0.7.0 | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
| htmlhint@1.1.3 | 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 |
| http-post@0.10.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the http-post package |
1 | 1 | 0 | 0.00 |
| http-post@0.10.0 | 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 |
| http-post@0.10.0 | 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 |
| icon-font-picker@0.0.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| ide-flow@0.6.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| ide-flow@0.6.0 | Use ::dispose to cancel subscriptions instead of ::off | 5 | 3 | 0 | 0.00 |
| ide-haskell@0.4.0 | Use ::getDirectories instead | 1 | 1 | 0 | 0.00 |
| ide-haskell@0.4.0 | 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 |
| idledark@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the idledark package |
2 | 1 | 0 | 0.00 |
| increment-selection@0.2.1 | 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 |
| incremental-search@4.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| incremental-search@4.3.0 | 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 |
| incremental-search@4.3.0 | 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 |
| incremental-search@4.3.0 | 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 |
| incremental-search@4.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the incremental-search package |
2 | 2 | 0 | 0.00 |
| incremental-search@4.3.0 | TextBuffer::on is deprecated. Use event subscription methods instead. | 2 | 2 | 0 | 0.00 |
| incremental-search@4.3.0 | 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 |
| incremental-search@4.3.0 | 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 |
| incremental-search@4.3.0 | Use TextEditor::getLastCursor() instead | 1 | 1 | 0 | 0.00 |
| incremental-search@4.3.0 | Use TextEditor::onDidStopChanging instead | 2 | 2 | 0 | 0.00 |
| indent-guide-ext@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the indent-guide-ext package |
2 | 2 | 0 | 0.00 |
| indent-guide-improved@1.1.1 | This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead |
5 | 4 | 0 | 0.00 |
| indent-guide-improved@1.2.0 | This method is deprecated on the model layer. Use TextEditorElement::pixelPositionForScreenPosition instead |
3 | 3 | 0 | 0.00 |
| indentation-jumper@0.1.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| indentation-jumper@0.1.1 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| indentation-jumper@0.1.1 | Use TextEditor::lineTextForBufferRow(bufferRow) instead | 1 | 1 | 0 | 0.00 |
| indico-syntax@0.4.0 | 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 |
| inline-autocomplete@1.0.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the inline-autocomplete package |
1 | 1 | 0 | 0.00 |
| inline-autocomplete@1.0.4 | Use editor.lineTextForBufferRow(row).length instead | 2 | 2 | 0 | 0.00 |
| inline-autocomplete@1.0.4 | Use TextEditor::getLastSelection() instead | 2 | 2 | 0 | 0.00 |
| ionic-atom@0.3.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
6 | 3 | 0 | 0.00 |
| ionic-atom@0.3.1 | 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 |
| ionic-atom@0.3.1 | 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 |
| ionic-atom@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ionic-atom package |
2 | 2 | 0 | 0.00 |
| ionic-framework-snippets@1.1.0 | 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 |
| ir-black-syntax@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ir-black-syntax package |
2 | 1 | 0 | 0.00 |
| itg-dark-syntax@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the itg-dark-syntax package |
5 | 2 | 0 | 0.00 |
| itg-flat-dark@0.1.1 | 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 |
| japanese-wrap@0.2.7 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| japanese-zen-han-convert@0.3.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| japanese-zen-han-convert@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the japanese-zen-han-convert package |
2 | 2 | 0 | 0.00 |
| jekyll@0.4.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the jekyll package |
1 | 1 | 0 | 0.00 |
| jellybeans-syntax@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the jellybeans-syntax package |
10 | 4 | 0 | 0.00 |
| jenkins-dashboard@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jenkins@0.3.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the jenkins package |
2 | 2 | 0 | 0.00 |
| jenkins@0.3.2 | 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 |
| jquery-snippets@1.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| js-refactor@0.3.0 | 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 |
| js-refactor@0.3.0 | 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 |
| jsdoc@0.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsdoc@0.7.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| jsdoc@0.9.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsdoc@0.9.0 | 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 |
| jsformat@0.7.18 | 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 |
| jsformat@0.7.18 | 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 |
| jsformat@0.7.9 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsformat@0.8.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
4 | 3 | 0 | 0.00 |
| jsformat@0.8.1 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 4 | 3 | 0 | 0.00 |
| jshint@1.1.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| jshint@1.1.1 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| jshint@1.1.1 | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| jshint@1.1.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| jshint@1.1.1 | Use TextEditor::onDidChangeScrollTop instead | 1 | 1 | 0 | 0.00 |
| jshint@1.1.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jshint@1.1.2 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| jshint@1.1.2 | 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 |
| jshint@1.1.2 | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
| jshint@1.1.3 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| jshint@1.1.3 | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| jshint@1.1.3 | Use TextEditor::onDidChangeScrollTop instead | 1 | 1 | 0 | 0.00 |
| jshint@1.1.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jshint@1.1.4 | Call ::getActiveTextEditor instead | 3 | 1 | 0 | 0.00 |
| jshint@1.1.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the jshint package |
2 | 1 | 0 | 0.00 |
| jshint@1.1.4 | TextBuffer::on is deprecated. Use event subscription methods instead. | 3 | 1 | 0 | 0.00 |
| jshint@1.1.4 | Use TextEditor::onDidChangeCursorPosition instead | 2 | 1 | 0 | 0.00 |
| jshint@1.1.4 | Use TextEditor::onDidChangeScrollTop instead | 3 | 1 | 0 | 0.00 |
| jshint@1.1.4 | Use TextEditor::onDidDestroy instead | 2 | 1 | 0 | 0.00 |
| jshint@1.1.4 | Use Workspace::observeTextEditors instead | 2 | 1 | 0 | 0.00 |
| jshint@1.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jshint@1.2.0 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
6 | 3 | 0 | 0.00 |
| jshint@1.2.0 | Marker::on is deprecated. Use documented event subscription methods instead. | 6 | 3 | 0 | 0.00 |
| jshint@1.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the jshint package |
1 | 1 | 0 | 0.00 |
| jshint@1.2.0 | TextBuffer::on is deprecated. Use event subscription methods instead. | 9 | 6 | 0 | 0.00 |
| jshint@1.2.0 | 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 |
| jshint@1.2.0 | Use ::addLeftTile({item, priority}) instead. | 6 | 3 | 0 | 0.00 |
| jshint@1.2.0 | Use ::getURI instead |
7 | 4 | 0 | 0.00 |
| jshint@1.2.0 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 6 | 3 | 0 | 0.00 |
| jshint@1.2.0 | Use TextEditor::onDidChangeScrollTop instead | 9 | 6 | 0 | 0.00 |
| jshint@1.3.0 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
2 | 2 | 0 | 0.00 |
| jshint@1.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the jshint package |
3 | 2 | 0 | 0.00 |
| jshint@1.3.0 | TextBuffer::on is deprecated. Use event subscription methods instead. | 16 | 8 | 0 | 0.00 |
| jshint@1.3.0 | Use ::getURI instead |
5 | 4 | 0 | 0.00 |
| jshint@1.3.0 | Use TextEditor::onDidChangeScrollTop instead | 16 | 8 | 0 | 0.00 |
| jshint@1.3.0 | Use Workspace::getTextEditors instead | 8 | 2 | 0 | 0.00 |
| jshint@1.3.0 | Use Workspace::observeTextEditors instead | 9 | 2 | 0 | 0.00 |
| jshint@1.3.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 8 | 2 | 0 | 0.00 |
| jshint@1.3.1 | TextBuffer::on is deprecated. Use event subscription methods instead. | 3 | 2 | 0 | 0.00 |
| jshint@1.3.3 | TextBuffer::on is deprecated. Use event subscription methods instead. | 7 | 6 | 0 | 0.00 |
| jshint@1.3.4 | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| jshint@1.3.7 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jshint@1.3.7 | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
| jshint@1.3.7 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
2 | 2 | 0 | 0.00 |
| jshint@1.3.7 | Marker::on is deprecated. Use documented event subscription methods instead. | 2 | 2 | 0 | 0.00 |
| jshint@1.3.7 | TextBuffer::on is deprecated. Use event subscription methods instead. | 19 | 19 | 0 | 0.00 |
| jshint@1.3.7 | 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 |
| jshint@1.3.7 | Use ::addLeftTile({item, priority}) instead. | 2 | 2 | 0 | 0.00 |
| jshint@1.3.7 | Use ::getURI instead |
4 | 4 | 0 | 0.00 |
| jshint@1.3.7 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 2 | 2 | 0 | 0.00 |
| jshint@1.3.7 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| jshint@1.3.7 | Use TextEditor::onDidChangeCursorPosition instead | 6 | 6 | 0 | 0.00 |
| jshint@1.3.7 | Use TextEditor::onDidChangeScrollTop instead | 12 | 12 | 0 | 0.00 |
| jshint@1.3.7 | Use TextEditor::onDidDestroy instead | 6 | 6 | 0 | 0.00 |
| jshint@1.3.7 | Use Workspace::getTextEditors instead | 12 | 11 | 0 | 0.00 |
| jshint@1.3.7 | Use Workspace::observeTextEditors instead | 14 | 13 | 0 | 0.00 |
| jshint@1.3.7 | 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 |
| jslint@1.2.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| jslint@1.3.3 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| jslint@1.3.3 | Use Workspace::getTextEditors instead | 1 | 1 | 0 | 0.00 |
| jslint@1.3.3 | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| jslint@1.3.3 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 1 | 1 | 0 | 0.00 |
| jsonlint@0.4.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsonlint@0.4.0 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| jsonlint@1.0.1 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| jsonlint@1.0.2 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 2 | 2 | 0 | 0.00 |
| jsonlint@1.1.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsonlint@1.1.2 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| jsonlint@1.1.2 | 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 |
| jsonlint@1.1.2 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 4 | 0 | 0.00 |
| jsonlint@1.1.2 | Use Workspace::getTextEditors instead | 2 | 2 | 0 | 0.00 |
| jsonlint@1.1.2 | Use Workspace::observeTextEditors instead | 3 | 3 | 0 | 0.00 |
| jsonlint@1.1.2 | 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 |
| jsonpp@0.0.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsonpp@0.0.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| jsonpp@0.0.6 | 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 |
| juicebox-syntax@1.0.6 | Store package style sheets in the styles/ directory instead of stylesheets/ in the juicebox-syntax package |
2 | 1 | 0 | 0.00 |
| keycodes@0.1.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| kinetic@0.2.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| koala@0.6.0 | Use ::getOriginURL instead. | 1 | 1 | 0 | 0.00 |
| kobalt@0.4.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the kobalt package |
5 | 3 | 0 | 0.00 |
| lambda-syntax@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-syntax package |
2 | 1 | 0 | 0.00 |
| lambda-syntax@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-syntax package |
7 | 1 | 0 | 0.00 |
| lambda-syntax@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-syntax package |
13 | 2 | 0 | 0.00 |
| lambda-ui@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
2 | 1 | 0 | 0.00 |
| lambda-ui@0.4.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
10 | 1 | 0 | 0.00 |
| lambda-ui@0.5.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
8 | 1 | 0 | 0.00 |
| lambda-ui@0.5.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lambda-ui package |
2 | 1 | 0 | 0.00 |
| language-ada@1.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-cjsx@0.2.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-coffee-script-angular@2.2.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| language-django@0.1.1 | Store package settings files in the settings/ directory instead of scoped-properties/ |
4 | 4 | 0 | 0.00 |
| language-drupal@0.2.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-erlang@2.0.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| language-gherkin-german@0.5.2 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-groovy-cloned-from-java@0.2.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-groovy@0.3.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-haskell@1.0.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
| language-html5-subtlegradient@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-idris@0.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
18 | 3 | 0 | 0.00 |
| language-idris@0.0.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| language-idris@0.0.1 | Use ::addLeftTile({item, priority}) instead. | 18 | 3 | 0 | 0.00 |
| language-idris@0.0.1 | Use ::getURI instead |
5 | 3 | 0 | 0.00 |
| language-idris@0.0.1 | Use TextBuffer::onDidChange instead | 1 | 1 | 0 | 0.00 |
| language-idris@0.0.1 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| language-idris@0.0.1 | Use TextBuffer::onDidSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| language-ino@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-javascript-semantic@0.1.0 | 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 |
| language-javascript-semantic@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-javascript-semantic package |
8 | 3 | 0 | 0.00 |
| language-javascript-semantic@0.1.0 | The atom.syntax global is deprecated. Use atom.grammars instead. | 6 | 5 | 0 | 0.00 |
| language-jsx@0.1.4 | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
| language-jsx@0.1.4 | 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 |
| language-lisp@0.1.1 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-livescript@0.0.2 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-lua@0.9.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| language-matlab@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
3 | 3 | 0 | 0.00 |
| language-mel@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-metascript@0.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| language-metascript@0.0.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
1 | 1 | 0 | 0.00 |
| language-metascript@0.0.1 | 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 |
| language-newlisp@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-newlisp package |
1 | 1 | 0 | 0.00 |
| language-nscripter2@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-protobuf@0.2.1 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-python-django-templates@0.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
3 | 3 | 0 | 0.00 |
| language-rust@0.4.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-rust package |
1 | 1 | 0 | 0.00 |
| language-scala@1.1.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
12 | 11 | 0 | 0.00 |
| language-soy@0.1.2 | 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 |
| language-sql-mysql@0.3.1 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-twig@1.6.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
3 | 3 | 0 | 0.00 |
| language-typescript@0.15.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
5 | 5 | 0 | 0.00 |
| language-varnish@0.3.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| language-vbscript@0.4.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| language-vbscript@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the language-vbscript package |
2 | 2 | 0 | 0.00 |
| language-vbscript@0.4.0 | 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 |
| language-vhdl@0.7.0 | Store package settings files in the settings/ directory instead of scoped-properties/ |
2 | 2 | 0 | 0.00 |
| laravel-facades@1.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| layout-manager@0.2.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| layout-manager@0.2.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the layout-manager package |
1 | 1 | 0 | 0.00 |
| layout-manager@0.2.3 | 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 |
| ledger@0.3.1 | Store package settings files in the settings/ directory instead of scoped-properties/ |
1 | 1 | 0 | 0.00 |
| ledger@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the ledger package |
1 | 1 | 0 | 0.00 |
| less-autocompile@0.3.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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@1.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| less-than-slash@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| less-than-slash@0.2.0 | Use TextBuffer::onDidChange instead | 2 | 1 | 0 | 0.00 |
| less-than-slash@0.4.1 | Use TextBuffer::onDidChange instead | 1 | 1 | 0 | 0.00 |
| less-than-slash@0.6.0 | 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 |
| less-than-slash@0.6.0 | Use TextBuffer::onDidChange instead | 1 | 1 | 0 | 0.00 |
| letter-spacing@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| letter-spacing@0.2.0 | Please remove from your code. ::redraw no longer does anything | 2 | 1 | 0 | 0.00 |
| letter-spacing@0.2.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| lieju-syntax@0.2.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lieju-syntax package |
2 | 1 | 0 | 0.00 |
| line-jumper@0.13.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| line-jumper@0.13.0 | 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 |
| line-jumper@0.13.0 | 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 |
| line-jumper@0.13.0 | 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 |
| line-jumper@0.13.0 | Use TextEditor::moveDown() instead | 1 | 1 | 0 | 0.00 |
| line-jumper@0.13.0 | Use TextEditor::moveUp() instead | 1 | 1 | 0 | 0.00 |
| linter-bootlint@0.0.5 | 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-bootlint@0.0.5 | 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 |
| linter-chktex@0.3.0 | 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 |
| linter-clang@2.25.1 | 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 |
| linter-clang@2.25.1 | 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 |
| linter-clay-coffeelint@0.3.6 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
| linter-clojure@0.0.4 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-coffeelint@0.1.7 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-coffeelint@0.2.3 | 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-coffeescript@0.1.2 | 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 |
| linter-cpplint@0.1.4 | 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 |
| linter-csslint@0.0.11 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
7 | 2 | 0 | 0.00 |
| linter-csslint@0.0.11 | 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 |
| linter-csslint@0.0.11 | 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 |
| linter-csslint@0.0.12 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
118 | 78 | 0 | 0.00 |
| linter-csslint@0.0.12 | 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 |
| linter-erb@0.1.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-erb@0.1.1 | 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 |
| linter-flake8@1.4.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
123 | 41 | 0 | 0.00 |
| linter-flake8@1.4.0 | 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 |
| linter-flake8@1.4.0 | 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 |
| linter-flexpmd@0.1.9 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-flow@0.1.4 | Use ::getPaths instead | 11 | 8 | 0 | 0.00 |
| linter-foodcritic@0.3.7 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 1 | 0 | 0.00 |
| linter-gjslint@0.0.3 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
3 | 3 | 0 | 0.00 |
| linter-gjslint@0.0.4 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
| linter-gjslint@0.0.4 | 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 |
| linter-golint@0.2.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
11 | 6 | 0 | 0.00 |
| linter-haml@0.1.1 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-hlint@0.3.5 | 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 |
| linter-htmlhint@0.0.13 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
13 | 4 | 0 | 0.00 |
| linter-htmlhint@0.0.13 | 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-htmlhint@0.0.13 | 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 |
| linter-htmlhint@0.0.15 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
126 | 74 | 0 | 0.00 |
| linter-htmlhint@0.0.15 | 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-htmlhint@0.0.8 | 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-htmlhint@0.0.8 | 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 |
| linter-javac@0.1.3 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
5 | 4 | 0 | 0.00 |
| linter-javac@0.1.3 | 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 |
| linter-javac@0.1.3 | 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 |
| linter-js-standard@0.2.5 | 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 |
| linter-js-yaml@1.0.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-js-yaml@1.0.1 | 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-jscs@1.12.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-jscs@1.9.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-jshint@0.1.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
9 | 9 | 0 | 0.00 |
| linter-jshint@0.1.0 | 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 |
| linter-jshint@0.1.0 | 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-jshint@0.1.1 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-jshint@0.1.2 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
19 | 10 | 0 | 0.00 |
| linter-jshint@0.1.2 | 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 |
| linter-jshint@0.1.2 | 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-jshint@0.1.4 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
10 | 10 | 0 | 0.00 |
| linter-jshint@0.1.4 | 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 |
| linter-jsl@0.0.1 | 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-jsonlint@0.1.3 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
56 | 36 | 0 | 0.00 |
| linter-jsonlint@0.1.3 | 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 |
| linter-jsxhint@0.1.1 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
19 | 13 | 0 | 0.00 |
| linter-jsxhint@0.1.1 | 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 |
| linter-less@0.3.1 | 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 |
| linter-less@0.3.1 | 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 |
| linter-less@0.4.0 | 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 |
| linter-lua@0.1.3 | 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-lua@0.1.3 | 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 |
| linter-lua@0.1.5 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
50 | 10 | 0 | 0.00 |
| linter-lua@0.1.5 | 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-lua@0.1.5 | 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 |
| linter-luacheck@0.4.0 | 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 |
| linter-mcs@0.2.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 1 | 0 | 0.00 |
| linter-mcs@0.2.0 | Use ::getPaths instead | 2 | 1 | 0 | 0.00 |
| linter-metascript@0.0.1 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-pep257@0.2.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
4 | 3 | 0 | 0.00 |
| linter-pep8@0.1.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
28 | 22 | 0 | 0.00 |
| linter-perl@0.5.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-perl@0.5.0 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| linter-perl@0.5.0 | 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 |
| linter-php@0.0.11 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-php@0.0.11 | 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-php@0.0.11 | 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 |
| linter-php@0.0.12 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
243 | 172 | 0 | 0.00 |
| linter-php@0.0.12 | 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 |
| linter-php@0.0.12 | 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 |
| linter-phpcs@0.0.14 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
45 | 27 | 0 | 0.00 |
| linter-phpcs@0.0.14 | 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 |
| linter-phpcs@0.0.14 | 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 |
| linter-phpmd@0.0.10 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
35 | 21 | 0 | 0.00 |
| linter-phpmd@0.0.10 | 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 |
| linter-phpmd@0.0.10 | 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 |
| linter-puppet-lint@0.2.9 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-puppet-lint@0.2.9 | 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 |
| linter-puppet-parse@0.5.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-puppet@0.1.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-pyflakes@0.0.4 | 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-pylint@0.2.1 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
32 | 15 | 0 | 0.00 |
| linter-pylint@0.2.1 | 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 |
| linter-python-pep8@0.2.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
11 | 3 | 0 | 0.00 |
| linter-python-pep8@0.2.0 | 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-python-pep8@0.2.0 | 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 |
| linter-python-pyflakes@0.1.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
5 | 4 | 0 | 0.00 |
| linter-reek@1.1.4 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
12 | 4 | 0 | 0.00 |
| linter-rubocop@0.2.1 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-rubocop@0.2.2 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
4 | 3 | 0 | 0.00 |
| linter-rubocop@0.2.3 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
3 | 3 | 0 | 0.00 |
| linter-rubocop@0.2.6 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
5 | 5 | 0 | 0.00 |
| linter-rubocop@0.2.6 | 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 |
| linter-ruby@0.1.4 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
12 | 10 | 0 | 0.00 |
| linter-ruby@0.1.5 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
3 | 3 | 0 | 0.00 |
| linter-ruby@0.1.5 | 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 |
| linter-scalac@0.3.3 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
2 | 2 | 0 | 0.00 |
| linter-scalac@0.3.3 | 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 |
| linter-scalac@0.3.3 | 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 |
| linter-scss-lint@0.0.14 | 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 |
| linter-scss-lint@0.0.14 | 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-scss-lint@0.0.15 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
1 | 1 | 0 | 0.00 |
| linter-scss-lint@1.0.3 | 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 |
| linter-shellcheck@0.0.7 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
23 | 19 | 0 | 0.00 |
| linter-shellcheck@0.0.7 | 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 |
| linter-shellcheck@0.0.7 | 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 |
| linter-swiftc@0.2.2 | 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-swiftc@0.2.2 | 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 |
| linter-swiftc@1.0.0 | 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 |
| linter-tidy@1.0.0 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
7 | 2 | 0 | 0.00 |
| linter-tidy@1.0.1 | 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-tslint@0.2.1 | 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 |
| linter-tslint@0.2.1 | 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 |
| linter-write-good@0.4.3 | 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 |
| linter-xmllint@0.0.5 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
16 | 11 | 0 | 0.00 |
| linter-xmllint@0.0.5 | 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-xmllint@0.0.5 | 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 |
| linter@0.10.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.10.0 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
1 | 1 | 0 | 0.00 |
| linter@0.10.0 | 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 |
| linter@0.10.0 | 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 |
| linter@0.10.0 | Use ::addRightTile({item, priority}) instead. | 12 | 7 | 0 | 0.00 |
| linter@0.10.0 | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
| linter@0.10.1 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
1 | 1 | 0 | 0.00 |
| linter@0.10.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
2 | 2 | 0 | 0.00 |
| linter@0.10.1 | Use ::unset instead. | 2 | 2 | 0 | 0.00 |
| linter@0.11.1 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
1 | 1 | 0 | 0.00 |
| linter@0.11.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
1 | 1 | 0 | 0.00 |
| linter@0.12.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.12.4 | Call ::getActiveTextEditor instead | 20 | 20 | 0 | 0.00 |
| linter@0.12.4 | Config::unobserve no longer does anything. Call .dispose() on the object returned by Config::observe instead. |
39 | 3 | 0 | 0.00 |
| linter@0.12.4 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
3 | 3 | 0 | 0.00 |
| linter@0.12.4 | Please use Workspace::addBottomPanel() instead | 19 | 19 | 0 | 0.00 |
| linter@0.12.4 | TextBuffer::on is deprecated. Use event subscription methods instead. | 17 | 17 | 0 | 0.00 |
| linter@0.12.4 | 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 |
| linter@0.12.4 | Use ::addRightTile({item, priority}) instead. | 3 | 3 | 0 | 0.00 |
| linter@0.12.4 | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
| linter@0.12.4 | Use ::unset instead. | 22 | 22 | 0 | 0.00 |
| linter@0.12.4 | Use ::getURI instead |
4 | 4 | 0 | 0.00 |
| linter@0.12.4 | 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 |
| linter@0.12.4 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 2 | 2 | 0 | 0.00 |
| linter@0.12.4 | Use editor.lineTextForBufferRow(row).length instead | 2 | 2 | 0 | 0.00 |
| linter@0.12.4 | Use Pane::onDidChangeActiveItem instead | 17 | 17 | 0 | 0.00 |
| linter@0.12.4 | Use Pane::onDidRemoveItem instead | 17 | 17 | 0 | 0.00 |
| linter@0.12.4 | Use TextBuffer::onDidDestroy instead | 17 | 17 | 0 | 0.00 |
| linter@0.12.4 | Use TextEditor::onDidChangeCursorPosition instead | 19 | 19 | 0 | 0.00 |
| linter@0.12.4 | Use TextEditor::onDidChangeGrammar instead | 19 | 19 | 0 | 0.00 |
| linter@0.12.4 | Use TextEditor::onDidStopChanging instead | 17 | 17 | 0 | 0.00 |
| linter@0.12.4 | Use TextEditorView::getPaneView() instead | 19 | 19 | 0 | 0.00 |
| linter@0.12.4 | Use Workspace::onDidAddTextEditor instead | 15 | 15 | 0 | 0.00 |
| linter@0.4.11 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.4.11 | Call ::getActiveTextEditor instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Please use Workspace::addBottomPanel() instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | TextBuffer::on is deprecated. Use event subscription methods instead. | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use decorations instead: http://blog.atom.io/2014/07/24/decorations.html | 6 | 4 | 0 | 0.00 |
| linter@0.4.11 | Use Pane::onDidChangeActiveItem instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use Pane::onDidRemoveItem instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use TextBuffer::onDidDestroy instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use TextEditor::onDidChangeCursorPosition instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use TextEditor::onDidChangeGrammar instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use TextEditor::onDidStopChanging instead | 5 | 3 | 0 | 0.00 |
| linter@0.4.11 | Use TextEditorView::getPaneView() instead | 5 | 3 | 0 | 0.00 |
| linter@0.5.14 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.5.14 | Call ::getActiveTextEditor instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Please use Workspace::addBottomPanel() instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | TextBuffer::on is deprecated. Use event subscription methods instead. | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use Pane::onDidChangeActiveItem instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use Pane::onDidRemoveItem instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use TextBuffer::onDidDestroy instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use TextEditor::onDidChangeCursorPosition instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use TextEditor::onDidChangeGrammar instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use TextEditor::onDidStopChanging instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.14 | Use TextEditorView::getPaneView() instead | 3 | 2 | 0 | 0.00 |
| linter@0.5.17 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.5.17 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Please use Workspace::addBottomPanel() instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | TextBuffer::on is deprecated. Use event subscription methods instead. | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use Pane::onDidChangeActiveItem instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use Pane::onDidRemoveItem instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use TextBuffer::onDidDestroy instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use TextEditor::onDidChangeCursorPosition instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use TextEditor::onDidChangeGrammar instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use TextEditor::onDidStopChanging instead | 2 | 2 | 0 | 0.00 |
| linter@0.5.17 | Use TextEditorView::getPaneView() instead | 2 | 2 | 0 | 0.00 |
| linter@0.6.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use TextEditor::onDidChangeCursorPosition instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use TextEditor::onDidStopChanging instead | 1 | 1 | 0 | 0.00 |
| linter@0.6.1 | Use TextEditorView::getPaneView() instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.7.0 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | TextBuffer::on is deprecated. Use event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use Pane::onDidChangeActiveItem instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use Pane::onDidRemoveItem instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use TextBuffer::onDidDestroy instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use TextEditor::onDidChangeCursorPosition instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use TextEditor::onDidChangeGrammar instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use TextEditor::onDidStopChanging instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.0 | Use TextEditorView::getPaneView() instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.7.3 | Call ::getActiveTextEditor instead | 10 | 10 | 0 | 0.00 |
| linter@0.7.3 | Decorations of type: 'gutter' have been renamed to type: 'line-number'. |
1 | 1 | 0 | 0.00 |
| linter@0.7.3 | Please use Workspace::addBottomPanel() instead | 11 | 11 | 0 | 0.00 |
| linter@0.7.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
1 | 1 | 0 | 0.00 |
| linter@0.7.3 | TextBuffer::on is deprecated. Use event subscription methods instead. | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use ::getURI instead |
1 | 1 | 0 | 0.00 |
| linter@0.7.3 | 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 |
| linter@0.7.3 | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
| linter@0.7.3 | Use Pane::onDidChangeActiveItem instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use Pane::onDidRemoveItem instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use TextBuffer::onDidDestroy instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use TextEditor::onDidChangeCursorPosition instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use TextEditor::onDidChangeGrammar instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use TextEditor::onDidStopChanging instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.3 | Use TextEditorView::getPaneView() instead | 9 | 9 | 0 | 0.00 |
| linter@0.7.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.8.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| linter@0.8.0 | Please use Workspace::addBottomPanel() instead | 7 | 2 | 0 | 0.00 |
| linter@0.8.0 | Use TextEditor::onDidChangeCursorPosition instead | 6 | 2 | 0 | 0.00 |
| linter@0.8.0 | Use TextEditor::onDidChangeGrammar instead | 6 | 2 | 0 | 0.00 |
| linter@0.8.0 | Use TextEditorView::getPaneView() instead | 6 | 2 | 0 | 0.00 |
| linter@0.9.0 | Call ::getActiveTextEditor instead | 11 | 8 | 0 | 0.00 |
| linter@0.9.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the linter package |
1 | 1 | 0 | 0.00 |
| linter@0.9.0 | Use ::unset instead. | 1 | 1 | 0 | 0.00 |
| linter@0.9.0 | 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 |
| live-archive@0.1.13 | Store package style sheets in the styles/ directory instead of stylesheets/ in the live-archive package |
1 | 1 | 0 | 0.00 |
| livereload@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| livereload@0.2.0 | 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 |
| livereload@0.2.0 | 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 |
| livereload@0.2.0 | 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 |
| livereload@0.2.0 | Use ::addRightTile({item, priority}) instead. | 2 | 2 | 0 | 0.00 |
| livereload@0.2.0 | Use ::getPaths instead | 2 | 2 | 0 | 0.00 |
| livereload@0.2.0 | 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 |
| livescript-compile@0.1.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the livescript-compile package |
1 | 1 | 0 | 0.00 |
| livescript-compile@0.1.1 | 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 |
| livescript-compile@0.1.1 | 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 |
| local-history@2.0.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| local-history@2.0.0 | 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 |
| local-history@2.0.0 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 2 | 2 | 0 | 0.00 |
| local-history@2.2.2 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 1 | 1 | 0 | 0.00 |
| local-history@2.3.0 | 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 |
| local-history@2.3.0 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 5 | 3 | 0 | 0.00 |
| local-history@2.3.0 | Use Workspace::getTextEditors instead | 5 | 3 | 0 | 0.00 |
| local-history@2.3.0 | Use Workspace::observeTextEditors instead | 5 | 3 | 0 | 0.00 |
| local-history@2.3.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 5 | 3 | 0 | 0.00 |
| local-history@3.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| local-history@3.1.0 | 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 |
| local-history@3.1.0 | 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 |
| local-history@3.1.0 | 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 |
| local-history@3.1.0 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 4 | 0 | 0.00 |
| local-history@3.1.0 | Use Workspace::getTextEditors instead | 4 | 4 | 0 | 0.00 |
| local-history@3.1.0 | Use Workspace::observeTextEditors instead | 4 | 4 | 0 | 0.00 |
| local-history@3.1.0 | 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 |
| local-server-express@0.2.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| local-server-express@0.3.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
1 | 1 | 0 | 0.00 |
| localization@1.16.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
73 | 45 | 0 | 0.00 |
| log-console@0.1.2 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| log-console@0.1.2 | Please use Workspace::addBottomPanel() instead | 1 | 1 | 0 | 0.00 |
| log-console@0.1.2 | 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 |
| log-console@0.1.2 | 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 |
| log-console@0.1.2 | 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 |
| log-console@0.1.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the log-console package |
1 | 1 | 0 | 0.00 |
| log-console@0.1.2 | Use ::getPaths instead | 1 | 1 | 0 | 0.00 |
| log-console@0.1.2 | Use Project::onDidChangePaths instead | 1 | 1 | 0 | 0.00 |
| lorem-ipsum@0.4.0 | 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 |
| lychee-theme@1.0.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the lychee-theme package |
1 | 1 | 0 | 0.00 |
| mac-os-ui@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the mac-os-ui package |
5 | 4 | 0 | 0.00 |
| makro@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| makro@0.2.0 | 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 |
| makro@0.2.0 | 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 |
| makro@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the makro package |
1 | 1 | 0 | 0.00 |
| makro@0.2.0 | 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 |
| makro@0.2.0 | Use ::getDirectories instead | 1 | 1 | 0 | 0.00 |
| man@0.4.0 | 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 |
| man@0.4.0 | 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 |
| markdown-format@2.5.0 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 4 | 3 | 0 | 0.00 |
| markdown-format@2.5.0 | Use Workspace::getTextEditors instead | 2 | 1 | 0 | 0.00 |
| markdown-format@2.5.0 | Use Workspace::observeTextEditors instead | 2 | 1 | 0 | 0.00 |
| markdown-format@2.5.0 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 1 | 0 | 0.00 |
| markdown-format@2.5.1 | Use TextBuffer::onWillSave instead. A TextBuffer instance is no longer provided as a callback argument. | 3 | 3 | 0 | 0.00 |
| markdown-format@2.5.1 | Use Workspace::getTextEditors instead | 2 | 2 | 0 | 0.00 |
| markdown-format@2.5.1 | Use Workspace::observeTextEditors instead | 3 | 3 | 0 | 0.00 |
| markdown-format@2.5.1 | Use Workspace::onDidAddTextEditor or Workspace::observeTextEditors instead. | 2 | 2 | 0 | 0.00 |
| markdown-format@unknown | Use Workspace::observeTextEditors instead | 1 | 1 | 0 | 0.00 |
| markdown-helpers@0.2.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the markdown-helpers package |
8 | 4 | 0 | 0.00 |
| markdown-helpers@0.2.2 | 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 |
| markdown-helpers@0.2.2 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 1 | 1 | 0 | 0.00 |
| markdown-helpers@0.2.2 | 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 |
| markdown-helpers@0.2.2 | Use TextEditor::getLastSelection() instead | 1 | 1 | 0 | 0.00 |
| markdown-pdf@1.3.6 | Use ::getActivePaneItem() instead of the ::activePaneItem property | 25 | 16 | 0 | 0.00 |
| markdown-pdf@1.3.6 | 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 |
| markdown-preview-pandoc@0.0.12 | This is now a view method. Call TextEditorElement::getFirstVisibleScreenRow instead. | 1 | 1 | 0 | 0.00 |
| markdown-preview-pandoc@0.0.12 | This is now a view method. Call TextEditorElement::getLastVisibleScreenRow instead. | 1 | 1 | 0 | 0.00 |
| markdown-preview-pandoc@0.0.12 | Use editor.getCursorScreenPosition().row instead |
1 | 1 | 0 | 0.00 |
| markdown-stream@0.6.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| markdown-stream@0.6.0 | Use ::getURI instead |
18 | 13 | 0 | 0.00 |
| markdown-stream@0.6.0 | Use TextBuffer::onDidStopChanging instead. If you need the modified status, call TextBuffer::isModified yourself in your callback. | 18 | 13 | 0 | 0.00 |
| markdown-stream@0.6.0 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| markdown-toc@0.2.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the markdown-toc package |
2 | 2 | 0 | 0.00 |
| markdown-writer@1.3.0 | Use editor.lineTextForBufferRow(row).length instead | 1 | 1 | 0 | 0.00 |
| marked@0.1.7 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| marked@0.1.7 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| mate-subword-navigation@3.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
4 | 1 | 0 | 0.00 |
| material-design-syntax@1.6.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the material-design-syntax package |
10 | 6 | 0 | 0.00 |
| MavensMate-Atom@0.0.20 | 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 |
| MavensMate-Atom@0.0.20 | 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 |
| MavensMate-Atom@0.0.20 | Pane item with class IFrameView should implement ::getURI instead of ::getUri. |
2 | 1 | 0 | 0.00 |
| MavensMate-Atom@0.0.20 | 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 |
| max-tabs@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| max-tabs@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the max-tabs package |
2 | 1 | 0 | 0.00 |
| max-tabs@0.3.0 | Use Pane::onDidChangeActiveItem instead | 2 | 2 | 0 | 0.00 |
| max-tabs@0.3.0 | Use WorkspaceView::getPaneViews instead | 6 | 4 | 0 | 0.00 |
| maximize-panes@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| mbo@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the mbo package |
37 | 3 | 0 | 0.00 |
| meteor-snippets@0.2.0 | 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 |
| minifier@0.2.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minifier@0.2.0 | Call ::getActiveTextEditor instead | 3 | 3 | 0 | 0.00 |
| minifier@0.2.0 | 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 |
| minifier@0.2.0 | 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 |
| minifier@0.2.0 | Use ::addRightTile({item, priority}) instead. | 3 | 3 | 0 | 0.00 |
| minifier@0.2.0 | 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 |
| minifier@0.2.0 | 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 |
| minimap-color-highlight@4.1.0 | Use ::dispose to cancel subscriptions instead of ::off | 4 | 2 | 0 | 0.00 |
| minimap-color-highlight@4.1.3 | 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 |
| minimap-find-and-replace@3.1.0 | 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 |
| minimap-git-diff@3.1.0 | 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 |
| minimap@3.3.13 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.3.13 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 1 | 1 | 0 | 0.00 |
| minimap@3.3.13 | Use ::onDidChangeActiveThemes instead. |
1 | 1 | 0 | 0.00 |
| minimap@3.3.14 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.3.15 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.3.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.3.4 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.3.4 | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
| minimap@3.3.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.3.6 | 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 |
| minimap@3.3.6 | 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 |
| minimap@3.3.6 | 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 |
| minimap@3.3.6 | 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 |
| minimap@3.3.6 | TextEditor::on is deprecated. Use documented event subscription methods instead. | 8 | 5 | 0 | 0.00 |
| minimap@3.3.6 | Use ::dispose to cancel subscriptions instead of ::off | 6 | 3 | 0 | 0.00 |
| minimap@3.3.6 | Use ::onDidChangeActiveThemes instead. |
8 | 5 | 0 | 0.00 |
| minimap@3.3.8 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@3.4.7 | Use ::onDidChangeActiveThemes instead. |
3 | 2 | 0 | 0.00 |
| minimap@3.4.9 | Use ::onDidChangeActiveThemes instead. |
3 | 3 | 0 | 0.00 |
| minimap@3.5.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the minimap package |
1 | 1 | 0 | 0.00 |
| minimap@3.5.0 | Use ::onDidChangeActiveThemes instead. |
1 | 1 | 0 | 0.00 |
| minimap@3.5.5 | Use ::onDidChangeActiveThemes instead. |
6 | 3 | 0 | 0.00 |
| minimap@3.5.6 | Store package style sheets in the styles/ directory instead of stylesheets/ in the minimap package |
3 | 3 | 0 | 0.00 |
| minimap@3.5.6 | Use ::onDidChangeActiveThemes instead. |
12 | 10 | 0 | 0.00 |
| minimap@4.9.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| minimap@4.9.0 | Use ::dispose to cancel subscriptions instead of ::off | 1 | 1 | 0 | 0.00 |
| minimap@4.9.0 | 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 |
| mocha@0.0.5 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| mocha@0.0.5 | Store package style sheets in the styles/ directory instead of stylesheets/ in the mocha package |
2 | 2 | 0 | 0.00 |
| mocha@0.0.5 | 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 |
| mocha@0.0.5 | 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 |
| monokai-light@0.3.6 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-light package |
6 | 3 | 0 | 0.00 |
| monokai-seti@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-seti package |
3 | 3 | 0 | 0.00 |
| monokai-syntax-for-one-dark@0.2.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-syntax-for-one-dark package |
1 | 1 | 0 | 0.00 |
| monokai-tweaked-ui@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai-tweaked-ui package |
9 | 5 | 0 | 0.00 |
| monokai@0.11.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
3 | 3 | 0 | 0.00 |
| monokai@0.12.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
36 | 31 | 0 | 0.00 |
| monokai@0.7.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
8 | 7 | 0 | 0.00 |
| monokai@0.8.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
4 | 4 | 0 | 0.00 |
| monokai@0.9.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the monokai package |
5 | 5 | 0 | 0.00 |
| move-panes@0.1.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the move-panes package |
1 | 1 | 0 | 0.00 |
| move-panes@0.1.2 | 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 |
| mustang@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the mustang package |
1 | 1 | 0 | 0.00 |
| navigate@0.1.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| neon-cursor@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the neon-cursor package |
3 | 2 | 0 | 0.00 |
| neutron-syntax@0.6.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the neutron-syntax package |
23 | 11 | 0 | 0.00 |
| neutron-ui@0.3.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the neutron-ui package |
41 | 10 | 0 | 0.00 |
| neutron-ui@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the neutron-ui package |
4 | 1 | 0 | 0.00 |
| newton-dark-syntax@1.1.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the newton-dark-syntax package |
9 | 7 | 0 | 0.00 |
| newton-dark-ui@1.0.4 | Store package style sheets in the styles/ directory instead of stylesheets/ in the newton-dark-ui package |
5 | 4 | 0 | 0.00 |
| next-dark-ui@0.4.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the next-dark-ui package |
2 | 2 | 0 | 0.00 |
| next-dark@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the next-dark package |
4 | 4 | 0 | 0.00 |
| next-occurrence@0.3.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| next-occurrence@0.3.0 | Use TextEditor::getLastSelection() instead | 3 | 2 | 0 | 0.00 |
| next-occurrence@0.3.0 | Use TextEditor::selectWordsContainingCursors instead | 1 | 1 | 0 | 0.00 |
| next-scribe@0.1.0 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| nexus-syntax@0.1.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the nexus-syntax package |
2 | 1 | 0 | 0.00 |
| no-caffeine-syntax@0.9.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the no-caffeine-syntax package |
1 | 1 | 0 | 0.00 |
| node-debugger@0.2.3 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| node-debugger@0.2.3 | Call ::getActiveTextEditor instead | 1 | 1 | 0 | 0.00 |
| node-debugger@0.2.3 | 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 |
| node-debugger@0.2.3 | 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 |
| node-debugger@0.2.3 | 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 |
| node-debugger@0.2.3 | 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 |
| node-debugger@0.2.3 | Store package style sheets in the styles/ directory instead of stylesheets/ in the node-debugger package |
7 | 7 | 0 | 0.00 |
| node-debugger@0.2.3 | 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 |
| node-debugger@0.2.3 | 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 |
| node-resolver@1.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
2 | 2 | 0 | 0.00 |
| node-resolver@1.0.1 | Call ::getActiveTextEditor instead | 2 | 2 | 0 | 0.00 |
| npm-autocomplete@0.1.2 | Use ::getPaths instead | 9 | 6 | 0 | 0.00 |
| npm-install@3.0.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
4 | 2 | 0 | 0.00 |
| npm-install@3.0.1 | Call ::getActiveTextEditor instead | 4 | 2 | 0 | 0.00 |
| nrepl@0.0.6 | Store package style sheets in the styles/ directory instead of stylesheets/ in the nrepl package |
1 | 1 | 0 | 0.00 |
| nrepl@0.0.6 | 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 |
| nrepl@0.0.6 | 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 |
| nuclide-click-to-symbol@0.0.0 | Use ::dispose to cancel subscriptions instead of ::off | 4 | 1 | 0 | 0.00 |
| oceans16-atom@16.0.2 | Store package style sheets in the styles/ directory instead of stylesheets/ in the oceans16-atom package |
1 | 1 | 0 | 0.00 |
| oddfellows-dark-syntax@0.2.0 | Store package style sheets in the styles/ directory instead of stylesheets/ in the oddfellows-dark-syntax package |
1 | 1 | 0 | 0.00 |
| ogg-preview@0.2.0 | Call .dispose() on the Disposable returned from ::addOpener instead | 3 | 2 | 0 | 0.00 |
| omni-ruler@0.3.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
3 | 2 | 0 | 0.00 |
| omni-ruler@0.3.1 | 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 |
| omni-ruler@0.3.1 | 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 |
| omni-ruler@0.3.1 | 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 |
| omni-ruler@0.3.1 | Requiring View from atom is no longer supported. Please require atom-space-pen-views instead: {View} = require 'atom-space-pen-views' Add "atom-space-pen-views": "^2.0.3" to your package dependencies. |
3 | 2 | 0 | 0.00 |
| omni-ruler@0.3.1 | Store package style sheets in the styles/ directory instead of stylesheets/ in the omni-ruler package |
3 | 3 | 0 | 0.00 |
| omni-ruler@0.3.1 | Use TextEditorView::getPaneView() instead | 19 | 7 | 0 | 0.00 |
| omni-ruler@0.3.1 | Use Workspace::onDidAddTextEditor instead | 1 | 1 | 0 | 0.00 |
| omnisharp-atom@0.1.6 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: 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 |
| omnisharp-atom@0.1.6 | 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 |
| omnisharp-atom@0.1.6 | Use ::addLeftTile({item, priority}) instead. | 1 | 1 | 0 | 0.00 |
| omnisharp-atom@0.2.1 | 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 |
| omnisharp-atom@0.2.1 | atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. |
4 | 4 | 0 | 0.00 |
| omnisharp-atom@0.2.1 | The atom.workspaceView.statusBar global is deprecated. The global was previously being assigned by the status-bar package, but Atom packages should never assign 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 |
| omnisharp-atom@0.2.1 | 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 |
::onDidActivateInitialPackagesinstead.activationCommandsinstead ofactivationEventsin 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::triggercan no longer be used to listen for Atom commands. Please useatom.commands.addinstead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.jQuery::on?jQuery::triggercan no longer be used to listen for Atom commands. Please useatom.commands.addinstead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.jQuery::on?jQuery::triggercan no longer be used to listen for Atom commands. Please useatom.commands.addinstead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.atom.views.getView(atom.workspace), which returns an HTMLElement.activationCommandsinstead ofactivationEventsin 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.$$fromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{$$} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.SelectListViewfromatomis no longer supported. Please requireSelectListViewfromatom-space-pen-viewinstead:{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-inpackageactivationCommandsinstead ofactivationEventsin 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-pluspackageactivationCommandsinstead ofactivationEventsin your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }activationCommandsinstead ofactivationEventsin 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.activationCommandsinstead ofactivationEventsin your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }activationCommandsinstead ofactivationEventsin 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-themepackageatom.views.getView(atom.workspace), which returns an HTMLElement.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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-listpackagestyles/directory instead ofstylesheets/in thepandocpackageactivationCommandsinstead ofactivationEventsin 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-palettepackageatom.views.getView(atom.workspace), which returns an HTMLElement.activationCommandsinstead ofactivationEventsin 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-themepackageatom.views.getView(atom.workspace), which returns an HTMLElement.callNowoption. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/ConfigGitRepositoryinstead ofGit:{GitRepository} = require 'atom'$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.$$fromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{$$} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.SelectListViewfromatomis no longer supported. Please requireSelectListViewfromatom-space-pen-viewinstead:{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.::getURIinsteadatom.views.getView(atom.workspace), which returns an HTMLElement.$$fromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{$$} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.SelectListViewfromatomis no longer supported. Please requireSelectListViewfromatom-space-pen-viewinstead:{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 thepep8packagePepperHtmlPreviewViewto support modified behavior, please implement a::onDidChangeModified()method. If not, ignore this message.::onmethods for items are no longer supported.PepperHtmlPreviewViewto support title change behavior, please implement a::onDidChangeTitle()method.::onmethods for items are no longer supported. If not, ignore this message.PepperHtmlPreviewViewshould implement::getURIinstead of::getUri.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.ScrollViewfromatomis no longer supported. Please requireScrollViewfromatom-space-pen-viewinstead:{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-autocompletepackageatom.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.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{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-setterspackage$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{View} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.settings/directory instead ofscoped-properties/Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{View} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.styles/directory instead ofstylesheets/in thephpunitpackageatom.views.getView(atom.workspace), which returns an HTMLElement.EditorViewfromatomis no longer supported. Please requireTextEditorViewfromatom-space-pen-viewinstead:{TextEditorView} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{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-breezydarkpackageactivationCommandsinstead ofactivationEventsin 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-syntaxpackagestyles/directory instead ofstylesheets/in thepoxy-monokaipackagestyles/directory instead ofstylesheets/in thepredawn-syntaxpackagestyles/directory instead ofstylesheets/in thepredawn-uipackageatom.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-tabspackageactivationCommandsinstead ofactivationEventsin your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }::itemForURIinstead.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.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.$$fromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{$$} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.SelectListViewfromatomis no longer supported. Please requireSelectListViewfromatom-space-pen-viewinstead:{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.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{View} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.jQuery::on?jQuery::triggercan no longer be used to listen for Atom commands. Please useatom.commands.addinstead. 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-openpackagejQuery::on?jQuery::triggercan no longer be used to listen for Atom commands. Please useatom.commands.addinstead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.styles/directory instead ofstylesheets/in theproject-runnerpackagestyles/directory instead ofstylesheets/in theproject-switcherpackageactivationCommandsinstead ofactivationEventsin 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-framerpackagestyles/directory instead ofstylesheets/in theproton-kaipackagestyles/directory instead ofstylesheets/in theproton-lightpackagestyles/directory instead ofstylesheets/in theproton-monokaipackagestyles/directory instead ofstylesheets/in theproton-monokaipackagestyles/directory instead ofstylesheets/in theprotonpackagestyles/directory instead ofstylesheets/in theprotonpackagestyles/directory instead ofstylesheets/in thepulsing-cursorpackageatom.views.getView(atom.workspace), which returns an HTMLElement.styles/directory instead ofstylesheets/in thepython-coveragepackageatom.services. For now, you can get a reference to thestatus-barelement viadocument.querySelector('status-bar').activationCommandsinstead ofactivationEventsin your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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 thepythonpackageactivationCommandsinstead ofactivationEventsin 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-syntaxpackagestyles/directory instead ofstylesheets/in thequantum-syntaxpackagestyles/directory instead ofstylesheets/in thequantum-uipackageatom.views.getView(atom.workspace), which returns an HTMLElement.atom.views.getView(atom.workspace), which returns an HTMLElement.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.EditorViewfromatomis no longer supported. Please requireTextEditorViewfromatom-space-pen-viewinstead:{TextEditorView} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{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-atompackagestyles/directory instead ofstylesheets/in ther-execpackageactivationCommandsinstead ofactivationEventsin 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 theraastpackageprovidedServicesandconsumedServicesfields in your package's package.json.styles/directory instead ofstylesheets/in therailscasts-themepackagestyles/directory instead ofstylesheets/in therainy-night-syntaxpackageatom.views.getView(atom.workspace), which returns an HTMLElement.callNowoption. 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-barelement 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.::getURIinsteadstyles/directory instead ofstylesheets/in theredeye-uipackagestyles/directory instead ofstylesheets/in theredui-jm-syntaxpackageatom.views.getView(atom.workspace), which returns an HTMLElement.type: 'gutter'have been renamed totype: 'line-number'.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{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-diagrampackagestyles/directory instead ofstylesheets/in theregex-railroad-diagrampackageatom.views.getView(atom.workspace), which returns an HTMLElement.activationCommandsinstead ofactivationEventsin 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.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.activationCommandsinstead ofactivationEventsin 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().rowinsteadatom.views.getView(atom.workspace), which returns an HTMLElement.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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-FTPpackageactivationCommandsinstead ofactivationEventsin your package.json Commands should be grouped by selector as follows:json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }callNowoption. Use ::onDidChange instead. Note that ::onDidChange passes its callback different arguments. See https://atom.io/docs/api/latest/Config$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.EditorViewfromatomis no longer supported. Please requireTextEditorViewfromatom-space-pen-viewinstead:{TextEditorView} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.ScrollViewfromatomis no longer supported. Please requireScrollViewfromatom-space-pen-viewinstead:{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.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{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-barelement viadocument.querySelector('status-bar').$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{View} = require 'atom-space-pen-views'Add"atom-space-pen-views": "^2.0.3"to your package dependencies.jQuery::on?jQuery::triggercan no longer be used to listen for Atom commands. Please useatom.commands.addinstead. See the docs at https://atom.io/docs/api/latest/CommandRegistry#instance-add for details.atom.views.getView(atom.workspace), which returns an HTMLElement.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.Viewfromatomis no longer supported. Please requireatom-space-pen-viewsinstead:{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-barelement viadocument.querySelector('status-bar').atom.views.getView(atom.workspace), which returns an HTMLElement.atom.services. For now, you can get a reference to thestatus-barelement viadocument.querySelector('status-bar').atom.views.getView(atom.workspace), which returns an HTMLElement.SelectListViewfromatomis no longer supported. Please requireSelectListViewfromatom-space-pen-viewinstead:{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-panespackageactivationCommandsinstead ofactivationEventsin 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.RestClientViewto support modified behavior, please implement a::onDidChangeModified()method. If not, ignore this message.::onmethods for items are no longer supported.RestClientViewto support title change behavior, please implement a::onDidChangeTitle()method.::onmethods for items are no longer supported. If not, ignore this message.RestClientViewshould implement::getURIinstead of::getUri.$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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.ScrollViewfromatomis no longer supported. Please requireScrollViewfromatom-space-pen-viewinstead:{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-clientpackage$fromatomis no longer supported. If you are usingspace-pen, please require$fromatom-space-pen-views. Otherwise requirejqueryinstead:{$} = 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 therot13package