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 232642

Summary: "Open project" on module nodes should open the project AND focus/select it in the project view
Product: projects Reporter: markiewb
Component: MavenAssignee: Martin Kozeny <mkozeny>
Status: RESOLVED FIXED    
Severity: normal CC: jmborer
Priority: P3 Keywords: USABILITY
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows the current state

Description markiewb 2013-07-12 22:32:01 UTC
Created attachment 137060 [details]
Shows the current state

* Open a multimodule Maven project 
* Open the context menu of inner modules - see screenshot

ACTUAL: "open project" opens the project
EXPECTED: "open project" opens the project AND focuses/selects it in the project view

Implementation-Proposal - taken from http://hg.netbeans.org/core-main/rev/246f4a6a1fab:
<code>
ProjectUtilities.selectAndExpandProject(project);
ProjectUtilities.makeProjectTabVisible();
</code>
Comment 1 Milos Kleint 2013-07-15 08:25:19 UTC
projectutilities is not part of a public api
Comment 2 Martin Kozeny 2013-09-20 15:00:29 UTC
*** Bug 179775 has been marked as a duplicate of this bug. ***
Comment 3 Martin Kozeny 2013-10-21 09:02:45 UTC
https://hg.netbeans.org/core-main/rev/f56ef3dfd272
Comment 4 markiewb 2013-12-17 20:24:36 UTC
@Martin: Target version is 8.0?