Coder Social home page Coder Social logo

show-ideographic-space's Introduction

Show Ideographic Space Package

This package show ideographic spaces (" ", U+3000, 和字間隔, known as FULLWIDTH SPACE).

Change character, colors, etc

No config, only your stylesheet. By opening the "Open Your Stylesheet", you can change the content, the text color, and the background color as below. (see also ~/.atom/packages/show-ideographic-space/styles/show-ideographic-space.less)

atom-text-editor, atom-text-editor.editor {
  .highlight.ideographic-space {
    .region:after {
      color: #800000;
      content: '×';
      background-color: #CCCCCC;
    }
  }
}

和字間隔表示パッケージ

和字間隔(" "、U+3000、IDEOGRAPHIC SPACE、いわゆる全角スペース)を目に見える形で表示します。

文字や色の変更

設定では無くスタイルシートで指定します。フォントの色や背景色を変更したい場合は「Open Your Stylesheet」から個人設定のスタイルシートを開いて、下記のようにカスタマイズすることができます。 (参照 ~/.atom/packages/show-ideographic-space/styles/show-ideographic-space.less)

atom-text-editor, atom-text-editor.editor {
  .highlight.ideographic-space {
    .region:after {
      color: #800000;
      content: '×';
      background-color: #CCCCCC;
    }
  }
}

A screenshot of show ideographic space package

show-ideographic-space's People

Contributors

raccy avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

show-ideographic-space's Issues

Package.getStylesheetsPath is deprecated.

Store package style sheets in the styles/ directory instead of stylesheets/ in the show-ideographic-space package

Package.getStylesheetsPath (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:444:9)
Package.getStylesheetPaths (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:455:32)
Package.loadStylesheets (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:437:38)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:167:19)

Deprecated selector in `show-ideographic-space/styles/show-ideographic-space.less`

In show-ideographic-space/styles/show-ideographic-space.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor .highlight.ideographic-space .region:after, atom-text-editor::shadow .highlight.ideographic-space .region:after => atom-text-editor .highlight.ideographic-space .region:after, atom-text-editor.editor .highlight.ideographic-space .region:after

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Uncaught TypeError: Cannot read property 'openScopes' of undefined

SCSSファイルを編集中に、

.class-name {}

などと入力すると、そのファイルを保存するまでは、改行を使用とリターンキーを押しても下記のようなエラーが表示され改行が挿入できなくなるようでした。
こちらのパッケージの問題ではないかもしれませんが、念のためご報告しました。

Atom Version: 0.202.0
System: Mac OS X 10.10.3
Thrown From: show-ideographic-space package, v0.1.7

Stack Trace

Uncaught TypeError: Cannot read property 'openScopes' of undefined

At /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:755

TypeError: Cannot read property 'openScopes' of undefined
  at TokenizedBuffer.module.exports.TokenizedBuffer.openScopesForRow (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:555:49)
  at TokenizedBuffer.module.exports.TokenizedBuffer.buildTokenizedLineForRowWithText (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:515:27)
  at TokenizedBuffer.module.exports.TokenizedBuffer.buildTokenizedLineForRow [as originalBuildTokenizedLineForRow] (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:506:19)
  at TokenizedBuffer.tokenizedBuffer.buildTokenizedLineForRow (/Users/nibushibu/.atom/packages/show-ideographic-space/lib/show-ideographic-space-manager.coffee:42:24)
  at TokenizedBuffer.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:459:34)
  at TokenizedBuffer.module.exports.TokenizedBuffer.buildTokenizedLinesForRows (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:468:10)
  at TokenizedBuffer.module.exports.TokenizedBuffer.handleBufferChange (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:369:32)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:62:24
  at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)
  at TextBuffer.module.exports.TextBuffer.applyChange (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:624:20)
  at TextBuffer.module.exports.TextBuffer.setTextInRange (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:532:12)
  at Selection.module.exports.Selection.insertText (/Applications/Atom.app/Contents/Resources/app.asar/src/selection.js:452:43)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:730:31
  at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:775:29
  at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:750:18)
  at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1136:26)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:769:24
  at TextEditor.module.exports.TextEditor.mergeSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1954:43)
  at TextEditor.module.exports.TextEditor.mergeIntersectingSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1928:35)
  at TextEditor.module.exports.TextEditor.mutateSelectedText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:767:19)
  at TextEditor.module.exports.TextEditor.insertText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:727:21)
  at TextEditor.object.(anonymous function) [as insertText] (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/underscore-plus/lib/underscore-plus.js:77:27)
  at /Applications/Atom.app/Contents/Resources/app.asar/node_modules/bracket-matcher/lib/bracket-matcher.js:142:26
  at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:750:18)
  at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1136:26)
  at BracketMatcher.module.exports.BracketMatcher.insertNewline (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/bracket-matcher/lib/bracket-matcher.js:139:21)
  at TextEditor.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/bracket-matcher/lib/bracket-matcher.js:3:61)
  at TextEditor.object.(anonymous function) [as insertNewline] (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/underscore-plus/lib/underscore-plus.js:76:20)
  at TextEditor.atom.commands.add.stopEventPropagationAndGroupUndo.editor:newline (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:593:19)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:305:34
  at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:750:18)
  at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1136:26)
  at atom-text-editor.newCommandListeners.(anonymous function) (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:304:22)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:238: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:521: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 HTMLDocument.module.exports.WindowEventHandler.onKeydown (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:178:20)

