CobaltFusion / DebugViewPP

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

Show whole message in a tooltip #372

Open pzloty opened 3 years ago

pzloty commented 3 years ago

DbgView from SysinternalSuite has a nice feature to display the whole message in a tooltip over the message cell (line/message column).

TerraTech commented 1 year ago

Given the following issue #155, I believe Tooltips should be implemented, however they are not working for me in version: 1.8.0.103

Can anyone confirm if tooltips for long message lines are working for them?

As an aside, I've been using DebugViewPP while developing AutoHotkey scripts via OutputDebug,. Some of the arrays and objects I've been (JSON) dumping are rather long stringwise.

Being able to hover over the message, and showing the full message would very helpful. Until tooltips are working, I have to select all and paste into Notepad++.