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: