DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

Show whole message in a tooltip

Open pzloty opened this issue 4 years ago • 1 comments

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

pzloty avatar May 27 '21 15:05 pzloty

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

TerraTech avatar Nov 24 '22 21:11 TerraTech