Skip to content

Releases: anton-rudeshko/CSSReorder

v0.5.1

Choose a tag to compare

@anton-rudeshko anton-rudeshko released this 26 Jul 17:25
  • Upgrading to new platform API to support WebStorm 8, PHPStorm 8 and IDEA 14.

v0.5.0

Choose a tag to compare

@anton-rudeshko anton-rudeshko released this 06 Nov 18:45
  • Upgrading to new platform API to support WebStorm 7, PHPStorm 7 and IDEA 13.
  • Now requires IntelliJ IDEA platform ≥ 13.
  • Consider also using node.js/npm version: csscomb.js

v0.4.0

Choose a tag to compare

@anton-rudeshko anton-rudeshko released this 05 Jul 04:59
  • Completely rewritten to use platform provided rearrangement.
  • Now requires IntelliJ IDEA platform ≥ 12.
  • Now should be invoked using Code → Rearrange action on CSS files. This action also can be invoked on code reformatting action by checking corresponding option (Rearrange entries) in Reformat code dialog. Fixes #10.
  • Now works with media rulesets. Fixes #11.
  • Now works with selection. Fixes #7.

v0.3.1

Choose a tag to compare

@anton-rudeshko anton-rudeshko released this 05 Jul 05:00
Changed default shortcut to Ctrl+Alt+R because of conflict with menu …