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 183564 - [69cat] Close Projects not available on multiselection w/ both pre- and post-182488 project types
Summary: [69cat] Close Projects not available on multiselection w/ both pre- and post-...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 184057 184301 185487 (view as bug list)
Depends on:
Blocks: 182488
  Show dependency tree
 
Reported: 2010-04-06 13:37 UTC by javydreamercsw
Modified: 2010-05-05 15:46 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Result (206.30 KB, image/pjpeg)
2010-04-06 13:38 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2010-04-06 13:37:04 UTC
[ BUILD # : 201004060201 ]
[ JDK VERSION : 1.6.* ]

In my case selecting 2 Java projects and one Web project and right-clicking
didn't show the expected menu. (I was looking for close projects)

See screen shot
Comment 1 javydreamercsw 2010-04-06 13:38:05 UTC
Created attachment 96775 [details]
Result
Comment 2 Jesse Glick 2010-04-06 14:46:21 UTC
Probably because java.j2seproject uses declarative registration of its context menu whereas web.project does not yet. If so, solvable by making Actions.closeProjectAction load the same instance as Actions/Project/org-netbeans-modules-project-ui-CloseProject.instance.
Comment 3 David Konecny 2010-04-07 02:36:00 UTC
I will try to fix web/ee project types this week. This issue is P3 for me - I use it quite often to close all my testing projects. But I'm a NB developer so the way I'm using the IDE is slightly different from typical user.
Comment 4 Jesse Glick 2010-04-07 15:02:57 UTC
P3 then. Fixable without changes to web.project if you don't get to it.
Comment 5 Jesse Glick 2010-04-12 22:14:48 UTC
core-main #61fcf8f89212
Comment 6 Jesse Glick 2010-04-13 15:43:45 UTC
*** Bug 184057 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2010-04-13 17:30:59 UTC
Integrated into 'main-golden', will be available in build *201004131450* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/61fcf8f89212
User: Jesse Glick <jglick@netbeans.org>
Log: #183564: make sure Close Project action is a singleton.
Comment 8 Jesse Glick 2010-04-16 13:53:35 UTC
*** Bug 184301 has been marked as a duplicate of this bug. ***
Comment 9 Jesse Glick 2010-05-05 15:46:28 UTC
*** Bug 185487 has been marked as a duplicate of this bug. ***