dart-archive / eclipse3

DEPRECATED - NO LONGER maintained/supported - Eclipse plugins and Dart Editor
8 stars 6 forks source link

Poor error message when trying to move a directory #56

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Issue by bwilkerson Originally opened as https://github.com/dart-lang/sdk/issues/22918


I selected a directory and tried to use the "Move..." item from the context menu to move it. I got an error message saying:

    Resource '...' is out of sync with file system.

So I selected the project containing the directory and used the "Refresh" menu item to resync it. Then I tried the command again and got the same error message. It looks like we cannot move directories, so it would be nice to disable the item when a directory is selected. But if that's not the case, then the message should tell me how to resync the resource.

DartBot commented 9 years ago

Comment by clayberg


Set owner to @scheglov. Removed Priority-Unassigned label. Added Priority-Medium label.

DartBot commented 9 years ago

Comment by scheglov


It's the same old problem with packages folder and Eclipse resources.


Set owner to @keertip.