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 107811

Summary: Different order of actions in different projects
Product: apisupport Reporter: pzajac <pzajac>
Component: ProjectAssignee: jrojcek <jrojcek>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: UI
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
URL: http://wiki.netbeans.org/wiki/view/ProjectContextualMenus
Issue Type: DEFECT Exception Reporter:

Description pzajac 2007-06-22 12:40:36 UTC
Look at UI specs for projects popup and try to compare locations of "Generate javadoc" action between apisupport module
project and j2se project. Is it intentional?


Java Application/Class Library
New                    >
------------------------
Build
Clean and Build
Clean
Generate Javadoc
------------------------
Run
Debug
Profile 
Test
Set Configuration      >
------------------------
Set as Main Project
Open Required Projects
Close
------------------------
Rename
Move
Copy
Delete
------------------------
Find...
Reverse Engineer...???
Versioning             >
Local History          >
------------------------
Properties

Java Application/Class Library
New                    >
------------------------
Build
Clean and Build
Clean
Generate Javadoc
------------------------
Run
Debug
Profile 
Test
Set Configuration      >
------------------------
Set as Main Project
Open Required Projects
Close
------------------------
Rename
Move
Copy
Delete
------------------------
Find...
Reverse Engineer...???
Versioning             >
Local History          >
------------------------
Properties

Module development project:


Module
New                              >
----------------------------------
Build
Clean and Build
Clean
----------------------------------
Run
Debug
Profile
Test
----------------------------------
Install/Reload in Target Platform
Install/Reload in Development IDE
Create NBM
----------------------------------
Generate Javadoc
Generate Architecture Description???
----------------------------------
Set as Main Project
Open Required Projects
Close
----------------------------------
Rename
Move
Copy
Delete
----------------------------------
Find...
Reverse Engineer...???
Versioning                       >
Local History                    >
----------------------------------
Properties
Comment 1 jrojcek 2007-06-25 14:50:44 UTC
Yes, it's not very consistent but I didn't want to add one item "Generate Javadoc" into a separate group for regular J2SE projects. If you have suggestions how 
to fix it, please reopen. Thanks.