CobaltFusion / DebugViewPP

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

Searching for a keyword (or just pressing next changes the selection) #297

Open janwilmans opened 7 years ago

janwilmans commented 7 years ago

we should have a better distinction between 'focus' and 'selection', when searching the 'focused line' should change.

image

this way it will allow you to mark one line as the beginning of a selection, search to another line, press shift and select the end of the selection.

Currently, this is not possible, because if you search, the selection will change. Also, when a stop-filter is used, the active line is 'selected' and will become 'blue'. However, a stop-filter is primarily usefull for exceptional things that you want to highlight, and the highlighing will only be visible after selecting a different line