krasa / GrepConsole

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

Exclude seems broken... #210

Closed patniemeyer closed 2 years ago

patniemeyer commented 2 years ago

Is the intent of "Exclude" to invert the match like "grep -v"? It does not seem to be working. No matter what I exclude (e.g. a non-existent string) I always get zero output in the grep console. Thanks.

krasa commented 2 years ago

It excludes from what you have already grepped image

krasa commented 2 years ago

It would probably make sense to grep everything when there are no non-excluding expressions.

krasa commented 2 years ago

You can try it (install the whole zip) GrepConsole.zip

krasa commented 2 years ago

it was released

patniemeyer commented 2 years ago

Thanks! This covers the common case much better.