A Visual Studio extension to display TFS Pending Changes on the margin of the current file. Quickly view all current file changes on the left margin and on the scroll bar margin: blue rectangle for modification, green rectangle for new lines and red rectangle for deletion (color settings). Links https://github.com/nagits/TfsPendingChangesMargin All Releases: https://github.com/nagits/TfsPendingChangesMargin/releases Please report all problems or feature requests you might have on the following page. Screenshots Release Notes v1.1.2 02.03.2016 % Fix references to make it work with VS2015 without installed VS2013 (#17 and 2e93719).v1.1.1 05.07.2015 % Fix margin missing in html/cshtml files. v1.1.0 19.05.2015 + Support for Visual Studio 2015. + Options Dialog to configure IgnoreLeadingAndTrailingWhiteSpace (Tools - Options... - Tfs Pending Changes Margin). % Fix document disposing before margin rendered (fixes ReSharper navigating). v1.0.9 12.07.2014 % Fixed: no differences if rename the file. ~ Disable copying commited text if diff inserted. v1.0.8 07.05.2014 + Menu for the editor margin (items: "Copy Commited Text", "Rollback", "Rollback All But This", "Compare Region...", "Compare Document..."). v1.0.7 23.04.2014 + The margin tooltip for preview a difference. v1.0.6 17.04.2014 ~ Performance optimization. v1.0.5 11.04.2014 + The margin on the Enhanced Scrollbar. % The margin wasn't refreshed after a span collapse. % The margin wasn't rendered the first time (seldom). ~ Redrawing is a little optimized. v1.0.4 09.04.2014 % Fixed: Line number is out of range (mistiming of the changed lines and the current version of the document). v1.0.3 05.04.2014 % IgnoreLeadingAndTrailingWhiteSpace value was confused with IgnoreWhiteSpace in version 1.0.2. ~ Getting changed lines reworked. v1.0.2 03.04.2014 % Fixed bug with margin position. % Fixed bug with margin disposing. % Fixed multi-threading problems. + Ignore trim whitespace in diff. v1.0.1 31.03.2014 % Various minor bug fixes. v1.0.0 29.03.2014 Initial release. |