Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Feb 9, 2013
1 parent 888d0ac commit dd88074
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -4,18 +4,25 @@ GitDiffMargin
A Visual Studio 2012 extension to display Git Diff on the margin of the current file.
You might see a little video on the [following page](http://www.flickr.com/photos/laurentkempe/8116990137/).

Perfect companion of [Visual Studio Tools for Git](http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c)

![Screenshot](http://farm9.staticflickr.com/8329/8116895025_ec9519b5bb_o.png)

![Screenshot](http://farm9.staticflickr.com/8370/8457441367_dc23f4a51c_o.png)

* Quickly view all current file changes on the left margin: blue rectangle for modification, green rectangle for new lines, grey triangle for deletion
* Quickly view all current file changes on the left margin: blue rectangle for modification, green rectangle for new lines and grey triangle for deletion
* Navigate to previous/next change on the file
* Undo the change
* Show the diff in extenral tool
* Show the diff in external tool
* Copy the old code into the clipboard
* Copy a part of the old code by selecting it in the popup
* Define the colors of the Addition, Modification and Deletion diff margin through Visual Studio Fonts and Colors options
* Support Visual Studio 2012 Dark, Light and Blue Theme
* Support the zoom

![Screenshot](http://farm9.staticflickr.com/8385/8457451383_068e258b94_o.png)

Thanks to Sam Harwell [@sharwell](https://github.com/sharwell) for all the improvements!

Works with [Visual Studio Tools for Git](http://visualstudiogallery.msdn.microsoft.com/abafc7d6-dcaa-40f4-8a5e-d6724bdb980c)


0 comments on commit dd88074

Please sign in to comment.