Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: Pane has been destroyed #4

Open
naorunaoru opened this issue Dec 1, 2015 · 0 comments
Open

Uncaught Error: Pane has been destroyed #4

naorunaoru opened this issue Dec 1, 2015 · 0 comments

Comments

@naorunaoru
Copy link

Installed. Set keybindings to p w [hjkl]. Tried. Got my pane all destroyed. :(

Atom Version: 1.4.0-dev-aca12a8
System: Mac OS X 10.11.1
Thrown From: swap-panes package, v0.2.0

Stack Trace

Uncaught Error: Pane has been destroyed

At /Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:620

Error: Pane has been destroyed
    at Pane.module.exports.Pane.activate (/Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:620:15)
    at Object.module.exports.swapPane (/Users/naoru/.atom/packages/swap-panes/lib/swap-panes.coffee:41:12)
    at Object.module.exports.swap (/Users/naoru/.atom/packages/swap-panes/lib/swap-panes.coffee:34:8)
    at Object.module.exports.swapLeft (/Users/naoru/.atom/packages/swap-panes/lib/swap-panes.coffee:11:17)
    at atom-workspace.<anonymous> (/Users/naoru/.atom/packages/swap-panes/lib/swap-panes.coffee:4:69)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:260:29)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:533:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:356:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:97:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -0:21.5.0 core:move-down (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:21.3.0 core:backspace (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:21.1.0 exit-insert-mode-if-preceded-by-j (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:20.8.0 core:move-down (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:20.6.0 core:backspace (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
  2x -0:19.8.0 core:move-up (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
  8x -0:19 editor:move-to-end-of-word (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:17.1.0 editor:select-to-end-of-word (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:14.8.0 core:move-down (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
  4x -0:14.5.0 core:backspace (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:12.7.0 core:move-down (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:11.8.0 find-and-replace:select-next (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:10.5.0 core:save (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:08.4.0 vim-mode:activate-normal-mode (atom-text-editor.editor.vim-mode.is-focused.insert-mode)
     -0:02.5.0 swap-panes:swap-left (atom-text-editor.editor.vim-mode.is-focused.normal-mode)
  3x -0:02.5.0 blur (atom-text-editor.editor.vim-mode.is-focused.normal-mode)

Config

{
  "core": {
    "excludeVcsIgnoredPaths": false,
    "disabledPackages": [
      "background-tips",
      "csslint"
    ],
    "themes": [
      "one-dark-ui",
      "base16-tomorrow-dark-theme"
    ],
    "packagesWithKeymapsDisabled": [
      "csslint"
    ]
  }
}

Installed Packages

# User
activate-power-mode, v0.3.2
atom-ternjs, v0.9.1
autocomplete-paths, v1.0.2
blame, v0.8.1
color-picker, v2.0.13
editorconfig, v1.2.2
emmet, v2.3.15
ex-mode, v0.7.0
file-icons, v1.6.12
file-types, v0.5.1
goto-scope, v0.2.9
javascript-snippets, v1.0.0
linter, v1.11.2
linter-jscs, v3.2.0
move-panes, v0.2.0
open-this, v0.1.7
pane-split-moves-tab, v0.0.3
pretty-json, v0.4.1
swap-panes, v0.2.0
tab-control, v0.6.8
tabs-to-spaces, v1.0.1
vim-mode, v0.63.0

# Dev
No dev packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant