active questions tagged texteditor - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T23:25:15Zhttp://stackoverflow.com/feeds/tag/texteditorhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1826314/why-are-keywords-blue0why are keywords blue? [closed]dkackman2009-12-01T13:51:37Z2009-12-01T13:56:06Z
<p>Every colorizing source code text editor I've used highlights language keywords with bright blue. Microsoft's VC++ 5's IDE is as far back as my usage goes (or maybe VB3 colorized too).</p>
<p>So my question(s) is/are: </p>
<ul>
<li>what was the first colorizing source
code editor? </li>
<li>when/how did blue become
the keyword color of choice?</li>
</ul>
http://stackoverflow.com/questions/1667385/html-text-editor-in-asp-net-2-00HTML text editor in ASP.NET 2.0Sachin Gaur2009-11-03T13:39:15Z2009-11-04T05:24:41Z
<p>I am developing a web application where user has the option to send email to other users. I am looking for any in-built HTML text editor for ASP.NET 2.0. I know latest AJAX release for .NET 3.5 has provided this control. I am looking for a similar control but in ASP.NET 2.0.</p>
<p>Is there any other UI control that is build using Javscript or jQuery, which can be used to allow user to enter HTML formatted message?</p>