krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
440 stars 57 forks source link

Make disabled config lines more distinguishable #128

Closed robbyki closed 5 years ago

robbyki commented 6 years ago

Thank you for a great plugin. Trying to figure out how to filter out unwanted lines though. What is the setting for filtering out anything without the string 0.9.94 as an example. I keep getting everything printed it out. screenshot from 2018-10-20 10-26-17

krasa commented 6 years ago

Thanks for the donation.

Highlighting is done after input filtering, so you need to do it like this: image

robbyki commented 6 years ago

Sorry if this is incredibly silly mistake I'm making but how come this isn't just outputing in the console ONLY lines with the string jline in it as a substring? screenshot from 2018-10-20 12-05-49

krasa commented 6 years ago

well, it should. Maybe increase 'Match only first N characters...'? Or post an example.

krasa commented 6 years ago

oh I see it now, maybe I should make disabled lines more distinguishable... image

robbyki commented 6 years ago

thank you. I knew it was something silly. You're right. Visually, it might make sense to call out inactive lines. A lot to look at on that one settings window. :)

krasa commented 5 years ago

Fixed by https://github.com/krasa/GrepConsole/commit/42c8bce03f20b88364093a3378010d1e912ca1df image