Commands

  9x -0:20.7.0 core:backspace (atom-text-editor.editor.is-focused.autocomplete-active)
     -0:14.5.0 emmet:select-previous-item (atom-text-editor.editor.is-focused.autocomplete-active)
     -0:14 core:cut (atom-text-editor.editor.is-focused.autocomplete-active)
     -0:13.3.0 core:undo (atom-text-editor.editor.is-focused)
     -0:12.5.0 core:copy (atom-text-editor.editor.is-focused)
     -0:05.6.0 core:save (atom-text-editor.editor.is-focused)
     -0:04.6.0 pane:show-next-item (atom-text-editor.editor.is-focused)
     -0:04.1.0 core:move-to-bottom (atom-text-editor.editor.is-focused)
     -0:03.7.0 emmet:insert-formatted-line-break-only (atom-text-editor.editor.is-focused)
     -0:03.7.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:03.2.0 core:paste (atom-text-editor.editor.is-focused.autocomplete-active)
     -0:02.6.0 emmet:insert-formatted-line-break-only (atom-text-editor.editor.is-focused)
     -0:02.6.0 editor:newline (atom-text-editor.editor.is-focused)
     -0:01.2.0 core:save (atom-text-editor.editor.is-focused)
     -0:00.9.0 emmet:insert-formatted-line-break-only (atom-text-editor.editor.is-focused)
     -0:00.9.0 editor:newline (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "followSymlinks": true,
    "disabledPackages": [
      "css-color-highlight",
      "jslint",
      "crosshairs",
      "term",
      "pain-split",
      "css-color-highlighting",
      "atom-lint",
      "tab-switcher",
      "caniuse",
      "term2",
      "atom-beautify",
      "linter-tidy",
      "linter-htmlhint",
      "resize-panes",
      "white-cursor",
      "linter-scss-lint",
      "space-tab",
      "japanese-menu",
      "tree-view-filter",
      "tool-bar",
      "tool-bar-main",
      "grammar-token-limit"
    ],
    "themes": [
      "atom-dark-ui-slim",
      "monokai"
    ],
    "excludeVcsIgnoredPaths": false
  }
}

Installed Packages

# User
Sublime-Style-Column-Selection, v1.2.4
ascii-codes, v0.3.3
atom-alignment, v0.12.1
atom-color-highlight, v3.0.9
atom-dark-ui-slim, v0.47.1
autocomplete-paths, v1.0.2
bezier-curve-editor, v0.7.1
color-picker, v2.0.2
emmet, v2.3.10
file-icons, v1.5.5
filetype-color, v0.1.4
highlight-column, v0.4.1
highlight-line, v0.10.2
html-entities, v0.4.0
html-img, v0.4.0
japanese-wrap, v0.2.7
language-actionscript, v0.2.0
linter, v0.12.6
linter-coffeelint, v0.2.4
linter-csslint, v0.0.13
linter-php, v0.0.15
minimap, v4.9.0
minimap-git-diff, v4.1.3
monokai, v0.14.0
project-manager, v1.15.7
recent-files, v0.3.0
regex-railroad-diagram, v0.7.4
set-syntax, v0.3.0
show-ideographic-space, v0.1.7
tree-view-finder, v0.2.1

# Dev
No dev packages

Package.getStylesheetsPath is deprecated.

