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 193528 - [70cat][ide] Refactor Copy not available for all Paste operations within Tree. Missing for multi-file paste
Summary: [70cat][ide] Refactor Copy not available for all Paste operations within Tree...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 05:28 UTC by esmithbss
Modified: 2015-04-28 11:31 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 esmithbss 2010-12-17 05:28:43 UTC
Product Version = NetBeans IDE Dev (Build 201012150001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

When copying files between java packages, if a single file is copied, the option for performing a refactor-copy is available under the pop-up paste operation.  This is not available when pasting multiple files in one operation.

The option should be available and performed on each individual file within the paste operation as it is done for a single file.
Comment 1 Jan Becicka 2011-01-06 10:12:59 UTC
Refactor copy for single file allows to specify name of the target file. What should be done for multiple files?