Gremlins
Reveal odd and invisible whitespace characters in Sublime Text.
Details
Installs
- Total 7K
- Win 2K
- Mac 4K
- Linux 853
Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 3 | 2 | 1 | 4 | 1 | 3 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 0 |
Mac | 3 | 4 | 0 | 0 | 10 | 3 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 3 | 4 | 1 | 2 | 0 | 0 | 1 | 2 | 2 | 2 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 3 | 2 | 1 | 0 | 2 | 1 |
Linux | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
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.
Installation
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"
Command palette
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.
Find menu
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.
Key bindings
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.
Select Preferences ▸ Package Settings ▸ Gremlins ▸ Key Bindings from the menu. This will open a two-pane view with Gremlins' example key bindings on the left and your personal key bindings file on the right. Copy over any key bindings you want to use.