From afb4c878b59d2629975deff143de9b2bb0638ead Mon Sep 17 00:00:00 2001 From: WMJ Date: Fri, 21 Dec 2018 11:05:53 +0800 Subject: [PATCH] ! Added notice in syntax highlight options page due to #14 (Syntax highlight theme could not be correctly applied after VS theme was changed) --- Codist/Options/SyntaxHighlightPage.Designer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Codist/Options/SyntaxHighlightPage.Designer.cs b/Codist/Options/SyntaxHighlightPage.Designer.cs index 9bdb99df..fa35183d 100644 --- a/Codist/Options/SyntaxHighlightPage.Designer.cs +++ b/Codist/Options/SyntaxHighlightPage.Designer.cs @@ -97,8 +97,9 @@ private void InitializeComponent() { this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(537, 54); this.label1.TabIndex = 3; - this.label1.Text = "Tip: you can quickly load or reset syntax theme by pressing the buttons above.\r\nO" + - "pen a C# code file to see effects immediately."; + this.label1.Text = "Tip: 1) You can quickly load or reset syntax theme by pressing the buttons above." + + " 2) Open a C# code file to see effects immediately.\r\nNote: If you changed the VS" + + " Theme, you may need to restart VS."; // // _ResetThemeButton // @@ -161,7 +162,7 @@ private void InitializeComponent() { this.customGroupBox1.Size = new System.Drawing.Size(549, 68); this.customGroupBox1.TabIndex = 8; this.customGroupBox1.TabStop = false; - this.customGroupBox1.Text = "Advanced Syntax Highlight"; + this.customGroupBox1.Text = "Extra Syntax Highlight"; // // _HighlightSpecialCommentBox //