krasa / GrepConsole

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

Filter applied even if previous item matched and not set to continue #92

Closed andrewkincaid closed 6 years ago

andrewkincaid commented 6 years ago

Sometimes I just want to see lines that are highlighted. To do this, I add a ".*" item as the last item and set to "Whole line" and "Filter out". Previously, this worked. It prints out only lines that were highlighted (by the previous items) and filters out anything that didn't match. Now, it filters all lines out. It's as if every item is set to "continue" and, therefore, the last rule always applies and everything is filtered out. I'm using the latest version: 6.10.162.000.0

krasa commented 6 years ago

I cleaned some strange looking code, it seems it was a feature :-D

krasa commented 6 years ago

I will release it several days later, if you want to try it - https://github.com/krasa/GrepConsole/releases/download/7.0.162.000.1/GrepConsole.zip

andrewkincaid commented 6 years ago

It's working! Thank you so much!!! -Andrew

--------- Original Message --------- Subject: Re: [krasa/GrepConsole] Filter applied even if previous item matched and not set to continue (#92) From: "Vojtěch Krása" notifications@github.com Date: 10/17/17 8:50 pm To: "krasa/GrepConsole" GrepConsole@noreply.github.com Cc: "Andrew Kincaid" andrew@andrewkincaid.com, "Author" author@noreply.github.com

I will release it several days later, if you want to try it - https://github.com/krasa/GrepConsole/releases/download/7.0.162.000.1/GrepConsole.zip

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.