dima74 / intellij-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
GNU General Public License v3.0
64 stars 13 forks source link

please restore `Never highlight indent as error(in red color)` #51

Closed trydofor closed 2 years ago

trydofor commented 2 years ago

I remember the previous version, there is an option to disable the ERROR color to show

there are almost some wrapped long lines, eg. long parameter, long expression, which aligns to the top level. and intellij-indent-rainbow mark these line as ERROR indent.

the (Red) ERROR color makes me nervous :) please restore the option.

trydofor commented 2 years ago

Never highlight indent as error(in red color) version 1.7.0

dima74 commented 2 years ago

Hi @trydofor! It is still possible, just use "Never highlight indent as error for languages" settings (specify * to disable error highlighting in all files)

trydofor commented 2 years ago

thanks, I never think about this options. I downgrade to 1.7.0 and upgrade back now 😃