atom / toggle-quotes

An Atom package to toggle between single and double quotes
MIT License
77 stars 36 forks source link

Broken on Atom v1.16.0-beta0 #47

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

[Enter steps to reproduce:]

  1. Attempt to toggle quotes

Atom: 1.16.0-beta0 x64 Electron: 1.3.13 OS: Microsoft Windows 10 Enterprise Thrown From: toggle-quotes package 1.0.1

Stack Trace

Failed to activate the toggle-quotes package

At Cannot set property 'subscription' of undefined

TypeError: Cannot set property 'subscription' of undefined
    at Object.activate (main.js:10:5)
    at Package.module.exports.Package.activateNow (/app.asar/src/package.js:218:19)
    at /app.asar/src/package.js:876:25
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:240:20)
    at /app.asar/src/command-registry.js:3:59
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:599:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:390:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/app.asar/src/window-event-handler.js:106:36)
    at /app.asar/src/window-event-handler.js:3:59)

Commands

     -0:32.3.0 intentions:highlight (input.hidden-input)
  5x -0:32.2.0 editor:move-to-end-of-word (input.hidden-input)
     -0:31.1.0 core:select-right (input.hidden-input)
     -0:30.9.0 docblockr:parse-enter (input.hidden-input)
     -0:30.9.0 editor:newline (input.hidden-input)
     -0:30.7.0 intentions:highlight (input.hidden-input)
  5x -0:30.6.0 editor:move-to-end-of-word (input.hidden-input)
     -0:29.2.0 core:select-right (input.hidden-input)
     -0:28.9.0 docblockr:parse-enter (input.hidden-input)
     -0:28.9.0 editor:newline (input.hidden-input)
     -0:28.6.0 editor:move-to-end-of-screen-line (input.hidden-input)
  2x -0:28.1.0 core:move-left (input.hidden-input)
     -0:27.7.0 docblockr:parse-enter (input.hidden-input)
     -0:27.7.0 editor:newline (input.hidden-input)
undefined -0:25.1.0 intentions:highlight (input.hidden-input)
     -0:20.9.0 toggle-quotes:toggle (input.hidden-input)
Non-Core Packages ``` atom-autocomplete-php 0.22.2 atom-beautify 0.29.17 atom-jade 0.3.0 atom-material-syntax 1.0.2 atom-material-ui 1.3.9 atom-typescript 10.1.15 autocomplete-python 1.8.60 busy-signal 1.3.0 docblockr 0.9.1 editorconfig 2.2.2 file-watcher 1.1.0 flow-ide 1.3.0 highlight-selected 0.12.0 intentions 1.1.2 language-babel 2.56.2 language-chef 0.9.0 language-cjson 0.0.1 language-docker 1.1.7 language-elixir 0.17.0 language-fortran 2.1.0 language-glsl 2.0.1 language-haml 0.24.1 language-haskell 1.12.1 language-ini 1.18.0 language-jade 0.7.2 language-jolie 0.4.5 language-kotlin 0.5.0 language-moonscript 1.7.1 language-postcss 1.3.0 language-powershell 4.0.0 language-puppet 0.22.0 language-r 0.4.1 language-reg 0.0.0 language-swift 0.5.0 language-vue 0.21.2 linter 2.1.0 linter-alex 3.2.0 linter-coffeelint 1.2.1 linter-csslint 1.3.4 linter-eslint 8.1.3 linter-flake8 2.1.4 linter-htmlhint 1.3.2 linter-js-yaml 1.2.7 linter-jsonlint 1.3.0 linter-kotlin 0.2.0 linter-markdown 3.1.0 linter-perl 0.8.0 linter-perlcritic 1.4.0 linter-php 1.3.1 linter-phpcs 1.5.10 linter-phpmd 1.5.3 linter-proselint 3.2.1 linter-pylama 0.8.13 linter-pylint 1.2.2 linter-rails-best-practices 0.2.2 linter-reek 2.2.0 linter-rubocop 1.1.0 linter-ruby 1.2.5 linter-stylelint 3.9.0 linter-tidy 2.3.0 linter-ui-default 1.1.0 mapfile-grammar 0.1.0 merge-conflicts 1.4.4 minimap 4.26.8 minimap-git-diff 4.3.1 minimap-highlight-selected 4.5.0 minimap-linter 1.6.0 minimap-selection 4.4.0 nord-atom-syntax 0.6.0 nord-atom-ui 0.10.2 pigments 0.39.0 sequential-number 0.5.0 seti-syntax 1.1.3 seti-ui 1.7.0 sort-lines 0.14.0 Stylus 3.1.0 svn 0.0.13 tab-control 0.6.9 toggle-quotes 1.0.1 trailing-spaces 0.4.0 ```