CobaltFusion / DebugViewPP

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

Changing a filter should only affect the view is it used in #234

Open janwilmans opened 8 years ago

janwilmans commented 8 years ago

Changing a filter should be applied only to the view (taking into account the offset of the view), so if +2M lines are in the buffer but only very few lines in the view, a re-apply should be really fast.

janwilmans commented 8 years ago

Tested: seems to work normally, maybe already fixed? Keeping it open for more testing