Gremlins
在 Sublime Text 中显示奇特的和不可见的空白字符。
详细信息
安装数量
- 总计 6K
- Win 2K
- Mac 3K
- Linux 755
Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 2 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 0 | 2 | 0 | 0 |
Mac | 2 | 1 | 0 | 0 | 2 | 1 | 0 | 1 | 2 | 0 | 0 | 3 | 3 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 1 | 1 | 0 | 2 | 1 | 4 | 1 | 1 | 1 | 0 | 0 | 1 | 4 | 0 | 1 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
Sublime Gremlins
A Sublime Text plugin to help identify invisible and ambiguous Unicode whitespace characters (zero width spaces, no-break spaces, and similar.) I call these characters gremlins, and Sublime Gremlins highlights them in the following ways
- The line containing the character is marked in the gutter.
- A colored border marks the character within the line.
- When the cursor reaches the character, the status bar displays its Unicode code position and name.
This plugin also adds commands to identify and select (for removal/replacement) any gremlins in the current document.
安装
Sublime Gremlins is available on Package Control:
- Open Sublime Text's command palette
- Select the “Package Control: Install Package” command
- Search & select the “Gremlins” package
If you prefer, install via git
git clone https://github.com/redoPop/SublimeGremlins.git \
"~/Library/Application Support/Sublime Text 3/Packages/Gremlins"
命令面板
Sublime Gremlins adds the following to your command palette
- Gremlins: Find All selects (with multiple cursors) all gremlins in the current view.
- Gremlins: Find Next selects the next gremlin from the current cursor position.
- Gremlins: Highlight All highlights all gremlins in the current view (happens automatically by default).
- Gremlins: Name Current Character Displays the Unicode code point and name of the character at the current cursor position, whether or not it's a gremlin.
查找菜单
Sublime Gremlins adds a couple of items to the bottom of Sublime's Find menu
- Find Next Gremlin selects the next gremlin from the current cursor position.
- Find All Gremlins selects (with multiple cursors) all gremlins in the current view.
快捷键
Sublime Gremlins doesn't add any key bindings by default, but it does provide some example key bindings so you can add your own if you want.
从菜单中选择偏好设置 ▸ 包设置 ▸ Gremlins ▸ 键位绑定。这将打开一个双窗格视图,左侧显示Gremlins的示例键位绑定,右侧显示您的个人键位绑定文件。复制您想要使用的任何键位绑定。