From 5d46b27a26f56ed4977359e2004dd64f8d21811f Mon Sep 17 00:00:00 2001 From: niel-archer Date: Mon, 26 Dec 2011 01:14:20 +0000 Subject: [PATCH] Fix lslint showing error list. --- trunk/LSLEditorForm.cs | 6 +----- trunk/Resource/ReleaseNotes.htm | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/trunk/LSLEditorForm.cs b/trunk/LSLEditorForm.cs index c833657..ad93475 100644 --- a/trunk/LSLEditorForm.cs +++ b/trunk/LSLEditorForm.cs @@ -1699,11 +1699,7 @@ namespace LSLEditor { if (lslint.HasErrors) { - //TODO: Show errors somewhere else - //this.panel1.Controls.Clear(); - //this.panel1.Controls.Add(this.SyntaxErrors); - //this.panel1.Visible = true; - //this.splitter1.SplitPosition = Properties.Settings.Default.SimulatorSize.Height; + this.SyntaxErrors.Show(dockPanel); } else { diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index c539eea..69ab027 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -20,6 +20,7 @@ @@ -115,7 +116,7 @@ - * Added: stub functions for: + * Added: functions: