Fixed issue #3860: Highlight keywords, such as error, fatal and warning in output...
commitc963d577c0b6e22840255a3c097307ea7f97f830
authorMichael Bauer <meigelb_dev@outlook.com>
Sun, 6 Feb 2022 18:08:20 +0000 (6 19:08 +0100)
committerSven Strickroth <email@cs-ware.de>
Sun, 13 Feb 2022 10:30:02 +0000 (13 11:30 +0100)
tree24cecd111c0de58a2d2b9c83a6523264a976edda
parentc6d71c9cb7d5c400a26604a66b5c07dd760369ee
Fixed issue #3860: Highlight keywords, such as error, fatal and warning in output of git commands

Add method StyleWarningsErrors() to parse lines in the output of git commands. Lines starting with "error:" and "fatal:" or "warning:" are highlighted with bold font and color red or yellow, respectively. Method is invoked after all git commands finished.

Signed-off-by: Michael Bauer <meigelb_dev@outlook.com>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
doc/source/en/TortoiseGit/tgit_dug/dug_settings_advanced.xml
src/Changelog.txt
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/AppUtils.h
src/TortoiseProc/ProgressDlg.cpp
src/TortoiseProc/Settings/SettingsAdvanced.cpp
src/TortoiseProc/SyncDlg.cpp