Git Product home page Git Product logo

swap-copy-paste's People

Contributors

arnaudjbernard avatar bhhaskin avatar

Watchers

 avatar

swap-copy-paste's Issues

Atom.Object.defineProperty.get is deprecated.

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

Atom.Object.defineProperty.get (/usr/share/atom/resources/app/src/atom.js:55:11)
Object.activate (/home/bryan/.atom/packages/swap-copy-paste/lib/swap-copy-paste.coffee:4:9)

Uncaught TypeError: undefined is not a function

[Enter steps to reproduce below:]

  1. try to use the plugin on the settings page.

Atom Version: 0.174.0
System: linux 3.13.0-24-generic
Thrown From: swap-copy-paste package, v0.1.0

Stack Trace

Uncaught TypeError: undefined is not a function

At /home/bryan/.atom/packages/swap-copy-paste/lib/swap-copy-paste.coffee:11

TypeError: undefined is not a function
  at Object.module.exports.swap (/home/bryan/.atom/packages/swap-copy-paste/lib/swap-copy-paste.coffee:11:26)
  at atom-workspace.<anonymous> (/home/bryan/.atom/packages/swap-copy-paste/lib/swap-copy-paste.coffee:4:60)
  at atom-workspace.handler (/usr/share/atom/resources/app/src/space-pen-extensions.js:115:32)
  at atom-workspace.jQuery.event.dispatch (/usr/share/atom/resources/app/node_modules/space-pen/vendor/jquery.js:4681:9)
  at atom-workspace.elemData.handle (/usr/share/atom/resources/app/node_modules/space-pen/vendor/jquery.js:4359:46)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app/src/command-registry.js:243:29)
  at /usr/share/atom/resources/app/src/command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/usr/share/atom/resources/app/node_modules/atom-keymap/lib/keymap-manager.js:558:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/usr/share/atom/resources/app/node_modules/atom-keymap/lib/keymap-manager.js:396:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (/usr/share/atom/resources/app/src/window-event-handler.js:170:20)

Commands

     -1:58.3 command-palette:toggle (atom-pane.pane.active)
     -1:56.4 core:confirm (atom-text-editor.editor.mini)
     -1:56.3 settings-view:open (atom-pane.pane.active)
     -0:07.6 deprecation-cop:view (atom-workspace.workspace.scrollbars-visible-always.theme-seti-syntax.theme-seti-ui)
     -0:00.0 swap-copy-paste:swap (div.deprecation-cop.pane-item.native-key-bindings)

Config

{
  "core": {
    "themes": [
      "seti-ui",
      "seti-syntax"
    ]
  }
}

Installed Packages

# User
atom-color-highlight, v3.0.5
autoclose-html, v0.13.0
color-picker, v1.4.3
file-icons, v1.4.8
gist-it, v0.6.3
highlight-line, v0.9.3
highlight-selected, v0.7.0
html-id-class-snippets, v1.4.1
htmlhint, v0.4.0
linter, v0.10.0
linter-flake8, v1.2.0
linter-php, v0.0.11
minimap, v3.5.6
project-manager, v1.15.0
script, v2.16.0
seti-syntax, v0.2.1
seti-ui, v0.6.1
wordpress, v0.2.0

# Dev
No dev packages

/cc @atom/core

Package.getActivationCommands is deprecated.

Use activationCommands instead of activationEvents in your package.json
Commands should be grouped by selector as follows:

  "activationCommands": {
    "atom-workspace": ["foo:bar", "foo:baz"],
    "atom-text-editor": ["foo:quux"]
  }
Package.getActivationCommands (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:808:9)
Package.hasActivationCommands (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:733:20)
<unknown> (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:185:24)
Package.measure (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:163:15)
Package.load (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package.js:177:12)
PackageManager.loadPackage (C:\Users\bryan\AppData\Local\atom\app-0.200.0\resources\app.asar\src\package-manager.js:355:14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.