User pref: "Highlight Changes Assigned To Me In Change Table"

Defaults to true.

Change-Id: I724fc70b67cb4de20d31777e2ec878dd515b953f
This commit is contained in:
Gustaf Lundh
2016-09-20 10:47:50 +02:00
parent 661d30a8c3
commit 37c95f3126
7 changed files with 28 additions and 4 deletions

View File

@@ -132,6 +132,7 @@ public class GeneralPreferencesInfo {
public DownloadCommand downloadCommand;
public DateFormat dateFormat;
public TimeFormat timeFormat;
public Boolean highlightAssigneeInChangeTable;
public Boolean relativeDateInChangeTable;
public DiffView diffView;
public Boolean sizeBarInChangeTable;
@@ -194,6 +195,7 @@ public class GeneralPreferencesInfo {
p.downloadCommand = DownloadCommand.CHECKOUT;
p.dateFormat = DateFormat.STD;
p.timeFormat = TimeFormat.HHMM_12;
p.highlightAssigneeInChangeTable = true;
p.relativeDateInChangeTable = false;
p.diffView = DiffView.SIDE_BY_SIDE;
p.sizeBarInChangeTable = true;