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

Ctrl-Shift-X doesnt work 100%, yet Logs, Clear Log does #286

Closed mriffey closed 7 years ago

mriffey commented 7 years ago

Not long ago we were talking about Ctrl-X vs Ctrl-Shift-X. On the latest 64 bit build (.98), Ctrl-Shift-X appears to perform a ctrl-X (clearing the log display), but I dont see the memory load (lower right corner) change. If I then go to Log, Clear Log on the menu, the memory load immediately drops. Is there a delay in the update of that value, or is this a bug?

janwilmans commented 7 years ago

yes, must be a gui-update delay bug, because, that menu-item and its shortcut key refer to the same method. I will look into it, thanks for reporting!

mriffey commented 7 years ago

https://www.screencast.com/t/aRV6NLmXnscj Saw it this am, a bit more obvious since the log was 11 meg before clearing and 2 meg after clicking logs, clear log.

janwilmans commented 7 years ago

and pressing ctrl shift x multiple times has no effect?

On Jul 28, 2017 4:31 PM, "mriffey" notifications@github.com wrote:

https://www.screencast.com/t/aRV6NLmXnscj Saw it this am, a bit more obvious since the log was 11 meg before clearing and 2 meg after clicking log, clear log.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/djeedjay/DebugViewPP/issues/286#issuecomment-318667566, or mute the thread https://github.com/notifications/unsubscribe-auth/AFqJhHIdp3nIjy4q4z3pNINF2XpIh6EIks5sSfDBgaJpZM4Ol7BU .

janwilmans commented 7 years ago

Ctrl-Shift-X does not work on all os's ? (odd?) its not just a UI bug, its just that sometimes Ctrl-Shift-X has no effect at all (does not clear any lines at all)

mriffey commented 7 years ago

New info... Works on Win10, doesnt work on Win2012 Server. Specifically, the ctrl-shift-X causes no change in view, log or memory display on Server 2012. When I use the menu "Clear log" function, the log and display are cleared as expected.

WMIC info follows:

debugviewissue

mriffey commented 7 years ago

On a whim, I tried the on screen keyboard (OSK.exe) to press Ctrl-Shift-X and the log cleared. This one is on MSFT:)