Gremlins
Reveal odd and invisible whitespace characters in Sublime Text.
Details
Installs
- Total 6K
- Win 2K
- Mac 3K
- Linux 779
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 2 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | 2 | 1 |
Mac | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 2 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 1 | 0 | 2 |
Linux | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 1 |
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.