<?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>OpenSourceEditor &#187; tabs</title>
	<atom:link href="http://www.open-source-editor.com/tag/tabs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.open-source-editor.com</link>
	<description>Thoughts on software and webservices.</description>
	<lastBuildDate>Tue, 20 Sep 2011 12:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Komodo &#8211; the way to go?</title>
		<link>http://www.open-source-editor.com/editors/komodo-the-way-to-go.html</link>
		<comments>http://www.open-source-editor.com/editors/komodo-the-way-to-go.html#comments</comments>
		<pubDate>Mon, 01 Nov 2010 15:20:29 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Komodo]]></category>
		<category><![CDATA[activestate]]></category>
		<category><![CDATA[crossplatform]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=357</guid>
		<description><![CDATA[Is Komodo the way to go? Well, I am convinced. I have been working a bit with TextMate and Coda on the Mac, and e-texteditor on Windows. I like features in all of these. But I would like a crossplatform editor (since I work an the three major platforms), is fast but has enough features [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fkomodo-the-way-to-go.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fkomodo-the-way-to-go.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.activestate.com/komodo-edit" target="_blank" class="external" rel="nofollow"><img class="alignright size-full wp-image-117" title="komodo-edit" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/komodo-edit.png" alt="From Active State, who also creates Komodo IDE" width="100" height="100" /></a>Is Komodo the way to go? Well, I am convinced. I have been working a bit with TextMate and Coda on the Mac, and e-texteditor on Windows. I like features in all of these. But I would like a crossplatform editor (since I work an the three major platforms), is fast but has enough features to work with. <a href="http://www.activestate.com/komodo-edit" target="_blank" class="external">Komodo Edit</a> by Active State has it all.</p>
<p>It has</p>
<ul>
<li>Project management</li>
<li>Good Find/Replace</li>
<li>Snippets (which you can set to Key Bindings), Macros, Commands</li>
<li>Plugin friendly, and available plugins (like a source tree and database explorer)</li>
<li>Good code completion</li>
<li>It is fast enought</li>
<li>Works on Windows, OS X, Linux</li>
<li>Can Import/Export snippets between platform</li>
</ul>
<p><a href="http://www.activestate.com/komodo-ide/features" target="_blank">Check the website at Active State for more features</a>. One thing I found is that I need to change the default setting to get it the way I like (for example Tab indent and not Spaces). Here is some of the steps I use:</p>
<h3>Change indention</h3>
<p>In the Preferences / Editor / Indention, change Prefer tabs over spaces, and change &#8220;Number of spaces&#8230;&#8221; and &#8220;Width of each tab&#8230;&#8221; to 8. I discovered indention works better when both is set to the same value (which BTW is the same with Netbeans).</p>
<h3>Fix so that Ctrl + Shift + W closes all files</h3>
<p>Open Preferences / Editor / Key Bindings. In the input field &#8220;Commands&#8221; write &#8220;Select end&#8221; and select &#8220;Editor: Select to end of word&#8221;. Click &#8220;Clear&#8221;. Now write &#8220;Close all&#8221;  in the input field &#8220;Commands&#8221;. Select &#8220;Editor: Close all buffers&#8221;. Select the input field &#8220;New key bindings&#8221; and hold down Ctrl + Shift + W.  Click Ok, now your done! :)</p>
<h3>Install Add-Ons</h3>
<p>Extension and Plugins are the same format as in Firefox and Thunderbird, .xpi. There is an Extension  that is called <strong>NST</strong> and gives you a sourcetree for the file you are working in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/komodo-the-way-to-go.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make Netbeans use tabs for indention</title>
		<link>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html</link>
		<comments>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:16:51 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[indention]]></category>
		<category><![CDATA[spaces]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=257</guid>
		<description><![CDATA[I&#8217;m really starting to like it, but got stuck on how to make Netbeans use tabs for indention. Deselecting the option &#8220;Extend tabs to spaces&#8221; didn&#8217;t work for me, I still got those damn spaces (I hate indention by spaces). I found the solution though, go to your &#8220;Options&#8220;-panel, choose the &#8220;Editor&#8221; page, select &#8220;Formatting&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fhow-to-make-netbeans-use-tabs-for-indention.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fhow-to-make-netbeans-use-tabs-for-indention.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m really starting to like it, but got stuck on how to make <strong>Netbeans</strong> use <strong>tabs</strong> for indention. Deselecting the option &#8220;<em>Extend tabs to spaces</em>&#8221; didn&#8217;t work for me, I still got those damn spaces (<span style="color: #ff0000;">I hate indention by spaces</span>).</p>
<p>I found the solution though, go to your &#8220;<em>Options</em>&#8220;-panel, choose the &#8220;<em>Editor</em>&#8221; page, select &#8220;<em>Formatting</em>&#8221; and set &#8220;<em>Tab size</em>&#8221; and &#8220;<em>Number of spaces to indent</em>&#8221; to the same size.</p>
<div><a href="http://www.open-source-editor.com/wp-content/uploads/2010/01/netbeans-tabs-spaces.jpg"><img class="aligncenter size-full wp-image-263" title="netbeans-tabs-spaces" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/netbeans-tabs-spaces.jpg" alt="" width="386" height="357" /></a></div>
<p><strong>Update:</strong> <a href="http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html">More PHP&#8217;ers falling for Netbeans.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

