Fix lslint showing error list.
This commit is contained in:
parent
9adfbd427d
commit
5d46b27a26
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue