mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00:00
feature<DiffViewer>: add combined diff view mode; optimize line number using virtualizing ItemsControl instead of TextBox
This commit is contained in:
parent
788013817d
commit
b97d5e608d
5 changed files with 457 additions and 254 deletions
|
@ -110,6 +110,10 @@ namespace SourceGit.Git {
|
|||
/// Use list instead of tree in change view.
|
||||
/// </summary>
|
||||
public bool UIUseListInChanges { get; set; }
|
||||
/// <summary>
|
||||
/// Use one side diff instead of two sides.
|
||||
/// </summary>
|
||||
public bool UIUseOneSideDiff { get; set; }
|
||||
#endregion
|
||||
|
||||
#region SETTING_REPOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue