Tyriar / atom-navigation-history

An Atom Editor package that allows navigating cursor history across multiple files (No longer maintained)
https://atom.io/packages/navigation-history
MIT License
2 stars 3 forks source link

Uncaught Error: Adding a pane item with URI '/home/ute/workspace/svn/cloud_agents/common_configur... #10

Open pchomik opened 8 years ago

pchomik commented 8 years ago

[Enter steps to reproduce below:]

  1. Open file in first Tab
  2. Navigate to other file via "Go to navigation" functionality
  3. Close first Tab
  4. Navigate back

Atom Version: 1.5.3 System: Debian GNU/Linux Thrown From: navigation-history package, v0.1.8

Stack Trace

Uncaught Error: Adding a pane item with URI '/home/ute/workspace/svn/cloud_agents/common_configuration/test/test_enb/test_trs.py' that has already been destroyed

At /usr/share/atom/resources/app.asar/src/pane.js:342

Error: Adding a pane item with URI '/home/ute/workspace/svn/cloud_agents/common_configuration/test/test_enb/test_trs.py' that has already been destroyed
    at Pane.module.exports.Pane.addItem (/usr/share/atom/resources/app.asar/src/pane.js:342:15)
    at Pane.module.exports.Pane.activateItem (/usr/share/atom/resources/app.asar/src/pane.js:326:14)
    at Object.module.exports.jumpTo (/home/ute/.atom/packages/navigation-history/lib/main.coffee:42:23)
    at Object.module.exports.jumpBack (/home/ute/.atom/packages/navigation-history/lib/main.coffee:29:6)
    at atom-text-editor.disposables.add.atom.commands.add.navigation-history:back (/home/ute/.atom/packages/navigation-history/lib/main.coffee:18:38)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app.asar/src/command-registry.js:260:29)
    at /usr/share/atom/resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/usr/share/atom/resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:536:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/usr/share/atom/resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:359:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (/usr/share/atom/resources/app.asar/src/window-event-handler.js:97:36)
    at HTMLDocument.<anonymous> (/usr/share/atom/resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -0:16.5.0 core:close (atom-text-editor.editor.is-focused)
     -0:16.3.0 tree-view:reveal-active-file (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
     -0:14.6.0 fuzzy-finder:toggle-file-finder (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -0:13.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:13 tree-view:reveal-active-file (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
     -0:11.9.0 fuzzy-finder:toggle-file-finder (atom-text-editor.editor.is-focused)
     -0:09.4.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:09.3.0 tree-view:reveal-active-file (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
     -0:08.2.0 core:move-to-bottom (atom-text-editor.editor.is-focused)
     -0:06.1.0 autocomplete-python:go-to-definition (atom-text-editor.editor.is-focused)
     -0:05.4.0 tree-view:reveal-active-file (atom-workspace.workspace.scrollbars-visible-always.theme-one-dark-syntax.theme-one-dark-ui)
     -0:01.7.0 navigation-history:back (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "ignoredNames": [
      ".git",
      ".svn",
      "__pycache__",
      "*.pyc"
    ]
  },
  "navigation-history": {}
}

Installed Packages

# User
angularjs, v0.3.4
angularjs-snippets, v0.10.18
atom-html-preview, v0.1.13
atom-ternjs, v0.13.2
autoclose-html, v0.20.0
autocomplete-python, v1.6.1
color-picker, v2.1.1
css-snippets, v0.9.0
ctrl-last-tab, v0.3.0
django-templates, v0.5.0
file-icons, v1.6.14
highlight-selected, v0.11.2
jshint, v1.8.3
keyboard-localization, v1.4.14
language-docker, v1.1.6
language-robot-framework, v2.0.0
last-cursor-position, v0.9.0
linter, v1.11.3
linter-csslint, v1.3.0
linter-htmlhint, v1.0.2
linter-jshint, v1.3.1
linter-pylama, v0.2.6
linter-shellcheck, v1.1.0
navigation-history, v0.1.8
open-recent, v5.0.0
pigments, v0.23.1
pretty-json, v0.4.1
python-tools, v0.6.7
symbol-gen, v1.0.0
synced-sidebar, v0.4.3
tabs-to-spaces, v1.0.1
terminal-plus, v0.14.5
tool-bar, v0.2.0
trailing-spaces, v0.3.2

# Dev
No dev packages