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)
|
if (lslint.HasErrors)
|
||||||
{
|
{
|
||||||
//TODO: Show errors somewhere else
|
this.SyntaxErrors.Show(dockPanel);
|
||||||
//this.panel1.Controls.Clear();
|
|
||||||
//this.panel1.Controls.Add(this.SyntaxErrors);
|
|
||||||
//this.panel1.Visible = true;
|
|
||||||
//this.splitter1.SplitPosition = Properties.Settings.Default.SimulatorSize.Height;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
||||||
<li>3461546 - ReleaseNotes.htm in source, but never used</li>
|
<li>3461546 - ReleaseNotes.htm in source, but never used</li>
|
||||||
|
<li>3465488 - lslint does not show errors.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -115,7 +116,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>transaction_result</li>
|
<li>transaction_result</li>
|
||||||
</ul>
|
</ul>
|
||||||
* Added: stub functions for:
|
* Added: functions:
|
||||||
<ul>
|
<ul>
|
||||||
<li>llCastRay - syntax-checker only, highlighting added previously.</li>
|
<li>llCastRay - syntax-checker only, highlighting added previously.</li>
|
||||||
<li>llClearLinkMedia - 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