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

@@ -96,6 +96,8 @@ const char *nameForStyle(TextStyle style)
case C_DIFF_DEST_LINE: return "DiffDestLine";
case C_DIFF_DEST_CHAR: return "DiffDestChar";
case C_LOG_CHANGE_LINE: return "LogChangeLine";
case C_LAST_STYLE_SENTINEL: return "LastStyleSentinel";
}