krasa / GrepConsole

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

Add simple mode #126

Closed Lewik closed 2 years ago

Lewik commented 5 years ago

I need to grep (filter) by multiple words (class names) in one console. I need to write regex. Simple, but not usefull. Can you add checkbox for simple mode that will check words separated by space? Like some words will act like (some|words) with Regex checkbox

Lewik commented 5 years ago

My idea is similar to yours. Your plugin allows to grep by one word very quickly and this is awesome. But how to filter by multiple words as quickly as by one word? What do you think about it?

krasa commented 5 years ago

Doable, but GUI would be a problem.