tags:

views:

88

answers:

1

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?

+3  A: 

I did not reproduced the issue either with the:

  • Package Explorer
  • Project Explorer

with a fresh Eclipse installation:

alt text

Do you have any plugin installed? Do you reproduce the problem with a clean installation?
Can you move some type of files (like .txt instead of .java) without any confirmation message popping up?
Are your files read-only? (which could prompt a confirmation message, as illustrated below)

alt text


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:

alt text

I confirm this is PDT related (it would not happen with JDT)

alt text

org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2 is being called here. Every time a drag&drop is performed. And no preference seems to be there to cancel that behavior.

VonC
Same here. I was unable to reproduce the issue. Moved perfectly fine.
Padmarag
I am using Eclipse PDT on Ubuntu 64bit which might have something to do with it. I have NO other plugins installed. I'll try a freash install of PDT to see if that fixes the problem.
Xeoncross
I am using the Project Explorer and when I get the prompt (not the one you mention though). If it was only a problem with read-only files I could fix that myself. BTW, nice screenshots!
Xeoncross
Bummer. I hope they fix that *double-select-destination* bug soon. Thanks for all the work you put on this.
Xeoncross