<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thecrumb.com &#187; editor</title>
	<atom:link href="http://thecrumb.com/tag/editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com</link>
	<description>developer &#124; thinker &#124; tinkerer</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:28:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Interesting (Online) Editor &#8211; Amy</title>
		<link>http://thecrumb.com/2008/01/15/interesting-online-editor-amy/</link>
		<comments>http://thecrumb.com/2008/01/15/interesting-online-editor-amy/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 13:20:19 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[editor]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/15/interesting-online-editor-amy/</guid>
		<description><![CDATA[This looks really interesting. The Amy Editor is an embedded text editor. This is not a WYSIWYG editor like the FCKEditor &#8211; it&#8217;s more like Textmate in your browser. It has a nice set of features: Syntax highlighting Smart indentation &#8230; <a href="http://thecrumb.com/2008/01/15/interesting-online-editor-amy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This looks really interesting.  The <a href="http://www.april-child.com/amy/website/">Amy Editor</a> is an embedded text editor.  This is not a WYSIWYG editor like the FCKEditor &#8211; it&#8217;s more like Textmate in your browser.  It has a nice set of features:</p>
<ul>
<li>Syntax highlighting</li>
<li>Smart indentation for each language</li>
<li>Code folding</li>
<li>Bookmarks</li>
<li>Word completion</li>
<li>Insert/Overwrite mode</li>
<li>Unlimited undo/redo</li>
<li>Intelligent character pairing</li>
</ul>
<p>Not sure where I&#8217;d actually USE such a thing but it is an interesting concept.  I could see Google buying them up and adding this to their online suite&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/01/15/interesting-online-editor-amy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer Toolbox &#8211; Text Editor</title>
		<link>http://thecrumb.com/2008/01/11/developer-toolbox-text-editor/</link>
		<comments>http://thecrumb.com/2008/01/11/developer-toolbox-text-editor/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 14:59:40 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/11/developer-toolbox-text-editor/</guid>
		<description><![CDATA[Like a trusty six shooter, every developer needs a good text editor in their toolbox. For heavy lifting it&#8217;s great to wheel out the IDE (CFEclipse, Dreamweaver, etc) but for those quick edits using an IDE can seem like overkill. &#8230; <a href="http://thecrumb.com/2008/01/11/developer-toolbox-text-editor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Like a trusty six shooter, every developer needs a good text editor in their toolbox.</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/jedit-screenshot.gif' alt='jEdit screenshot' align="right" /> For heavy lifting it&#8217;s great to wheel out the IDE (CFEclipse, Dreamweaver, etc) but for those quick edits using an IDE can seem like overkill.  A simple text editor is lightweight and designed for doing one thing well &#8211; editing text!</p>
<p>There are <a href="http://en.wikipedia.org/wiki/List_of_text_editors">text editors for every platform</a>,  ranging from bare bones command line interfaces to Window&#8217;s built in Notepad to elaborate applications like UltraEdit.</p>
<p><img src='http://thecrumb.com/wp-content/uploads/2008/01/notepad-screenshot.gif' alt='Notepad++ screenshot' align="right" /> A good text editor will offer syntax highlighting, code assist, search and replace, multi-document editing and more.  Many support plugins or bundles to further extend their functionality. In this screenshot you can see one of the many text editing menus available in Notepad++.</p>
<p>If you are editing your Ant scripts in Dreamweaver or still using Windows Notepad &#8211; check out some of the alternatives!</p>
<ul>
<li><a href="http://www.ultraedit.com/">UltraEdit</a> (Win)</li>
<li><a href="http://macromates.com/">Textmate</a> (Mac)</li>
<li><a href="http://www.e-texteditor.com/">E &#8211; Text Editor</a> (Textmate for Windows)</li>
<li><a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad ++</a> (Win)</li>
<li><a href="http://www.jedit.org/">jEdit</a> (Java)</li>
<li><a href="http://en.wikipedia.org/wiki/List_of_text_editors">List of text editors</a></li>
<li><a href="http://en.wikipedia.org/wiki/Comparison_of_text_editors">Comparison of text editors</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/01/11/developer-toolbox-text-editor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

