UberLogger icon indicating copy to clipboard operation
UberLogger copied to clipboard

Added option to toggle Show Latest On Top

Open JiboStore opened this issue 7 years ago • 2 comments

Please merge this push request. It enables Show Latest Log on top, as it may be difficult to keep scrolling through to the bottom to show the latest log

JiboStore avatar Feb 27 '19 06:02 JiboStore

Thanks for implementing this. However, wouldn't it make more sense to have a "Follow" option? Just like the in-editor console windows? (both the regular Console window and the UberConsole window have this)

[I also notice that the DrawLogListDescending() and DrawLogListAscending() implementations contain a whole lot of duplicated code. If this PR was to be merged - which I'm not sure about, I think a "Follow" option would be better for UberLogger long term - then it should first be rewritten to eliminate the code duplication.]

Kalmalyzer avatar Feb 27 '19 14:02 Kalmalyzer

First of all - thanks for this! This is a useful feature.

However, I think I agree; ideally it would be handled the same way as the editor window, unless there's a compelling reason not to?

bbbscarter avatar Mar 03 '19 09:03 bbbscarter