This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188149 - Debugger tooltips don't wrap lines
Summary: Debugger tooltips don't wrap lines
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 11:31 UTC by Vitezslav Stejskal
Modified: 2012-05-11 10:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2010-06-28 11:31:32 UTC
This is a followup on issue #180652 to cover the problem with debugger tooltips. The debugger tooltips use their own component since the introduction of interactive tooltips in 6.9. Therefor the fixes for issue #180652 do not apply to them.
Comment 1 _ gtzabari 2010-06-28 14:15:34 UTC
Updating the issue to reflect the fact that this is reproducible under Windows as well.
Comment 2 _ gtzabari 2012-02-01 05:28:41 UTC
Martin,

Is this a DEFECT or an ENHANCEMENT?
Comment 3 Martin Entlicher 2012-05-10 16:28:45 UTC
Fixed by changeset:   221373:6e6edcf83fad
http://hg.netbeans.org/main/rev/6e6edcf83fad

From the debugger's point of view this is probably an enhancement, but from the NetBeans' consistency/usability point of view, this is a defect IMHO.
Comment 4 _ gtzabari 2012-05-10 16:30:28 UTC
Thanks for the fix! Just a head's up: you forgot to remove some commented-out code:

//JLabel l = new JLabel(toolTipText);
Comment 5 Quality Engineering 2012-05-11 10:10:01 UTC
Integrated into 'main-golden', will be available in build *201205110400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6e6edcf83fad
User: mentlicher@netbeans.org
Log: #188149: Debugger tooltips should wrap lines, like the rest of editor tooltips.