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 64510 - No "Share" action over the projects in Project view
Summary: No "Share" action over the projects in Project view
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: collab (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-09-16 10:10 UTC by Marian Mirilovic
Modified: 2006-01-27 10:18 UTC (History)
3 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 Marian Mirilovic 2005-09-16 10:10:30 UTC
NB 5.0 (200509151800), JDK 1.5.0_05
Collaboration modules downloaded from the Development Update center

According to Functional specification, there is missing "Share project" action
on the project node in Project view. I think this action would really help new
users to work with File sharing.
Comment 1 Marian Mirilovic 2005-09-20 10:56:12 UTC
This issue has been also pointed during the UI review of collaboration module as
a P1.
Comment 2 Petr Nejedly 2005-10-05 17:26:31 UTC
This is high priority usability concern and is both quite easy to implement and
document. I'm going to implement it.
CCing docs.

Is always present (disabled in case no session is open) action in project's node
ctx menu acceptable from HIE standpoint?
Comment 3 Jindrich Dinga 2005-10-06 11:58:44 UTC
If the Collaboration module is installed, the menu item should be always present (disabled/enabled).

About the placement of the menu item: I would suggest having this order in the contextual menu:
 
...
----------
Share [dynamical text: Project, Package, File]
CVS >
Tools >
Properties
----------

Note that CVS menu item is not placed correctly as it's designed in the UI spec.
Comment 4 Petr Nejedly 2005-10-07 13:05:20 UTC
> Share [dynamical text: Project, Package, File]
I can only add the action to the Project menu, there is no generic API to plug
action into package/folder/file nodes.

I'll order the menu item relatively to (above) CVS action in project's menu.
Comment 5 Petr Nejedly 2005-10-12 12:22:51 UTC
Implemented in:
collab/filesharing/CHANGELOG,v1.3
collab/filesharing/src/org/netbeans/modules/collab/channel/filesharing/resources/layer.xml,v1.3
collab/filesharing/src/org/netbeans/modules/collab/channel/filesharing/ui/actions/Bundle.properties,v1.2
collab/filesharing/src/org/netbeans/modules/collab/channel/filesharing/ui/actions/ShareProjectAction.java,v1.1

Will be available through AU as Collab Filesharing v1.0.3

Comment 6 Marian Mirilovic 2006-01-27 10:18:08 UTC
verified in NB 5.0 (fcs) + Collabotion from AUC (01/27)

There are still missing menuitems over Folders/Files , see issue 71922