Bug 409615 - copy and paste (CTRL+C followed by CTRL+V) should raise the "Name Conflict" dialog, not the "Copy Problems" dialog
Summary: copy and paste (CTRL+C followed by CTRL+V) should raise the "Name Conflict" d...
Status: CLOSED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.2.2   Edit
Hardware: PC Windows 8
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2013-05-31 13:21 EDT by Oliver Kopp CLA
Modified: 2017-07-19 03:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Kopp CLA 2013-05-31 13:21:06 EDT
Since Windows XP in the Windows explorer, the key sequence CTRL+c, CTRL+v creates a copy of an item in the folder. This is a common UI shortcut.

In Eclipse, the key sequence CTRL+c, CTRL+v raises the box "Copy Problems" as "source and destination are the same". If one clicks the item above the CTRL+c'd one, the box "Name Conflict" appears.

Suggestion: If the same object is selected at CTRL+v in the package explorer, eclipse should behave as if the paste action was triggered at the parent object.
Comment 1 Oliver Kopp CLA 2013-06-02 13:51:40 EDT
The issue happens only at folders. At files, it works as expected.