<?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>le-matt. &#187; gnome</title>
	<atom:link href="http://www.any-where.de/blog/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.any-where.de/blog</link>
	<description>news from the world (the real one and the virtual)</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:36:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Plug-ins for gedit: count results or compare files.</title>
		<link>http://www.any-where.de/blog/plug-ins-for-gedit-count-results-or-compare-files/</link>
		<comments>http://www.any-where.de/blog/plug-ins-for-gedit-count-results-or-compare-files/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:29:02 +0000</pubDate>
		<dc:creator>Matthias Müller</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming the web]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.any-where.de/blog/?p=382</guid>
		<description><![CDATA[Well, after I could count words in a gedit document based on a selection I made, I decided to add another missing feature:
I needed a diff tool to compare two files that are currently opened in gedit. Unfortunately, gedit doesn&#8217;t come along with these kind of features. So, another plug-in was needed.
Meldlauncher
What it does? It [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after I could <a href="/blog/count-search-results-in-gedit/">count words in a gedit document</a> based on a selection I made, I decided to add another missing feature:</p>
<p>I needed a diff tool to compare two files that are currently opened in gedit. Unfortunately, gedit doesn&#8217;t come along with these kind of features. So, another plug-in was needed.</p>
<p><strong>Meldlauncher</strong></p>
<p>What it does? It simply starts the open source diff &amp; merge tool <a href="http://meld.sourceforge.net/" target="_blank">Meld</a> using two documents opened in gedit. That&#8217;s why I called it meldlauncher. Therefore, if you want to use meldlauncher, you will need to have Meld installed. On Ubuntu do something like this:</p>
<pre>sudo apt-get install meld</pre>
<p>If there are only two documents opened in gedit, meldlauncher will launch Meld and pass those two files to it. If there are more than two documents opened, meldlauncher will open a selection dialog from which you can easily choose the document to compare the current document with.</p>
<p>I moved both the counter plug-in and the meldlauncher plug-in to Github. Feel free to grab it from there:</p>
<p><a href="http://github.com/mmuell23/mmuell23" target="_blank">http://github.com/mmuell23/mmuell23</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.any-where.de/blog/plug-ins-for-gedit-count-results-or-compare-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

