ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Gremlins

by redoPop ST3

Reveal odd and invisible whitespace characters in Sublime Text.

Labels unicode, utf8

Details

Installs

  • Total 6K
  • Win 2K
  • Mac 3K
  • Linux 730
Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4
Windows 1 1 0 0 0 0 2 0 0 0 0 2 0 3 0 0 1 0 0 0 1 1 3 1 0 0 1 0 0 0 2 0 0 0 0 3 1 3 0 0 0 2 0 0 0 0
Mac 1 2 0 3 2 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 0 0 1 0 2 0 1 1 2 1 1 2 0 0 1 1 2 1 0 0 0 2 0 0 1 2
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 7 1 1 0 0 2 0 0 1 0 0 0 0 1 0 0 4

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:

Screenshot of Sublime Gremlins

  1. The line containing the character is marked in the gutter.
  2. A colored border marks the character within the line.
  3. 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:

  1. Open Sublime Text's command palette
  2. Select the “Package Control: Install Package” command
  3. 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.