<?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>digital nomad &#187; text</title>
	<atom:link href="http://www.gaggl.com/tag/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaggl.com</link>
	<description>so many ideas - so little time ...</description>
	<lastBuildDate>Sun, 20 May 2012 02:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Finding a Notepad++ alternative / replacement on Ubuntu</title>
		<link>http://www.gaggl.com/2012/02/finding-a-notepad-alternative-replacement-on-ubuntu/</link>
		<comments>http://www.gaggl.com/2012/02/finding-a-notepad-alternative-replacement-on-ubuntu/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 10:15:43 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=809</guid>
		<description><![CDATA[One of the most important utilities on any computer is a decent text editing tool. Since there are as literally hundreds of text-editors out there you would think it is an easy task to find a similar one for each &#8230; <a href="http://www.gaggl.com/2012/02/finding-a-notepad-alternative-replacement-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the most important utilities on any computer is a decent text editing tool. Since there are as literally hundreds of text-editors out there you would think it is an easy task to find a similar one for each platform.</p>
<div><a href="http://www.flickr.com/photos/thomashawk/93821899/" target="_blank"><img title="On the Road Manuscript, #1 by Thomas Hawk, on Flickr" src="http://farm1.static.flickr.com/39/93821899_5446eed3ef.jpg" alt="On the Road Manuscript, #1 by Thomas Hawk, on Flickr" border="0" /></a><br />
<a href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank"><img title="Creative Commons Attribution-Noncommercial 2.0 Generic License" src="http://i.creativecommons.org/l/by-nc/2.0/80x15.png" alt="Creative Commons Attribution-Noncommercial 2.0 Generic License" align="left" border="0" /></a>  by <a href="http://www.flickr.com/people/thomashawk/" target="_blank"> Thomas Hawk</a><a href="http://www.imagecodr.org/" target="_blank"> </a></div>
<p>After years of trialing on various Windows platforms I have found <a title="Notepad++" href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a> to be the most useful of them all (closely followed by EMEditor which I used for years before Notepad++). Since I have now switched to <a title="Running your business (mostly) on Open Source Software" href="http://www.gaggl.com/2011/09/running-your-business-mostly-on-open-source-software/" target="_blank">Ubuntu</a> completely it was necessary to find a permanent alternative on that platform since Notepad++ is only available on Windows.</p>
<p>The requirements list in order of priority:</p>
<ol>
<li>Fast &amp; Native (reading NOT Java or similar runtime requirements)</li>
<li>Excellent Search &amp; Replace (which is where most fail &#8230;.)</li>
<li>Lightweight</li>
<li>Simple GUI (reading NOT an IDE)</li>
</ol>
<h2>Potential Candidates</h2>
<h3>Scite</h3>
<p>Scite was my first try since it is based on the same engine as Notepad++. I have used it for a number of months but was never really happy with it. Issues with &#8220;Find in Files&#8221; functionality have been the final issue that make me move on. <a href="http://www.scintilla.org/SciTE.html">http://www.scintilla.org/SciTE.html</a></p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/02/scite.png"><img class="alignnone size-medium wp-image-813" title="Scite Screenshot" src="http://www.gaggl.com/wp-content/uploads/2012/02/scite-221x300.png" alt="Scite Screenshot" width="221" height="300" /></a></p>
<h3>Geany</h3>
<p>I came across this one very recently and after a short trial period grown to really like it. Apart   from it&#8217;s silly name and very ugly icon it really has got the nicest overall balance of speed and functionality. And most importantly it also has very decent in-built search &amp; replace functions. This includes &#8221;Find in Files&#8221; functionality which actually works. <a href="http://www.geany.org/">http://www.geany.org/</a></p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/02/geany_main.png"><img class="alignnone size-medium wp-image-814" title="Geany Screenshot" src="http://www.gaggl.com/wp-content/uploads/2012/02/geany_main-300x248.png" alt="Geany Screenshot" width="300" height="248" /></a></p>
<h3>Vim (Cream)</h3>
<p>Since vim is my command-line text editor of choice for years I was giving the GUI version a try next to Geany. However since I am not a total vim freak (never had enough time to learn all the power of this tool) I decided to stick to a dedicated GUI text editor for long editing tasks (HTML, CSS coding) and keep vim for when I am on the command-line or a headless server.</p>
<h3>Gedit</h3>
<p>Being the default editor in Ubuntu I have used it a bit, but always found it very sluggish and not very intuitive to use. Apart from the fact is installed by default I did not find many things I liked about it.</p>
<p><strong>Note</strong>: sometimes the find and replace needs are outside of the capabilites of any text editor and you have to resort to a specialised tool. As a GUI I have always found Regexxer (<a href="http://regexxer.sourceforge.net/">http://regexxer.sourceforge.net/</a>) very useful. Otherwise there is always the full power of <a title="GNU grep manual" href="http://www.gnu.org/software/grep/manual/" target="_blank">grep</a> and <a title="GNU sed manual" href="http://www.gnu.org/software/sed/manual/" target="_blank">sed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/02/finding-a-notepad-alternative-replacement-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BESPIN &#8211; another nice one from Mozilla.org</title>
		<link>http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/</link>
		<comments>http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 06:58:20 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=165</guid>
		<description><![CDATA[Getting excited about a new text editor of all things is not something I like to admit to easily, but in my line of work (although less and less is actually doing hands on coding) text editing is an important &#8230; <a href="http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Getting excited about a new text editor of all things is not something I like to admit to easily, but in my line of work (although less and less is actually doing hands on coding) text editing is an important part.</p>
<p>That&#8217;s why I checked out the <a title="BESPIN Project - Mozilla.org" href="http://labs.mozilla.com/projects/bespin/" target="_blank">BESPIN project</a> as soon as I heard of it. The prospect of being able to edit your files from anywhere is very appealing to me since I spend a lot of time away from the desk and on devices that not always have good text editor (let alone all the files necessary). The thought of being able to edit files from a netbook while on the run is coming to mind straight away.</p>
<p>So far (even though this is a 0.1 &#8216;techo-preview&#8217;) I really like what you see. Not something that the average word processor crowd would find appealing or easy to use, but for somebody that is familiar with (specially *NIX) text editors it is easy to pick up and I can definitely see lots of potential there.</p>
<div id="attachment_171" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-171" title="Dashboard" src="http://www.gaggl.com/wp-content/uploads/2009/02/bespin01-300x152.jpg" alt="Bespin Dashboard" width="300" height="152" /><p class="wp-caption-text">Bespin Dashboard</p></div>
<div id="attachment_172" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-172" title="Editor" src="http://www.gaggl.com/wp-content/uploads/2009/02/bespin02-300x151.jpg" alt="Editor Interface" width="300" height="151" /><p class="wp-caption-text">Editor Interface</p></div>
<p>There are some important features still missing to make it truly useful in practical conditions, but I am sure they will be addressed in future revisions and it should be fairly easy to host your own since it&#8217;s basically Javascript &amp; HTML5 and an Open Source project.</p>
<p>Great work by these guys:<br />
<object width="400" height="225" data="http://vimeo.com/moogaloop.swf?clip_id=3195079&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3195079&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object></p>
<p>Keep it coming ! Soon &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

