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 - Different order of actions in different projects
Summary: Different order of actions in different projects
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: jrojcek
URL: http://wiki.netbeans.org/wiki/view/Pr...
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-06-22 12:40 UTC by pzajac
Modified: 2007-06-25 14:50 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 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.