diff --git a/Terminal.sln.DotSettings b/Terminal.sln.DotSettings index 583c807e4..e83ed7026 100644 --- a/Terminal.sln.DotSettings +++ b/Terminal.sln.DotSettings @@ -394,7 +394,6 @@ True ..\Terminal.sln.ToDo.DotSettings True - 1 PushToShowHints True @@ -402,54 +401,9 @@ True True True - True - #FFCF9D32 - True - Suggestion - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>SUGGESTION): *(?<Message>[\S].*?)(?: ?\*/)?$ - Question - False - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>BUGBUG|BUG|PROBLEM): *(?<Message>[\S].*?)(?: ?\*/)?$ - True - - #FFCF9D32 - True - Performance - (/{2}|/\*|\* )[\w\s\d:]*?(?<TAG>PERFORMANCE|PERF): *(?<Message>[\S].*?)(?: ?\*/)?$ - Warning - True - #FFCF9D32 - True - Security Issue - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>SECURITY|SEC): *(?<Message>[\S].*?)(?: ?\*/)?$ - Warning - True - #FFCF9D32 - True - Note - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>NOTE): *(?<Message>[\S].*?)(?: ?\*/)?$ - Normal - True - #FFCF9D32 - True - Question - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>QUESTION|Q): *(?<Message>[\S].*?)(?: ?\*/)?$ - Question - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>TODOTODO|TODO|TASK): *(?<Message>[\S].*?)(?: ?\*/)?$ - True - #FFCF9D32 - True - Unclear Intent - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>UNCLEAR|INTENT|CLARITY|SPECIFY): *(?<Message>[\S].*?)(?: ?\*/)?$ - Warning - True - #FFCF9D32 - True - Concurrency Issue - (/{2}|/\*|\* ?)[\w\s\d:]*?\W(?<TAG>CONCURRENCY|THREADSAFETY|THREADING): *(?<Message>[\S].*?)(?: ?\*/)?$ - Warning True True True True + True diff --git a/Terminal.sln.ToDo.DotSettings b/Terminal.sln.ToDo.DotSettings index 75ce05fdd..e72f67f03 100644 --- a/Terminal.sln.ToDo.DotSettings +++ b/Terminal.sln.ToDo.DotSettings @@ -1,3 +1,82 @@ + Bug + (?<=\W|^)(?<TAG>BUGBUG|BUG|PROBLEM): *(?<Message>[\S].*)$ + Warning + #FFD04040 + True + True + True + True + Concurrency Issue + (?<=\W|^)(?<TAG>CONCURRENCY|THREADSAFETY|THREADING): *(?<Message>[\S].*)$ + Warning + #FFC05030 + True + True + True + True + + Note + (?<=\W|^)(?<TAG>NOTE): *(?<Message>[\S].*)$ + Normal + #FF800080 + True + True + True + True + + Performance + (?<=\W|^)(?<TAG>PERFORMANCE|PERF): *(?<Message>[\S].*)$ + Warning + #FFFF6200 + True + True + True + True + + Question + (?<=\W|^)(?<TAG>QUESTION|Q): *(?<Message>[\S].*)$ + Question + #FF2040A0 + True + True + True + True + + Security Issue + (?<=\W|^)(?<TAG>SECURITY|SEC): *(?<Message>[\S].*)$ + Warning + #FFA02020 + True + True + True + True + + Suggestion + (?<=\W|^)(?<TAG>SUGGESTION): *(?<Message>[\S].*)$ + Question + #FF3090C0 + True + True + True + True + + ToDo + Question + (?<=\W|^)(?<TAG>TODOTODO|TODO|TASK): *(?<Message>[\S].*)$ + #FF229988 + True + True + True + True + + Unclear Intent + (?<=\W|^)(?<TAG>UNCLEAR|INTENT|CLARITY|SPECIFY): *(?<Message>[\S].*)$ + Warning + #FF999933 + True + True + True + True \ No newline at end of file