<?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>Ogremindes.net &#187; smultron</title>
	<atom:link href="http://ogremindes.net/tag/smultron/feed/" rel="self" type="application/rss+xml" />
	<link>http://ogremindes.net</link>
	<description></description>
	<lastBuildDate>Thu, 18 Feb 2010 21:41:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Smultron: Version 2.01</title>
		<link>http://ogremindes.net/blog/smultron-version-201/</link>
		<comments>http://ogremindes.net/blog/smultron-version-201/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 02:14:48 +0000</pubDate>
		<dc:creator>Ogremindes</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free_software]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[smultron]]></category>
		<category><![CDATA[text_editor]]></category>

		<guid isPermaLink="false">http://ogremindes.net/smultron-version-201/</guid>
		<description><![CDATA[A new version of the Smultron text editor for MacOS 10.4 has been released...]]></description>
			<content:encoded><![CDATA[<p><a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');"><img src="http://ogremindes.net/wp-content/uploads/2006/06/smultron.png" alt="Smultron Logo" /></a></p>
<p>A new version of the <a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron</a> text editor for MacOS 10.4 has been released. The project tools have been made more useful, allowing you to easily switch between projects, save all files in a project and such. The snippets have become less useful to my mind, no longer being handy in the side draw (that is now the sole domain of projects).</p>
<p>Nevertheless, <a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron</a> is still the best free text-editor for web development on MacOSX I&#8217;ve seen.</p>
<ul>
<li>
<a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron by Peter Borg</a>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ogremindes.net/blog/smultron-version-201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smultron &#8212; Open-Source Text Editor for MacOSX</title>
		<link>http://ogremindes.net/blog/smultron-open-source-text-editor-for-macosx/</link>
		<comments>http://ogremindes.net/blog/smultron-open-source-text-editor-for-macosx/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 07:33:23 +0000</pubDate>
		<dc:creator>Ogremindes</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free_software]]></category>
		<category><![CDATA[smultron]]></category>
		<category><![CDATA[text_editor]]></category>

		<guid isPermaLink="false">http://ogremindes.net/smultron-open-source-text-editor-for-macosx/</guid>
		<description><![CDATA[I&#8217;ve looked for a good text editor for Mac for a long time, and just so happened to stumble upon one while looking at a blog for an example of navigation styles of all things...]]></description>
			<content:encoded><![CDATA[<p><img src="http://ogremindes.net/wp-content/uploads/2006/06/smultron.png" alt="Smultron Logo" />
<p>I&#8217;ve looked for a good text editor for Mac for a long time, and just so happened to stumble upon one while looking at a blog for an example of navigation styles of all things. I&#8217;ve taken the time to have a good look at the program, and it has all the features I&#8217;ve been looking for, and then some.</p>
<p><a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron</a> is the name of the program and it has such key features for coding as Syntax Highlighting (only once the file&#8217;s saved with an appropriate extension) and Indentation Preservation (where if you hit return the new line has the same indentation as the old one). You can set it to use spaces when tabbing (I believe Michael recommends doing this), and if you hit tab while selecting a block of text it indents the block, rather than replacing the whole lot with a tab.</p>
<p>Once a file has been saved with the appropriate extension <a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron</a>&#8217;s auto-complete is useful. It&#8217;s <em>not</em> as good as TopStyle Lite&#8217;s, as it doesn&#8217;t give a list of all the things that can go where the cursor is, but if you put the beginning of a keyword <a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron</a> will give a list of the keywords that fit. (If the file doesn&#8217;t belong to a recognised coding language it&#8217;ll give a list of all the words it knows that fit). A Code Snippet drawer allows you to store bits of text that you often use (such as the skeleton of a web page) in an easily accessable area off the side of the window. Oh, and did I mention it loads in a blink?</p>
<p><a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron</a> looks to be a brilliant tool for web coding on MacOSX. It&#8217;s free and open-source too.</p>
<ul>
<li>
<a href="http://smultron.sourceforge.net/" onclick="javascript:urchinTracker ('/outbound/article/smultron.sourceforge.net');">Smultron by Peter Borg</a>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ogremindes.net/blog/smultron-open-source-text-editor-for-macosx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

