CobaltFusion / DebugViewPP

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

Copy To Clipboard Buggy - Wrong Selection Copied + Select All Fails #383

Open dbareis opened 2 years ago

dbareis commented 2 years ago

If there is no "Windows" selection active then right clicking on the line shown in the attached picture and clicking Copy will copy the line to the clipboard. If there is a selection it won't copy the line and will use the selection without any warning (in the picture it's fairly obvious but often it is off screen and not visible).

If I right click in the selection then it's pretty obvious that is what I want but when I don't the selection should be removed or ignored.

No matter how you look at it the behaviour of the "Select All" option is buggy as it doesn't do what it says ass it will still copy the tiny bit highlighted in the below picture.

Wrong Info copied

dbareis commented 2 years ago

Note that selection also occurs via a simple find text. They way this currently works is driving me crazy.