CobaltFusion / DebugViewPP

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

Smart find-next (f4?) #6

Open janwilmans opened 10 years ago

janwilmans commented 10 years ago

pressing 'smart find-next (F4?) after selecting a highlighted line jumps to the next line with the same highlighting.

janwilmans commented 10 years ago

This may sound good in theory, but highlighting can be done by several kinds of filters, or in fact, multiple filters can contribute to the same lines' coloring. include, highlight, token, track and stop filters can all add color.

I have yet come up with a rule for consistent behavior of this feature. maybe we could goto the next line affected by any kind of filter other then include and exclude?

if you do not have many filters in a view, then might be good to have, to jump to the next line of interest.

janwilmans commented 9 years ago

I propose to just do a 'find next (F4)' and 'find previous (shift F4)' of any of the highlighting filter matches. So instead of a normal find, we would look for any of the matching criteria of the highlighting filters.