clutcher / bh

Issue tracker for Better Highlights Intellij IDEA plugin
7 stars 0 forks source link

RegExp highlight is in list of errors #69

Closed clutcher closed 12 months ago

clutcher commented 1 year ago

From review https://plugins.jetbrains.com/plugin/12895-better-highlights/reviews#review=88795

When i press F2 button, intellij had pointed out next error hilighted. But after i installed this plugin and apply "regex" feature, it point out the thing matched with regex. Please correct this bug !!!

clutcher commented 1 year ago

Initial investigation: it is realted to #51 and #52 where was increased highlight severity of regexp to have higher "layer" of display.

Need to check if it possible to use custom severity level and not impact error/warn stuff. Otherwise need to introduce setting on regexp to allow user to choose what severity level to use.

clutcher commented 12 months ago

Fix released.