Store package style sheets in the styles/ directory instead of stylesheets/ in the show-ideographic-space package

Package.getStylesheetsPath (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:444:9)
Package.getStylesheetPaths (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:455:32)
Package.loadStylesheets (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:437:38)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:167:19)

Custom whitespace (ホアイトスペースのカスタマイズ)

Hello, I am using this package in Atom, and it is pretty useful. But I want to know if there is a way to add custom whitespaces without knowledge of programming?

こんにちは。Atomで当パケージを使用させていただいてます。すごく便利ですが、他のホワイトスペースをいれることが可能かを尋ねたいです。

Background

I have added custom whitespace(U+0008) to show-ideographic-space.coffee file, and it works well(code part is below). Actually, this whitespace is inserted, but not shown in Mac, but can be seen in Ubuntu. There are many non-programmer Mac users in my company, who only write HTML, and HTML files written by them shows this whitespace for non-Mac users. So, if it is possible to add custom whitespaces from some kind of settings file, it would be easy to introduce them to this package, and add U+0008, which will solve many problems.

カスタムでホアイトスペースU+0008を show-ideographic-space.coffeeに追加したら、機能しました(以下コードパーツ)。このホアイトスペースは、Mac専用で追加されても表示さないもので、他のOSでは見えてます(Ubuntuで確認済み)。当社にプログラミング出来ないがHTMLを書くMacユーザーの社員が多数要るので、このような変更を設定ファイルなどに追加して転用される仕組みがあれば、パケージの紹介や設定の編集が気楽になるかなと思いました。

activate: (state) ->
    charMap = {
      ' ':
        type: 'highlight'
        class: 'ideographic-space'
      '�':
        type: 'highlight'
        class: 'ideographic-space'
}

Of course, I suggest it as an idea. But, I think there are also other people who want to add some kind of highlighting too.

もちろん、アイディアです。しかし、この用に、カスタムで文字をハイライトしたいと思う人も多くいると思うので、お願いしたいものです。

Best regards.

Duplicate markers (マーカーが複製される)

If you enter the key "return" after ideographic space, it duplicate makers.
This may be a bug on Atom, because this package do not add a maker.

I'm investigating the details. If you have informations, I would like your advice.

全角スペースの後に改行したりしたときに、マーカーが複製される場合があります。
パッケージ側はこのとき何もしてないので、たぶん、Atomのバグみたいです。

詳しい情報は調査中ですが、何か情報をお持ちの方がいましたら、
教えていただくと助かります。

Uncaught TypeError: Cannot read property 'isComment' of undefined

It causes only when show-ideographic-space is enable.
Maybe there is a bug on the package, not Atom core.

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.204.0
System: Mac OS X 10.10.3
Thrown From: Atom Core

Stack Trace

Uncaught TypeError: Cannot read property 'isComment' of undefined

At /Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:755

TypeError: Cannot read property 'isComment' of undefined
  at TokenizedBuffer.module.exports.TokenizedBuffer.isFoldableCodeAtRow (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:429:71)
  at TokenizedBuffer.module.exports.TokenizedBuffer.isFoldableAtRow (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:424:19)
  at TokenizedBuffer.module.exports.TokenizedBuffer.updateFoldableStatus (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:412:25)
  at TokenizedBuffer.module.exports.TokenizedBuffer.handleBufferChange (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:377:20)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:62:24
  at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)
  at TextBuffer.module.exports.TextBuffer.applyChange (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:624:20)
  at TextBuffer.module.exports.TextBuffer.revertToCheckpoint (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:789:16)
  at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:753:14)
  at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1136:26)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:769:24
  at TextEditor.module.exports.TextEditor.mergeSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1958:18)
  at TextEditor.module.exports.TextEditor.mergeIntersectingSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1928:35)
  at TextEditor.module.exports.TextEditor.mutateSelectedText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:767:19)
  at TextEditor.module.exports.TextEditor.pasteText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:2326:19)
  at TextEditor.atom.commands.add.stopEventPropagationAndGroupUndo.core:paste (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:437:19)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:305:34
  at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:750:18)
  at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1136:26)
  at atom-text-editor.newCommandListeners.(anonymous function) (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:304:22)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:238: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:520:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:355:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:178:20)

