VCS: Highlight commit lines in log editor

Task-number: QTCREATORBUG-13997
Change-Id: I7d9a85cd6022a20a487010a35164ff100b72218d
Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-03-25 10:30:24 +02:00
committed by Orgad Shaneh
parent 9877221a3d
commit dcd3b958cf
8 changed files with 30 additions and 8 deletions

View File

@@ -95,6 +95,8 @@ enum TextStyle {
C_DIFF_DEST_LINE,
C_DIFF_DEST_CHAR,
C_LOG_CHANGE_LINE,
C_LAST_STYLE_SENTINEL
};