yysun / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.

Home Page:http://gitscc.codeplex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diff margin popup is empty after opening a file

sharwell opened this issue · comments

If a modified file is opened in the editor, the diff margin popup does not show the previous text associated with a change until the text buffer is modified in some way (e.g. by typing a character).

Here is what the diff margin is supposed to look like:

NormalDiffView

When this bug occurs, the actual popup looks like this:

EmptyDiffView