CobaltFusion/DebugViewPP

Show whole message in a tooltip

Opened this issue · 1 comments

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

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++.