Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 1.09 KB

Changelog

v2.1.0 - Unreleased

  • Requires Brackets 1.1 or higher
  • Add new cm-dk-whitespace-empty-line-space and cm-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 to enabled
  • Update events listeners to use event system introduced in Brackets 1.1
  • Minor code cleanup

v2.0.1 - 2014/5/59

  • Support Brackets v0.38+
  • Update use of PreferencesManager to remove deprecation warnings

2012/11/14

Changed the name to "Show Whitespace" as all whitespace is visualized now.

2012/06/29

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.