krasa / GrepConsole

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

Grep console does not clear when source console clears. #215

Closed patniemeyer closed 2 years ago

patniemeyer commented 2 years ago

I'm not certain if you'll consider this a bug or a feature but: I think when the main console clears the derived grep consoles should also clear. This comes up a lot in Flutter development where you can hit a key to essentially restart the app and this normally clears the main console for you. I'm not sure how hard this would be for you to detect that clearing but if possible making it an option to follow would be awesome.

Grep console is awesome and fills such an important hole in Intellij. Thanks for your work on it.

krasa commented 2 years ago

You can try it. I did not test it with flutter... GrepConsole.zip

krasa commented 2 years ago

Enable this image

patniemeyer commented 2 years ago

It works! You rock. Thanks.