Giter Site home page Giter Site logo

atom-innerspace's People

Contributors

cicavey avatar gsherwood avatar sertand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atom-innerspace's Issues

Cursor breaks in Atom 1.1.0

atom-innerspace: 0.1.5

After updating to Atom 1.1.0, the cursor doesn't work correctly. It's often not visible or cannot be positioned with the mouse. Disabling atom-innerspace fixes the issue.

Uncaught TypeError: Failed to execute 'createTreeWalker' on 'Document': parameter 1 is not of typ...

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.0
System: Mac OS X 10.10.3
Thrown From: atom-innerspace package, v0.1.3

Stack Trace

Uncaught TypeError: Failed to execute 'createTreeWalker' on 'Document': parameter 1 is not of type 'Node'.

At /Users/wgillmer/.atom/packages/atom-innerspace/lib/atom-innerspace.coffee:0

TypeError: Failed to execute 'createTreeWalker' on 'Document': parameter 1 is not of type 'Node'.
    at TypeError (native)
    at Object.module.exports.AtomInnerspace.getTextNodes (/Users/wgillmer/.atom/packages/atom-innerspace/lib/atom-innerspace.coffee:88:23)
    at Object.module.exports.AtomInnerspace.showHiddenSpaces (/Users/wgillmer/.atom/packages/atom-innerspace/lib/atom-innerspace.coffee:54:19)
    at /Users/wgillmer/.atom/packages/atom-innerspace/lib/atom-innerspace.coffee:24:24
    at /Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:281:16
    at /Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:338:18
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)
    at PaneContainer.module.exports.PaneContainer.addedPaneItem (/Applications/Atom.app/Contents/Resources/app.asar/src/pane-container.js:375:27)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/pane-container.js:362:26
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)

Commands

  7x -7:47.7.0 core:backspace (atom-text-editor.editor.is-focused)
     -7:22.4.0 core:save (atom-text-editor.editor.is-focused)
     -7:01.3.0 core:paste (atom-text-editor.editor.is-focused)
     -6:58.2.0 core:save (atom-text-editor.editor.is-focused)
  2x -6:50.8.0 core:backspace (atom-text-editor.editor.is-focused)
     -6:49.5.0 core:save (atom-text-editor.editor.is-focused)
     -4:29.1.0 core:paste (atom-text-editor.editor.is-focused)
     -4:28 core:save (atom-text-editor.editor.is-focused)
  2x -3:39 tree-view:toggle (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -3:00.7.0 fuzzy-finder:toggle-file-finder (atom-text-editor.editor.is-focused)
     -2:58.9.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -2:45.4.0 pane:split-right (atom-text-editor.editor.is-focused)
     -1:19.2.0 core:move-left (atom-text-editor.editor.is-focused)
  2x -1:17.4.0 core:save (atom-text-editor.editor.is-focused)
  2x -0:45.8.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:45 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "one-dark-ui",
      "duotone-dark-syntax"
    ]
  }
}

Installed Packages

# User
atom-innerspace, v0.1.3
ctags-status, v1.3.3
duotone-dark-syntax, v0.2.0
go-plus, v3.3.12
language-docker, v1.1.3
symbols-tree-view, v0.9.3

# Dev
No dev packages

Uncaught TypeError: Cannot read property 'querySelector' of null

  1. Trying to install atom-innerspace from Atom settings
  2. Catched exception during installation

Atom Version: 1.0.3
System: indows 7
Thrown From: atom-innerspace package, v0.1.4

Stack Trace

Uncaught TypeError: Cannot read property 'querySelector' of null

At C:\Users\MeTheUser\.atom\packages\atom-innerspace\lib\atom-innerspace.coffee:48

TypeError: Cannot read property 'querySelector' of null
  at Object.module.exports.AtomInnerspace.showHiddenSpaces (C:\Users\MeTheUser\.atom\packages\atom-innerspace\lib\atom-innerspace.coffee:48:34)
  at updateEditors (C:\Users\MeTheUser\.atom\packages\atom-innerspace\lib\atom-innerspace.coffee:12:32)

Commands

     -6:05.2.0 core:backspace (input.hidden-input)
     -6:03.2.0 core:save (input.hidden-input)
     -5:57.4.0 core:paste (atom-text-editor.editor.mini.is-focused)
  3x -5:34.9.0 core:backspace (atom-text-editor.editor.mini.is-focused)
  3x -5:34.8.0 core:cancel (div.settings-view.pane-item)
     -5:27.1.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -5:25.5.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -5:12.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -5:10.9.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "base16-tomorrow-dark-theme"
    ]
  }
}

Installed Packages

# User
atom-innerspace, v0.1.4
language-parser3, v0.0.0

# Dev
No dev packages

Cursor is missing

When activating the plugin the cursor on the row is not shown. Not even when you start to write, you see only the letters appear.

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.