One of the most annoying things about the new eclipse version is that it makes moving files rather hard.
By default on the left of your screen you will see the file system explorer (where it lists your workspace projects). I used to be able to drag folders/files around – but now each time I do that it pops up a window and asks me to select the destination folder. This is a problem because I already dropped the file to where I wanted it (often several levels away) and having to re-navigate in the pop-up to that same folder is a pain.
Can I disable the “Move Resources” confirm window somehow?
I did not reproduced the issue either with the:
with a fresh Eclipse installation:
Do you have any plugin installed? Do you reproduce the problem with a clean installation?
Can you move some type of files (like
.txtinstead of.java) without any confirmation message popping up?Are your files read-only? (which could prompt a confirmation message, as illustrated below)
Note: regarding PDT2.1 (and even the upcoming PDT 2.2 next July), the drag and drop or the move of resources still has a lot of bugs, including bug 256278 which concerns an odd message on a drag and drop:
I confirm this is PDT related (it would not happen with JDT)
org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2is being called here. Every time a drag&drop is performed. And no preference seems to be there to cancel that behavior.