Thanks! <br><br>Why is the string yellow?<br><br>Robby<br><br>On Friday, September 9, 2011, Grant Rettke &lt;<a href="mailto:grettke@acm.org">grettke@acm.org</a>&gt; wrote:<br>&gt; On Thu, Sep 8, 2011 at 10:48 PM, Robby Findler<br>
&gt; &lt;<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>&gt; wrote:<br>&gt;&gt; I&#39;ve changed how online check syntax reports errors. Instead of<br>&gt;&gt; hilighting the source location in gold, it puts a little reddish thing<br>
&gt;&gt; in the right-hand margin where the error is. The goal is to make this<br>&gt;&gt; less obtrusive in, say, lecture, but also to make it less painful for<br>&gt;&gt; those among us who edit programs in such a way as to keep the parens<br>
&gt;&gt; always balanced.<br>&gt;&gt;<br>&gt;&gt; Let me know if you think it is an improvement or not<br>&gt;<br>&gt; That sounds good, it is how IntelliJ Idea works. Basically on the<br>&gt; right side you&#39;ve got little lines to notify of:<br>
&gt; errors: red<br>&gt; warnings: yellow<br>&gt; todos: blue<br>&gt; white block: change (actually shows up on the left near the gutter but<br>&gt; not in it)<br>&gt;<br>&gt; Here is an example:<br>&gt;<br>&gt; <a href="http://www.image-share.com/ipng-913-53.html">http://www.image-share.com/ipng-913-53.html</a><br>
&gt;<br>&gt; To top it off there is a status &quot;box&quot; on the status bar, which just<br>&gt; shows the &quot;health&quot; of the file. In this example it is red, because<br>&gt; there are errors present.<br>&gt;