SharpDevelop icon indicating copy to clipboard operation
SharpDevelop copied to clipboard

Fixed bug #674 Unhandled Exception when Moving Folder of Classes from Project A to Project B

Open daniil-tr opened this issue 10 years ago • 1 comments

Hello. Should I write every times about license? Or is once enough?

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the #develop open source product (the "Contribution"). My Contribution is licensed under the MIT License.

daniil-tr avatar Nov 10 '15 09:11 daniil-tr

You can sign the JCA or include the comment about the MIT license with each pull request.

This pull request has a merge conflict. I cherry picked your original commit and re-formatted the code.

Another problem is that the behaviour seems to be incorrect since the copy does not happen if (includeInProject && ProjectService.OpenSolution != null) is false when previously it did copy. I guess it could be added in an else part of that if block.

mrward avatar Nov 10 '15 18:11 mrward