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
|
||||
{
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
<ul>
|
||||
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
||||
<li>3461546 - ReleaseNotes.htm in source, but never used</li>
|
||||
<li>3465488 - lslint does not show errors.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -115,7 +116,7 @@
|
|||
<ul>
|
||||
<li>transaction_result</li>
|
||||
</ul>
|
||||
* Added: stub functions for:
|
||||
* Added: functions:
|
||||
<ul>
|
||||
<li>llCastRay - syntax-checker only, highlighting added previously.</li>
|
||||
<li>llClearLinkMedia - syntax-checker only, highlighting added previously.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue