Bug 22605 - [Navigator] copy - delete - paste
Summary: [Navigator] copy - delete - paste
Status: RESOLVED DUPLICATE of bug 16129
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-Motif
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 19:08 EDT by Adam Childs CLA
Modified: 2002-08-27 16:18 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 Adam Childs CLA 2002-08-20 19:08:54 EDT
Feel free to disregard if this is the intended behavior, but it was not what I
expected.

To reproduce:

-create new simple project "project one"
-create new simple project "project two"
-create file "test" in project "project one"
-select file "test" from "project one" in Navigator
-right mouse button on "test", select Copy
-select "test" in project "project one"
-right mouse button, select Delete
-attempt to paste into "project two" fails ('Resource does not exist...")

Eclipse 2.0

Feel free to contact me if you have any questions.

-Adam Childs
Comment 1 Knut Radloff CLA 2002-08-26 15:04:38 EDT
The copy operation places the file name on the clipboard and not the actual 
file contents. When you delete the file and then do a paste the file will be 
gone.
This is how Windows Explorer works. 
However, we should be able to check whether the file on the clipboard exists 
and leave the paste menu item disabled if it doesn't.
Comment 2 Knut Radloff CLA 2002-08-27 16:18:34 EDT

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