krasa / GrepConsole

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

Persist (or pin) Grep Funnel Tabs Between IntelliJ Sessions #283

Closed kvenn closed 10 months ago

kvenn commented 10 months ago

Is your feature request related to a problem? Please describe. I have certain filters I want to persist per-project.

Ex: I have "analytics" logs and "operation" logs that my mobile app emits. I'd like to have a tab for each every time I open that project.

Describe the solution you'd like The tabs with the filters stay pinned in the browse across restarts.

Describe alternatives you've considered None

Additional context I need to do this every time. I'd love if the tab was just always there.

image

image

Great plugin, by the way. Thank you!!

krasa commented 10 months ago

Is this selected? image

Does the console/run tab always have the same name?

Pins are persisted, it may be broken for a particular Run Configuration type. Which one? image

kvenn commented 10 months ago

I'm running a flutter app.

image

image

After restart, it's gone:

image
krasa commented 10 months ago

Flutter plugin uses the console in some weird way, I will have to check.

kvenn commented 10 months ago

Incredible, thank you 🙏 Let me know if I can help.

krasa commented 10 months ago

fixed with #282

kvenn commented 10 months ago

This worked!! Thank you so much.

Incredible plugin 🙏