active questions tagged texteditor - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T23:25:15Z http://stackoverflow.com/feeds/tag/texteditor http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1826314/why-are-keywords-blue 0 why are keywords blue? [closed] dkackman 2009-12-01T13:51:37Z 2009-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-0 0 HTML text editor in ASP.NET 2.0 Sachin Gaur 2009-11-03T13:39:15Z 2009-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>