Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix paste of multiple files (from another project or windows explorer) #379

Merged
merged 1 commit into from
Apr 27, 2015

Conversation

enricosada
Copy link
Contributor

fix #104

i tried with both paste from project and windows explorer

@KevinRansom
Copy link
Member

I will try this out shortly, thank you for doing this. I did a little chair dance when I saw this come in. I have no Idea why I am so attached to this bug, and am even more mystified why I have never got around to looking at it.

@latkin
Copy link
Contributor

latkin commented Apr 22, 2015

Does this fix the original single-file problem? Seems like the same code is executed as before when there is only 1 file.

@enricosada
Copy link
Contributor Author

@latkin paste only one file work ok in my tests

the code added all the files to the project , but only the first element was moved down , now the cycle moves all files
maybe was an issue with an old version of visualstudio (2013 here)?

btw removed comment and pushed --force 😄

@latkin
Copy link
Contributor

latkin commented Apr 27, 2015

Ok I misunderstood the original bug - the problem is only with pasting multiple files. Sorry for confusion.

I synced your fix and tried in VS, works well.

@latkin latkin merged commit 1f195e4 into dotnet:master Apr 27, 2015
@latkin latkin added the fixed label Apr 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants