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 visible (Hide)

intellij-rainbow-brackets - 5.25

Published by izhangzhihao about 5 years ago

Fix #259 Runtime error in rainbow indent guide lines.

intellij-rainbow-brackets - 5.24

Published by izhangzhihao about 5 years ago

  • Fix #252 Runtime error in rainbow indent guide lines.
  • Fix #254 Nginx support is been disabled from now on.
  • Re-enable anonymous feedback.
intellij-rainbow-brackets - 5.23

Published by izhangzhihao about 5 years ago

#164 #251 New feature: Rainbow indent guide lines(experimental), Thanks @YiiGuxing !

intellij-rainbow-brackets - 5.22

Published by izhangzhihao about 5 years ago

Fix #243 #180, allow users custom matched brace by setting overrideMatchedBraceAttributes = false

intellij-rainbow-brackets - 5.21

Published by izhangzhihao about 5 years ago

  • #65 [Scope Highlighting] now the effects will not be removed after shortcut released, users could press the key ESC to do this. There also have an option Press any key to remove the highlighting effects
  • Refactoring & Remove dead code

Please support us!

intellij-rainbow-brackets - 5.20

Published by izhangzhihao over 5 years ago

  • #233 Option to not rainbowify brackets of the first level.
  • #234 Color is displayed with wrong order in C# code.
intellij-rainbow-brackets - 5.19

Published by izhangzhihao over 5 years ago

Fix #221

intellij-rainbow-brackets - 5.18

Published by izhangzhihao over 5 years ago

Add notification for custom your own rainbow colors.

intellij-rainbow-brackets - 5.17

Published by izhangzhihao over 5 years ago

  • More color options for squiggly brackets before cycle(#215).
  • NullPointerException in while analyse code(#216).
intellij-rainbow-brackets - 5.16

Published by izhangzhihao over 5 years ago

intellij-rainbow-brackets - 5.15

Published by izhangzhihao over 5 years ago

Fix support for kotlin scheme attribute "KOTLIN_FUNCTION_LITERAL_BRACES_AND_ARROW".

intellij-rainbow-brackets - 5.14

Published by izhangzhihao almost 6 years ago

  • Remove deprecated API usages.
  • Refactoring.
  • Added Dart to the supported languages list(#205).
intellij-rainbow-brackets - 5.13

Published by izhangzhihao almost 6 years ago

  • Fix macro support of Clang(#198)
  • Remove red-variation colors from default configuration(#192)
intellij-rainbow-brackets - 5.12

Published by izhangzhihao almost 6 years ago

#6: Intellij-rainbow-brackets now support C# language!

intellij-rainbow-brackets - 5.11

Published by izhangzhihao almost 6 years ago

#7 : Now you could disable rainbow brackets for specific languages, see more info here.

intellij-rainbow-brackets - 5.10

Published by izhangzhihao about 6 years ago

  • New color settings page!!! Thanks to this PR(#179) from @YiiGuxing.
  • See the new settings page in Settings/Preferences > Editor > Color Scheme > Rainbow Brackets.
intellij-rainbow-brackets - 5.9.1

Published by izhangzhihao over 6 years ago

Fix wrong background color on a light theme of "MATCHED_BRACE_ATTRIBUTES"(#155).

intellij-rainbow-brackets - 5.9

Published by izhangzhihao over 6 years ago

  • Rainbow Kotlin lambda expression arrow(#142).
  • Experimental feature: Highlight Kotlin label(#143).
  • Override "MATCHED_BRACE_ATTRIBUTES".
  • Improve configs & docs.
  • Cleanup temp code & deprecated code.
  • Remove anonymous feedback.
intellij-rainbow-brackets - 5.8.3

Published by izhangzhihao over 6 years ago

Improve anonymous feedback

intellij-rainbow-brackets - 5.8.2

Published by izhangzhihao over 6 years ago

Override kotlin plugin setting KOTLIN_FUNCTION_LITERAL_BRACES_AND_ARROW to empty so that we could rainbowify multiple level lambda expressions.