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 227456

Summary: Usability enhancements - new actions on GUI snapshot.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: jtulach
Priority: P2    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2013-03-14 10:47:35 UTC
Add following actions to the contextual menu on components in the GUI snapshot:

1. Properties action, that opens Properties window listing properties of the
   selected component,
2. Create Fixed Watch action, that brings the instance of this component to
   Watches (Variables) window, where it's fields can be examined,
3. Show in Instances View action, that opens the selected component instance
   in Profiler's Instances View.
Comment 1 Martin Entlicher 2013-04-25 15:57:07 UTC
Fixed by changeset:   251921:35604cda159f
http://hg.netbeans.org/core-main/rev/35604cda159f
Properties and Create Fixed Watch actions are added.
I consider the Show in Instances View action to have a rare use-case, however, this is covered by Create Fixed Watch and then invoking Show References on the Fixed Watch, thus IMHO there's no need for a direct action.
Comment 2 Martin Entlicher 2013-04-25 15:57:48 UTC
See issue #229022.
Comment 3 Quality Engineering 2013-04-28 02:17:14 UTC
Integrated into 'main-golden', will be available in build *201304272301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/35604cda159f
User: mentlicher@netbeans.org
Log: #227456: Add Properties and Create Fixed Watch action on the GUI snapshot and component tree.