CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
982 stars 144 forks source link

Add an "Apply" button to the Filters dialog #320

Open RrnR opened 6 years ago

RrnR commented 6 years ago

For me, getting filters to display the data correctly is an iterative process. If we had an "Apply" button which did everything the "OK" did but left the dialog open, this process would be much faster.

janwilmans commented 6 years ago

Thanks for your suggestion, this might actually not be easy to implement, as the dialog is not doing the actual work, its a model dialog and the updates are done when its closed. I will see how I can work around that :)

RrnR commented 6 years ago

Thanks for responding. I understand - you could close the dialog, refresh the log display, then open the dialog again, but that's not a particularly pretty solution.