• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

show-ideographic-space

Show ideographic space (known as 全角スペース)
raccy
143,002
347
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by