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 59327 - Interactive variable tooltips
Summary: Interactive variable tooltips
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL: http://wiki.netbeans.org/DebuggerTool...
Keywords: UI, USABILITY
: 87375 176210 (view as bug list)
Depends on: 59336
Blocks:
  Show dependency tree
 
Reported: 2005-05-27 13:11 UTC by Martin Entlicher
Modified: 2010-03-10 23:16 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2005-05-27 13:11:37 UTC
The variable tooltips in editor should be enhanced by a possibility to expand
the object fields, view array elements, etc.
Comment 1 Martin Entlicher 2009-11-09 06:46:57 UTC
*** Bug 176210 has been marked as a duplicate of this bug. ***
Comment 2 Martin Entlicher 2010-01-21 09:45:54 UTC
*** Bug 87375 has been marked as a duplicate of this bug. ***
Comment 3 Martin Entlicher 2010-03-02 08:12:41 UTC
Implementation pushed in changeset:   162012:6828f45b0118
http://hg.netbeans.org/main/rev/6828f45b0118
Functionality is disabled until we check it with issue #59336.
Comment 4 Quality Engineering 2010-03-02 22:08:18 UTC
Integrated into 'main-golden', will be available in build *201003030200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6828f45b0118
User: mentlicher@netbeans.org
Log: #59327 - Interactive tooltips implemented for ObjectVariables. They are disabled though until issue #59336 is resolved.
Comment 5 Vitezslav Stejskal 2010-03-03 10:05:54 UTC
ExpandableTooltip should now work reasonably well in the editor - http://hg.netbeans.org/jet-main/rev/d9893b077f8f. It's still disabled though.
Comment 6 Quality Engineering 2010-03-03 22:09:10 UTC
Integrated into 'main-golden', will be available in build *201003040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d9893b077f8f
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #59327: integrating debugger's ExpandableTooltip
Comment 7 Martin Entlicher 2010-03-04 10:04:19 UTC
Finally enabled in changeset:   162346:20b071777feb
http://hg.netbeans.org/main/rev/20b071777feb

Submitted issue #181533 to refine the behavior.
Comment 8 Quality Engineering 2010-03-10 23:16:46 UTC
Integrated into 'main-golden', will be available in build *201003110200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/20b071777feb
User: mentlicher@netbeans.org
Log: #59327 Expandable tooltips enabled.