Bug 308297 - [ccp] Merge contents when pasted folder already exists
Summary: [ccp] Merge contents when pasted folder already exists
Status: CLOSED DUPLICATE of bug 196808
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 20036
Blocks:
  Show dependency tree
 
Reported: 2010-04-07 04:35 EDT by Dani Megert CLA
Modified: 2010-10-07 08:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2010-04-07 04:35:23 EDT
R3.0.

Currently it is not possible to paste a folder, when the same folder already exists: the user can only choose to skip that folder.

We should merge the contents of the two folders.

WORKAROUND: use the Navigator.
Comment 1 Dani Megert CLA 2010-04-07 04:54:33 EDT
For packages the merge already works. For folders we could probably simply use org.eclipse.ui.actions.CopyFilesAndFoldersOperation.
Comment 2 Markus Keller CLA 2010-04-07 06:19:36 EDT
This is a follow-up to bug 37954.

> For folders we could probably simply use
> org.eclipse.ui.actions.CopyFilesAndFoldersOperation.

That's probably hard to fix, see bug 31883 comment 23. See also bug 269067.
Comment 3 Dani Megert CLA 2010-10-07 08:21:39 EDT

*** This bug has been marked as a duplicate of bug 196808 ***