-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello
I've tried atom-table-editor. It first time.
I got the error Uncaught TypeError: Cannot read property 'length' of null
[Enter steps to reproduce below:]
- create table
- enter
tabkey in table cell (aaa).
| aaa | bbbbbbbbb |
|:----|:-------------|
| a | aaaa |
Atom Version: 1.4.0
System: Mac OS X 10.11.2
Thrown From: table-editor package, v0.1.1
Stack Trace
Uncaught TypeError: Cannot read property 'length' of null
At /path/to/home/.atom/packages/table-editor/lib/table-processors.coffee:88
TypeError: Cannot read property 'length' of null
at /path/to/home/.atom/packages/table-editor/lib/table-processors.coffee:88:42
at Object.exports.parseString (/path/to/home/.atom/packages/table-editor/node_modules/asciiparse/index.js:112:3)
at processMarkdownTable (/path/to/home/.atom/packages/table-editor/lib/table-processors.coffee:71:27)
at /path/to/home/.atom/packages/table-editor/lib/table-processors.coffee:126:3
at TableFormatter.module.exports.TableFormatter.getFormattedTableText (/path/to/home/.atom/packages/table-editor/lib/table-formatter.coffee:71:21)
at TableFormatter.module.exports.TableFormatter.getSelectionRanges (/path/to/home/.atom/packages/table-editor/lib/table-formatter.coffee:109:17)
at Object.module.exports.TableEditor.formatTable (/path/to/home/.atom/packages/table-editor/lib/table-editor.coffee:132:7)
at atom-text-editor.subscriptions.add.atom.commands.add.table-editor:next-cell (/path/to/home/.atom/packages/table-editor/lib/table-editor.coffee:20:37)
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:536:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:359: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
2x -3:34.2.0 core:select-down (atom-text-editor.editor.is-focused)
-3:11 markdown-table-formatter:format (atom-text-editor.editor.is-focused)
-3:06.7.0 core:move-left (atom-text-editor.editor.is-focused)
2x -3:06.5.0 core:delete (atom-text-editor.editor.is-focused)
-3:03.2.0 core:move-left (atom-text-editor.editor.is-focused)
-3:03.0 core:delete (atom-text-editor.editor.is-focused)
-3:01.4.0 core:move-right (atom-text-editor.editor.is-focused)
-3:01.0 core:delete (atom-text-editor.editor.is-focused)
2x -2:55.7.0 markdown-table-formatter:format (atom-text-editor.editor.is-focused)
-2:39.4.0 core:delete (atom-text-editor.editor.is-focused.table-editor-active)
-2:36.6.0 core:backspace (atom-text-editor.editor.is-focused.table-editor-active)
-2:27.5.0 markdown-table-formatter:format (atom-text-editor.editor.is-focused)
-1:15.7.0 application:new-file (atom-text-editor.editor.mini.is-focused)
2x -0:13.9.0 core:move-left (atom-text-editor.editor.is-focused.table-editor-active)
-0:13.5.0 core:delete (atom-text-editor.editor.is-focused.table-editor-active)
2x -0:13 table-editor:next-cell (atom-text-editor.editor.is-focused.table-editor-active)
Config
{
"core": {
"audioBeep": false,
"disabledPackages": [
"recent-files",
"markdown-pdf",
"autocomplete-ruby",
"linter-rubocop",
"linter-ruby",
"japanese-wrap",
"tabs-to-spaces"
],
"themes": [
"atom-dark-ui",
"atom-dark-syntax"
]
}
}Installed Packages
# User
emacs-core-keys, v0.2.2
language-pgsql, v0.2.0
language-slim, v0.5.0
linter, v1.11.3
markdown-table-formatter, v2.7.2
open-recent, v4.0.1
table-editor, v0.1.1
# Dev
No dev packagesMetadata
Metadata
Assignees
Labels
No labels