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 192865 - improve copy/paste drag/drop of files in between projects
Summary: improve copy/paste drag/drop of files in between projects
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 22:31 UTC by Thomas Preisler
Modified: 2014-04-14 14: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 Thomas Preisler 2010-12-03 22:31:59 UTC
We are following the same model as Java does (in non-refactoring mode) when a file is copied (or moved, dropped, ...) into another project, 

- If file doesn't exist in target project, the file is moved over with existing name.

- If file do exist in target project, a unique name is created and file is moved over with that new name.

We could improve this:

1) open a dialog and ask in which target folder you want to copy/move the file to. Right now it is copied/moved into the project folder. You can always move it into desired folder afterwards.

2) ask to refactor the file similary to how Java does. Not sure we can do any meaningful refactoring though.