Commands

     -0:17.6.0 core:move-up (atom-text-editor.editor.is-focused)
     -0:17 snippets:next-tab-stop (atom-text-editor.editor.is-focused)
     -0:17 snippets:expand (atom-text-editor.editor.is-focused)
     -0:17 editor:indent (atom-text-editor.editor.is-focused)
     -0:16.6.0 core:move-down (atom-text-editor.editor.is-focused)
     -0:16.5.0 core:move-left (atom-text-editor.editor.is-focused)
  3x -0:16.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:14.9.0 core:move-right (atom-text-editor.editor.is-focused)
  3x -0:14.8.0 core:move-up (atom-text-editor.editor.is-focused)
  7x -0:14.2.0 core:select-down (atom-text-editor.editor.is-focused)
  2x -0:12.9.0 core:select-up (atom-text-editor.editor.is-focused)
     -0:11.9.0 core:copy (atom-text-editor.editor.is-focused)
     -0:11.5.0 core:move-down (atom-text-editor.editor.is-focused)
     -0:11.1.0 core:move-up (atom-text-editor.editor.is-focused)
     -0:10.3.0 core:paste (atom-text-editor.editor.is-focused)
     -0:00.5.0 core:copy (atom-notification.fatal.icon.icon-bug.native-key-bindings.has-detail.has-close.has-stack)

Config

{
  "core": {
    "disabledPackages": [
      "vim-mode",
      "trailing-spaces",
      "linter-shellcheck",
      "linter-pep8",
      "linter-jscs",
      "linter-jshint",
      "terminal-panel",
      "autocomplete-clang",
      "linter-hlint",
      "linter-javac",
      "linter-js-yaml",
      "linter-mcs",
      "linter-scalac",
      "linter-tidy",
      "linter-tslint",
      "linter-erb",
      "linter-csslint",
      "remote-edit",
      "atom-rails",
      "rails-rspec",
      "highlight-column",
      "localization",
      "atom-beautify",
      "atom-charcode",
      "atom-pronama-chan",
      "autocomplete-ruby",
      "japanese-menu",
      "language-haskell"
    ],
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  },
  "editor": {
    "fontFamily": "'Migu 2M'",
    "showInvisibles": true,
    "showIndentGuide": true,
    "invisibles": {},
    "softWrap": true,
    "softWrapAtPreferredLineLength": true,
    "tabLength": 8,
    "fontSize": 14,
    "softTabs": false
  }
}

Installed Packages

# User
Remote-FTP, v0.6.2
Sublime-Style-Column-Selection, v1.3.0
atom-color-highlight, v3.0.9
autocomplete-haskell, v0.4.2
autocomplete-paths, v1.0.2
autocomplete-php, v0.3.6
autocomplete-python, v0.4.1
color-picker, v2.0.2
editorconfig, v1.0.0
file-icons, v1.5.5
haskell-ghc-mod, v0.6.2
highlight-selected, v0.9.3
ide-haskell, v0.5.6
japanese-wrap, v0.2.7
language-batch, v0.3.3
language-cmake, v0.1.3
language-csharp, v0.5.0
language-d, v3.2.1
language-dart, v0.2.0
language-fish-shell, v1.0.2
language-generic-config, v0.2.0
language-haml, v0.21.0
language-lisp, v0.1.1
language-plantuml, v0.0.0
language-rust, v0.4.3
language-scala, v1.1.0
language-scheme, v1.4.0
language-slim, v0.4.0
language-smalltalk, v1.0.2
language-svg, v0.8.0
language-swift, v0.4.0
language-textile, v0.2.0
language-typescript, v0.15.0
linter, v0.12.6
linter-clang, v2.25.2
linter-coffeelint, v0.2.4
linter-rubocop, v0.2.7
linter-ruby, v0.1.6
minimap, v4.9.0
pigments, v0.3.1
project-palette-finder, v2.4.17
regex-railroad-diagram, v0.7.4
show-ideographic-space, v0.1.7
svg-preview, v0.6.0
symbols-tree-view, v0.9.3
web-view, v0.3.0

# Dev
No dev packages

Not work and cause errors! (動かないし、エラーが発生します!)

This package v0.1.7 dose not work and causes errors in the latest Atom.
Because Token and TokenizedLines that the package hack are different from the previous version.
So please disable it, until I release the next version that uses a different logic.

0.1.7は最新のAtomでは正常に動作せずに、いくつかのエラーを発生させます。
APIが変わってしまったのが原因です。
対応版をリリースするまでは、無効にされるようにお願いします。

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.