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 135690 - [permui] NetBeans Modules should be NetBeans Plugin Modules
Summary: [permui] NetBeans Modules should be NetBeans Plugin Modules
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-05-23 12:51 UTC by Lukas Hasik
Modified: 2008-05-26 12:59 UTC (History)
2 users (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 Lukas Hasik 2008-05-23 12:51:19 UTC
According to the Permanent UI specification for the New Project wizard the correct name for NetBeans Modules is NetBeans
Plugin Modules. It is incorrect twice as project category and as sample category
http://wiki.netbeans.org/NewProjectWizard

Please, follow the UI review process to fix it. Jano, can provide more details. 
http://wiki.netbeans.org/UIReviewProcess
Comment 1 Jesse Glick 2008-05-23 15:12:52 UTC
The word "plugin" is not even good English. The correct technical term for the unit of deployment in NetBeans is a
"module". The marketing name for a module which is marked AutoUpdate-Show-In-Client, and thus appears in Plugin [sic]
Manager, is a "plug-in". Most modules are not plug-ins on their own because they are concealed from this wizard; in
typical usage, a group of 5-10 modules will be displayed as one plug-in.

IIRC a major reason for keeping the NPW category name short was to avoid introducing a gratuitous horizontal scrollbar
into the wizard's category selection pane. Alternate terms and explanations can always be put in the HTML description
area below.
Comment 2 jrojcek 2008-05-23 15:50:12 UTC
I'm fine with updating the spec to "NetBeans Modules". If I remember correctly it used to be "NetBeans Plugin Modules", that's why I used it in the spec.

Updated spec:
http://wiki.netbeans.org/NewProjectWizard
Comment 3 Jesse Glick 2008-05-23 16:27:16 UTC
Doing my homework:

changeset:   53644:33b0b6942370
user:        gwielenga@netbeans.org
date:        Sun Aug 26 09:23:02 2007 +0000
files:       apisupport.feedreader/src/org/netbeans/modules/apisupport/feedreader/Bundle.properties
apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/Bundle.properties
description:
documentation bundle-sweep to synchronize names


diff --git a/apisupport.feedreader/src/org/netbeans/modules/apisupport/feedreader/Bundle.properties
b/apisupport.feedreader/src/org/netbeans/modules/apisupport/feedreader/Bundle.properties
--- a/apisupport.feedreader/src/org/netbeans/modules/apisupport/feedreader/Bundle.properties
+++ b/apisupport.feedreader/src/org/netbeans/modules/apisupport/feedreader/Bundle.properties
@@ -6,7 +6,7 @@
 OpenIDE-Module-Name=FeedReader Platform Application Sample
 OpenIDE-Module-Short-Description=Bundles a demonstration application using the NetBeans Platform.
 Templates/Project/Samples/ApiSupport/FeedReaderProject.zip=FeedReader
-Templates/Project/Samples/ApiSupport=NetBeans Plug-in Modules
+Templates/Project/Samples/ApiSupport=NetBeans Modules
 
 # FeedReaderPanelVisual
 LBL_Browse=Br&owse...
diff --git a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/Bundle.properties
b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/Bundle.properties
--- a/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/Bundle.properties
+++ b/apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/Bundle.properties
@@ -17,7 +17,7 @@
 
 # System file system
 Templates/NetBeansModuleDevelopment=Module Development
-Templates/Project/APISupport=NetBeans Plugin Modules
+Templates/Project/APISupport=NetBeans Modules
 Templates/Project/APISupport/emptyModule=Module
 Templates/Project/APISupport/emptySuite=Module Suite
 Templates/Project/APISupport/libraryModule=Library Wrapper Module
Comment 4 Lukas Hasik 2008-05-23 18:57:57 UTC
ok, thanks for cooperation.
Marking as verified

Jano, I fixed the ui spec. You forgot to change the category description
NetBeans Plugin Modules --> NetBeans Modules
    Module
    Module Suite
    Library Wrapper Module