This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ead of returning Encoding.Default.
Fixes bug #22730
Added FileNamePrefix variable which is replaced by the file name without the extension. Fixes bug #21342 - In External Tool, make ${FileName} resolve to the file name without extension, as in VS
Fixed bug 20467 - Format document on duplicated attributes removes all text https://bugzilla.xamarin.com/show_bug.cgi?id=20467 If the XML in the text editor was invalid when the Edit - Format - Format Document menu was selected the text would be removed from the text editor. Now if the XML is invalid the text is not removed. An error is logged but nothing else happens. Whilst this could have been fixed in the XmlFormatter with it returning the original XML unmodified doing so would have meant that the undo history would change even though the file had not been modified. The file would also have been shown as edited.
That's some legacy code - the background parser always validates the actions for the current position. When doing it manually there it can interfere with the background task and cause dead locks. (which are resolved by long timeouts)
Missed this one, aaaaaaaaaaaaaaaaaaaaaargh.
Due to SvnClient initializing a new Backend on every check, the value wasn't retained between Status queries. This is only a temporary fix, the actual fix for this would be abstracting the backend into actual backend code and interop wrappers to simulate SvnSharp.
The project builder is not more aggressive when a project needs to be unloaded. Instead of just unloading the project element, it now unloads all projects. This is necessary because the project may reference other target files that may have been changed, and which can't be individually unloaded. Fixes bug #23435 - XS Shared Projects do not work unless you readd reference
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.