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 45070 - Set default project category Standard not Web
Summary: Set default project category Standard not Web
Status: CLOSED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: jrojcek
URL:
Keywords: UI
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-06-17 09:00 UTC by Jaromir Uhrik
Modified: 2006-03-24 09:48 UTC (History)
1 user (show)

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 Jaromir Uhrik 2004-06-17 09:00:47 UTC
[200406161800; j2sdk1.4.2_04]
In New Project wizard there is by default project
category "Web" and the project "Web Application"
selected. Upon the UI-spec "Standard" category
should be selected. Since this is the conflict
with UI-spec the priority is set to P3.
Comment 1 Jiri Rechtacek 2004-06-17 10:42:00 UTC
Quoted form build-sys-ui-spec.html#Step_1_Project_Templates: "The
first time the wizard is invoked the first category is selected. The
next time the last selection is selected initially." Because the Web
is the first in order then it's selected. The symbol /////// on
Standard category is only illuminative, not a instruction to be
selected in the first start.
Comment 2 Marian Mirilovic 2004-06-17 11:10:06 UTC
Ok, now it's implemented according to UI specification:
http://projects.netbeans.org/nonav/buildsys/build-sys-ui-spec.html#Step_1_Project_Templates

*but* I think that better part of users will create J2SE project, 

... so why don't change UI spec? I know we are after FF=UIF...
Comment 3 jrojcek 2004-06-17 14:42:48 UTC
We decided to go with Advanced --> Simple ordering, which might be read as Most 
Commonly Used --> Less Commonly used. 

For basic IDE is should be:

Web
Mobile
Standard

For enterprise IDE it should be:

Enterprise
Web
Mobile
Standard
Comment 4 Jaromir Uhrik 2004-08-12 16:45:32 UTC
Verified