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 168221 - It would be nice to have a copy/paste actions (CTRL+C/CTRL+V) for referenced resources items
Summary: It would be nice to have a copy/paste actions (CTRL+C/CTRL+V) for referenced ...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 13:27 UTC by Vitaly Bychkov
Modified: 2009-07-13 23:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-07-07 13:27:52 UTC
It would be nice to have a copy/paste actions (CTRL+C/CTRL+V) for referenced resources items
Copy use case: 
- Press CTRL+C (or invoke copy) on referenced resource item 
- paste becomes available for the project file system

Paste project file use case 1:
- press CTRL+C on myWsdl.wsdl in Project1
- press CTRL+V on "Referenced Resources" node in Project 2
The new project referenced resources is created.

Paste project file use case 2:
- press CTRL+C on myWsdl.wsdl in Project1
- press CTRL+V on "Referenced Resources" node in Project 1
Nothing happened (paste action is not available)

Paste uri use case 3:
- copy any uri (e.g. http://java.sun.com/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd)
- press CTRL+V on "Referenced Resources" node in Project 2
The new remote referenced resources is created.

Paste local file use case 4:
- press CTRL+C on local resource (e.g. C:\resourceStorage\myLocalWsdl.wsdl)
- press CTRL+V on "Referenced Resources" node in Project 2
The new remote referenced resources onto the local file is created.
Comment 1 Vladimir Yaroslavskiy 2009-07-13 23:04:50 UTC
It would be very useful feature, but not to be implemented in
current release, because d'n'd (which is little bit easier than
copy/paste) of wsdl and schema files on BPEL diagram creates
referenced resource automatically (+ import, + PL for wsdl).