Bug 230438

Summary: [create on paste] create project when pasting files/folders to Package Explorer
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, philippe_mulet
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2008-05-06 13:33:56 EDT
Create a dummy Java project when pasting files/folders to the Package Explorer while nothing is selected.

If the clipboard contains only folders that contain .project files, create projects out of the folders (this would also allow to copy-paste project from one Eclipse instance to another). Otherwise, create a "_pasted_code_{n}" project and put the files/folders in there.
Comment 1 Dani Megert CLA 2008-11-27 05:33:43 EST
This also covers creating the package structure when pasting *.java files.