intellij-rainbow-brackets

🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet

GPL-3.0 License

Stars
4.3K
Committers
21

Bot releases are hidden (Show)

intellij-rainbow-brackets - 5.8.1

Published by izhangzhihao over 6 years ago

  • Fix #67: Can't find resource for bundle java.util.PropertyResourceBundle, key version
  • Improve anonymous feedback
intellij-rainbow-brackets - 5.8

Published by izhangzhihao over 6 years ago

  • Feature #52 Flat out all text other than brackets on key (Alt + Button3) press. (via pull request #63)
  • Feature #61 Change Highlight Current Scope Keymap to Ctrl + Button3 (Windows & Linux) or Meta+ Button3 (Mac) (via pull request #63)
  • Add anonymous feedback support

Default keymap:
3

Ctrl + Button3 / Meta+ Button3(Mac):

1

Alt + Button3:

2

intellij-rainbow-brackets - 5.7.1

Published by izhangzhihao over 6 years ago

  • Fix #60 :Exception in v5.7
  • Experimental feature: Highlight current scope when Ctrl(Windows & Linux)/Meta(Mac) key pressed (feature #37 / pull request#59)
intellij-rainbow-brackets - 5.7

Published by izhangzhihao over 6 years ago

Experimental feature: Highlight current scope when Ctrl(Windows & Linux)/Meta(Mac) key pressed (feature #37 / pull request #59)

intellij-rainbow-brackets - 5.6

Published by izhangzhihao over 6 years ago

Performance improvement

intellij-rainbow-brackets - 5.5

Published by izhangzhihao over 6 years ago

Fix #53

intellij-rainbow-brackets - 5.4

Published by izhangzhihao over 6 years ago

  • Fix #53 The closing brackets or keywords are not highlighted (Ruby & PHP)
  • Performance improvement
intellij-rainbow-brackets - 5.3

Published by izhangzhihao over 6 years ago

Improve angle bracket support for Groovy

intellij-rainbow-brackets - 5.2

Published by izhangzhihao over 6 years ago

  • #48 Performance improvement
  • #49 Fix images size
intellij-rainbow-brackets - 5.1

Published by izhangzhihao over 6 years ago

#39 Enable rainbow html in js, check more info in here.

intellij-rainbow-brackets - 5.0

Published by izhangzhihao over 6 years ago

Finally, intellij-rainbow-brackets released version 5.0 with all RC features & bug fix. Thanks for @YiiGuxing, which helps move this plugin from Annotator to HighlightVisitor! Check more info at #25 . From 5.x series we didn't need specific implementations like java/scala/kotlin specific implementations in 3.x series any more!

  • #13 Add test for dart support & add DartAngleBracketProvider for support dart angle brackets.
  • #18 Config brackets color, the guide
  • Add test for #39.
  • #38 Add support for JSX (React).
  • Fix #27 Settings no longer works.
  • #30 Adjust color: remove red, purple from color palettes, add some material design color to color palettes..
  • #32 Add version info in setting page.
  • #31 Fix 'Enablement of round brackets enables all but angle brackets'.
  • #10 #2 Add setting to disable rainbow-ify brackets without content.
  • Show update notification after plugin updated.
  • Add a lot of tests.
  • Convert all java code to kotlin.
  • And with much more features not documented in release notes.

NOTE: this version are build against with IU-2017.2.7, but verified by IC-2017.2

intellij-rainbow-brackets - 5.0-RC4

Published by izhangzhihao over 6 years ago

  • #10 #2 Add setting to disable rainbow-ify brackets without content
  • Show update notification after plugin updated
  • Add a lot of tests
  • Convert all java code to kotlin

NOTE: this version are build against with IU-2017.2.7, but verified by IC-2017.2

intellij-rainbow-brackets - 5.0-RC3

Published by izhangzhihao over 6 years ago

  • #32 Add version info in setting page
  • #31 Fix 'Enablement of round brackets enables all but angle brackets'
intellij-rainbow-brackets - 5.0-RC2

Published by izhangzhihao over 6 years ago

#30 Adjust color: remove red, purple from color palettes, add some material design color to color palettes.

intellij-rainbow-brackets - Release 5.0-RC1

Published by izhangzhihao over 6 years ago

Fix #27

intellij-rainbow-brackets - Release 5.0-RC0

Published by izhangzhihao over 6 years ago

This is the first RC release on 5.x series!

Thanks for @YiiGuxing , which helps move this plugin from Annotator to HighlightVisitor!
Check more info at #25 .
This RC release has really good compatibility with previous release(3.x series).
From 5.x series we didn't need specific implementations like java/scala/kotlin specific implementations in 3.x series any more!
And with much more features not documented in release notes.

intellij-rainbow-brackets - Release 3.1.1

Published by izhangzhihao over 6 years ago

intellij-rainbow-brackets - Add specific implement for PHP language

Published by izhangzhihao almost 7 years ago

intellij-rainbow-brackets - Version 3.0 has been released, with all RC features & bug fix

Published by izhangzhihao almost 7 years ago

Version 3.0 has been released, with all RC features & bug fix

  1. Fix #23 Inconsistent colors.
  2. Fix #21 Wrong bracket colorization based on spaces.
  3. Fix #19 Kotlin expression inside string bug
  4. Fix #12 Symbol less ">" is considered as a bracket even without leading "<"
  5. Fix #11 Same level brackets should have same color
  6. Add specific implement for java/kotlin/scala/javascript
  7. Add example to help people add specific implementation for specific language!
  8. Check out README.md on github https://github.com/izhangzhihao/intellij-rainbow-brackets.
intellij-rainbow-brackets - Adjust colors for default light theme

Published by izhangzhihao almost 7 years ago

Adjust colors for default light theme in #22 . Thanks to @YiiGuxing