- Requires Brackets 1.1 or higher
- Add new
cm-dk-whitespace-empty-line-space
andcm-dk-whitespace-empty-line-tab
tokens for recoloring blank lines - Add new
cm-dk-whitespace-*-nonbrk-space
tokens for recoloring non-breaking spaces - Add user-configurable colors using the Brackets preferences system
- Add support for built-in Brackets dark theme
- Add localization support
- Remove CodeMirror 2 support
- Rename
checked
preference toenabled
- Update events listeners to use event system introduced in Brackets 1.1
- Minor code cleanup
- Support Brackets v0.38+
- Update use of PreferencesManager to remove deprecation warnings
Changed the name to "Show Whitespace" as all whitespace is visualized now.
Instead of adding a separate <div>
with an entry for the indentation of each line, the HTML code that CodeMirror itself produces is augmented. This makes the extension much more reliable and faster. Support for inline editors then is gratis, too - except for refresh calls when the setting is toggled.