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 - "Open project" on module nodes should open the project AND focus/select it in the project view
Summary: "Open project" on module nodes should open the project AND focus/select it in...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords: USABILITY
: 179775 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-12 22:32 UTC by markiewb
Modified: 2013-12-18 07:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows the current state (93.98 KB, image/png)
2013-07-12 22:32 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
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?