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 218839 - layer.xml-childfactory: Double-click on a node within layer.xml-node-hierarchy opens an empty editor
Summary: layer.xml-childfactory: Double-click on a node within layer.xml-node-hierarch...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 21:17 UTC by markiewb
Modified: 2013-08-23 02:39 UTC (History)
0 users

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 markiewb 2012-09-22 21:17:21 UTC
[ BUILD # : 201209210001 ]
[ JDK VERSION : 1.6.35 ]

Create or open a layer.xml file. Expand the subnodes until there is a leaf (for

example "layer.xml/<this layer in context>/Actions/File/Exit") and doubleclick
on 
the leaf node.

ACTUAL: an empty editor window will be opened (why?)
EXPECTED: double-click invokes the "Go to declaration" action (which is 
already available in the context menu of the leaf node)
Comment 1 Martin Kozeny 2013-08-22 13:31:09 UTC
https://hg.netbeans.org/core-main/rev/678caaa92bf6
Comment 2 Quality Engineering 2013-08-23 02:39:33 UTC
Integrated into 'main-silver', will be available in build *201308222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/678caaa92bf6
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #218839: Double-click on a node within layer.xml-node-hierarchy now invokes "Go to declaration" action.