Fix lslint showing error list.

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@58 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
niel-archer 2011-12-30 03:50:20 +00:00
parent 0d498096d6
commit 8c5f8ea783
2 changed files with 3 additions and 6 deletions

View file

@ -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
{

View file

@ -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>