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 23295 - Wizards panels for standard project components
Summary: Wizards panels for standard project components
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 22492
  Show dependency tree
 
Reported: 2002-05-09 14:36 UTC by Pavel Buzek
Modified: 2003-12-11 14:25 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2002-05-09 14:36:27 UTC
Wizard panels for the components defined by the projects module (Output, Resource, etc.)
Comment 1 Pavel Buzek 2002-07-26 13:27:46 UTC
->M3
Comment 2 Pavel Buzek 2002-08-07 10:55:59 UTC
replanning to m4, this was a p3 and there is not space for it in the plan
Comment 3 Pavel Buzek 2002-11-08 09:51:40 UTC
the current UI spec only mentiones stardard panel for sources
Comment 4 David Konecny 2002-11-22 14:22:43 UTC
<4.2.4.1.3 Page 3: Source Directories> from infra UI spec.
Comment 5 David Konecny 2002-11-25 12:52:21 UTC
The org.netbeans.api.projects.ide.ProjectUtil now contains new factory
method: createSourceIterator(...) which creates template iterator
containing Project Sources panel.

Implemented in:

Checking in src/org/netbeans/api/projects/ide/ProjectUtil.java;
new revision: 1.1.2.4; previous revision: 1.1.2.3
Checking in
src/org/netbeans/modules/projects/ide/wizards/Bundle.properties;
new revision: 1.1.2.4; previous revision: 1.1.2.3
Checking in
src/org/netbeans/modules/projects/ide/wizards/NewFolderPanel.form;
new revision: 1.1.2.1; previous revision: 1.1
Checking in
src/org/netbeans/modules/projects/ide/wizards/NewFolderPanel.java;
new revision: 1.1.2.1; previous revision: 1.1
Checking in
src/org/netbeans/modules/projects/ide/wizards/SourcesPanel.form;
new revision: 1.1.2.1; previous revision: 1.1
Checking in
src/org/netbeans/modules/projects/ide/wizards/SourcesPanel.java;
new revision: 1.1.2.1; previous revision: 1.1
Comment 6 Pavel Buzek 2003-07-02 09:49:51 UTC
done, closing