<?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>Ole Bakstad&#039;s blog &#187; editor</title>
	<atom:link href="http://dibon.net/wordpress/tag/editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://dibon.net/wordpress</link>
	<description>About stuff that happens, when it happens, if it happens.</description>
	<lastBuildDate>Mon, 15 Jun 2009 20:08:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>gedit + plugins = \o/</title>
		<link>http://dibon.net/wordpress/gedit-plugins-o/</link>
		<comments>http://dibon.net/wordpress/gedit-plugins-o/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 16:07:21 +0000</pubDate>
		<dc:creator>Ole Bakstad</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Hints]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[micah carrick]]></category>

		<guid isPermaLink="false">http://dibon.net/wordpress/?p=24</guid>
		<description><![CDATA[I&#8217;ve been looking for good editor for Ubuntu for a while, and I think I found it.  After reading Micah Carrick&#8217;s post on Customizing gedit as a Web Developer’s IDE I was amazed how much gedit with plug-ins could do. It almost have anything I want in an editor. I don&#8217;t know if I would [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for good editor for Ubuntu for a while, and I think I found it.  After reading Micah Carrick&#8217;s post on <a href="http://www.micahcarrick.com/09-29-2007/gedit-html-editor.html" target="_blank">Customizing gedit as a Web Developer’s IDE</a> I was amazed how much gedit with plug-ins could do. It almost have anything I want in an editor. I don&#8217;t know if I would call it an IDE though. Missing debugging and CVS/SVN is kinda important in an IDE. There are debugging plug-ins for Perl and Python, but not for PHP, Java and JS (which is the languages I mostly use).</p>
<p>Personally I like the same preferences that Micah uses. I enable indent with 4 spaces, turn of line wrapping and enable line numbering. Read a more detailed description in Micah&#8217;s post.</p>
<p><strong style="font-size: 18px;">Plug-ins I use:</strong></p>
<p>- <strong><a href="http://www.garyharan.com/index.php/2006/11/16/gemini-gedit-plugin-for-all-those-textmate-fans/" target="_blank">Gemini</a></strong><br />
A plug-in which auto-completes parenthesis, brackets and so on (the  characters: &lt; { [ ' " " ' ] } &gt;) and nicely indents and places the cursor where you (me) want it. This plug-in is an absolute life saver!</p>
<p>Before return is pressed (notice that there is no &#8220;}&#8221;):</p>
<pre>{//Cursor here</pre>
<p>After return is pressed:</p>
<pre>{
    // Cursor here
}</pre>
<p>- <strong><a href="http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html" target="_blank">Symbol Browser</a></strong><br />
Shows a list of classes, functions, enums and class fields.</p>
<p>- <strong>Snippets</strong><br />
This plug-in allows you to define snippets of codes which appear when you use a tab-trigger. This one saves you a lot of time. Make a for-loop with a few keystrokes. See my post on <a href="http://dibon.net/wordpress/?p=25" target="_blank">how to use snippets</a>.</p>
<p>Screenshot of my gedit (oblivion theme):</p>
<p><img class="alignnone size-full wp-image-26" title="gedit" src="http://dibon.net/wordpress/wp-content/uploads/2008/06/gedit.png" alt="" width="628" height="415" /></p>
<p>If you use an awesome plug-in or something for gedit please leave comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://dibon.net/wordpress/gedit-plugins-o/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

