Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-07-31 22:24:14 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-10-21 19:40:33 +0300
commit91ed8b4ce04372b72def38291d6ebd3af3663e37 (patch)
treef95791dad8b9630a3323493ce07fd5896048573e
parentbe5bad718bcc5b4b44e568e5adc41465c5e8e869 (diff)
Tasks: Stop highlighting "undone"pr-sandy-undome
I don't know if this was originally supposed to be "undome", but as-is it doesn't seem like a word that denotes a task. I looked to see when this was added to see if I could learn more, but there's not much info in https://github.com/mono/monodevelop/commit/05db27cf6c06423d8dae5e71e0b9d1dc60388af7.
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/CommentTag.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/CommentTag.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/CommentTag.cs
index e08f001694..b98bdaf9ff 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/CommentTag.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Tasks/CommentTag.cs
@@ -44,7 +44,7 @@ namespace MonoDevelop.Ide.Tasks
public static event EventHandler SpecialCommentTagsChanged;
- const string defaultTags = "FIXME:2;TODO:1;HACK:1;UNDONE:0";
+ const string defaultTags = "FIXME:2;TODO:1;HACK:1";
static List<CommentTag> specialCommentTags;
public static List<CommentTag> SpecialCommentTags {