<?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>mcmlxxii &#187; editor</title>
	<atom:link href="http://mcmlxxii.co.uk/tag/editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcmlxxii.co.uk</link>
	<description></description>
	<lastBuildDate>Tue, 13 Mar 2012 19:53:40 +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>Gedit document words autocompletion plugin</title>
		<link>http://mcmlxxii.co.uk/2009/02/01/gedit-document-words-autocompletion-plugin/</link>
		<comments>http://mcmlxxii.co.uk/2009/02/01/gedit-document-words-autocompletion-plugin/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:22:54 +0000</pubDate>
		<dc:creator>mcmlxxii</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[autocompletion]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[ibex]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://mcmlxxii.co.uk/?p=153</guid>
		<description><![CDATA[I followed a submission to reddit the other day highlighting a few choice plugins for gedit, as I am fond of using the default GNOME text editor. One plugin in particular caught my eye, the document words autocompletion plugin, written by Perriman. Retyping my inventive variable names (not to mention the oft flowery default php [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mcmlxxii.co.uk/wp-content/uploads/2009/02/geditdocwords.jpg"><img class="size-medium wp-image-154 alignright" title="geditdocwords" src="http://mcmlxxii.co.uk/wp-content/uploads/2009/02/geditdocwords-300x174.jpg" alt="Gedit autocompletion plugin in action" width="300" height="174" /></a></p>
<p>I followed a submission to reddit the other day highlighting a <a href="http://www.makeuseof.com/tag/top-plugins-to-extend-and-make-gedit-a-more-useful-text-editor-linux/">few choice plugins</a> for gedit, as I am fond of using the default GNOME text editor. One plugin in particular caught my eye, the document words autocompletion plugin, written by Perriman. Retyping my inventive variable names (not to mention the oft flowery default php function names) is both error-prone and onerous and this plugin is the perfect remedy.</p>
<p>The following applies to Ubuntu Intrepid. I&#8217;m using 64 bit, but there&#8217;s no difference for 32 bit.</p>
<p>The plugin is not packaged in with the gedit-plugins package and needs to be compiled. It depends on quite a few packages. I chose to cheat a little when installing the required development libraries by first installing the build dependencies for gedit itself. If you haven&#8217;t already installed it, the build-essential package will install the most commonly used compilation tools too:</p>
<p><code>sudo apt-get install build-essential<br />
sudo apt-get build-dep gedit gedit-plugins</code></p>
<p>Then download the source. The document auto completion plugin depends on Perriman&#8217;s gtksourcecompletion, which also needs to be compiled first. The source is available from <a href="http://sourceforge.net/project/showfiles.php?group_id=212508&amp;package_id=255603&amp;release_id=647663">this Sourceforge page</a>.</p>
<p>Once extracted and in the directory:</p>
<p><code>./configure --prefix=/usr<br />
make<br />
sudo make install</code></p>
<p>The plugin itself is also on Sourceforge, the 0.51 version is now on the <a href="http://sourceforge.net/project/showfiles.php?group_id=212508&amp;release_id=657711&amp;package_id=257859">download page</a>.  Again, once extracted and in the directory:</p>
<p><code>./configure --prefix=/usr<br />
make<br />
sudo make install</code></p>
<p>and assuming there are no errors, the plugin should appear in the gedit plugins list (Edit &gt; Preferences &gt; Plugins). Now all I need to do it try to train my left hand pinky not to keep stabbing the tab key for autocompletion!</p>
]]></content:encoded>
			<wfw:commentRss>http://mcmlxxii.co.uk/2009/02/01/gedit-document-words-autocompletion-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

