<?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>techrageo.us &#187; Reviews</title>
	<atom:link href="http://techrageo.us/taxonomy/categories/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrageo.us</link>
	<description>insight on technology</description>
	<lastBuildDate>Sat, 22 Oct 2011 12:18:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Text Editors for Windows Followup</title>
		<link>http://techrageo.us/2007/01/07/text-editors-for-windows-followup/</link>
		<comments>http://techrageo.us/2007/01/07/text-editors-for-windows-followup/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 03:18:52 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techrageo.us/2007/01/07/text-editors-for-windows-followup</guid>
		<description><![CDATA[Following up on the Text Editors for Windows post, I decided to upgrade UltraEdit and wrap in the UltraCompare bundle. PSPad and a couple Notepad replacements such as Notepad2 and EDXOR will remain on my system. I&#8217;ll also keep an eye on TextMate knockoffs e and InType.]]></description>
			<content:encoded><![CDATA[<p>Following up on the <a href="http://techrageo.us/2007/01/06/text-editors-for-windows/">Text Editors for Windows</a> post, I decided to upgrade <a href="http://www.ultraedit.com">UltraEdit</a> and wrap in the UltraCompare bundle. <a href="http://www.pspad.com">PSPad</a> and a couple Notepad replacements such as <a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a> and <a href="http://members.ozemail.com.au/~nulifetv/freezip/freeware/edxor.htm">EDXOR</a> will remain on my system. I&#8217;ll also keep an eye on TextMate knockoffs <a href="http://e-texteditor.com/">e</a> and <a href="http://intype.info/">InType</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techrageo.us/2007/01/07/text-editors-for-windows-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose a Text Editor for Windows</title>
		<link>http://techrageo.us/2007/01/06/text-editors-for-windows/</link>
		<comments>http://techrageo.us/2007/01/06/text-editors-for-windows/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 16:14:38 +0000</pubDate>
		<dc:creator>bill</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techrageo.us/2007/01/06/text-editors-for-windows/</guid>
		<description><![CDATA[Windows ships with Notepad, a bare bones text editor that manages to be both handy and next to useless. So if you do any regular text editing you need something more, an editor that can reformat text, record macros, do syntax highlighting, that supports regular expressions in its search/replace dialog, or knows about ftp. Perhaps [...]]]></description>
			<content:encoded><![CDATA[<p><img class="imgright" src="/images/hellonotepadsm.jpg"/>Windows ships with Notepad, a bare bones text editor that manages to be both handy and next to useless. So if you do any regular text editing you need something more, an editor that can reformat text, record macros, do syntax highlighting, that supports regular expressions in its search/replace dialog, or knows about ftp. Perhaps you need an editor that does code folding or that supports the concept of a multi-file project. Maybe you&#8217;ve watched the loopy <a href="http://www.rubyonrails.org/screencasts">Ruby On Rails screencasts</a> and are intrigued by TextMate.</p>
<p>In the past and on various systems I have used a slew of editors, including emacs, vi, Brief, BBEdit, Crimson, and probably dozens of others. Years ago, I settled on UltraEdit for Windows and been using it since, upgrading now and then, but occasionally I look for alternatives. For instance, I am currently at UE Version 9.10 and am looking to upgrade to 12.20. It&#8217;s only twenty-five bucks to upgrade but is it still the best thing going? Are there more nimble, capable editors out there now? Of course, I&#8217;ve seen TextMate, occasionally used TextPad and Crimson, but know there are others.</p>
<p>I use <a href="http://www.amazon.com/exec/obidos/tg/detail/-/B000BTA4LU/eis657-20">Visual Studio 2005</a>, and it has a nice code editor and is just fine for a full-on MS development undertaking, but waiting to load that IDE to edit a file is like waiting in line and going through security to take a plane from Dallas to Fort Worth. This is probably true of whatever IDE you use.</p>
<p>Update (Jan 8, 2006): This article touches on lightweight editors such as TED Notepad, Notepad2, TheGun, TopGun, QuickEdit, and EDXOR. It then does a drive-by on a couple Windows incarnations of TextMate before digging into beefier programmers&#8217; editors, including PSPad, Notepad++, EditPlus, UltraEdit, TextPad, Crimson, jEdit, and Vim/gVim/WinVi. A few also-rans are mentioned at the end for good measure.</p>
<h3>Notepad replacements</h3>
<p>If you just want a little more than Notepad, but don&#8217;t need fancy features, there are some replacements that you might like.</p>
<p><a href="http://jsimlo.sk/notepad/">TED Notepad</a> is a decent Notepad replacement. It feels like the normal Notepad application except that it has lots more features in its menus. It&#8217;s free and worth checking out.</p>
<p><a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a> is a worthy Notepad replacement with some neat features, such as transparency, search and replace that supports regular expressions, syntax highlighting, bookmarks, column selections, bracket matching, and more.</p>
<p><img src="/images/texteditors/hellonotepad2sm.jpg"/></p>
<p>From <a href="http://www.movsd.com">hutch</a>, <a href="http://www.movsd.com/thegun.htm">TheGun</a> is a very lightweight text editor (6144 bytes) that is perfect if you want small; it is 1/10th the size of Notepad.exe that ships with Windows XP. A little larger (18732 bytes), <a href="http://www.movsd.com/topgun.htm">Top Gun</a> sports a few more features. Both are written in Assembler. <a href="http://www.movsd.com/qed.htm">QuickEdit</a> is a programmer&#8217;s editor that might appeal to the more hardcore techies out there (and still small at 38,652 bytes). These are all &#8220;registry safe&#8221; programs.</p>
<p>Another tiny text editor is <a href="http://members.ozemail.com.au/~nulifetv/freezip/freeware/edxor.htm">EDXOR</a>, which is only 30720 bytes but contains transformation functions such as Reverse, Rot13, Qcypher, Base64, and others.</p>
<p><img src="/images/texteditors/helloedxorsm.jpg"/></p>
<p>For lightweight editing, all of the above are fine; your specific needs and preferences will determine which is best for you.</p>
<h3>Programmers Editors</h3>
<h4>TextMate</h4>
<p>Yeah yeah, it&#8217;s great, it&#8217;s magical, it&#8217;s the greatest innovation since water. Unfortunately, if you want <a href="http://macromates.com/">TextMate</a> on Windows you will have to wait. There is no Windows variant and Allan Odgaard appears to have zero interest in creating one. On the bright side, however, some <a href="http://e-texteditor.com/blog/2006/textmate_on_windows">others are working on the TextMate-inspired e for Windows</a>. Though it feels not-quite-there, it <em>is</em> promising; I find the milestone history and visual undo features particularly interesting (see the right side of the screenshot below). Context menus do not work, Alt keys don&#8217;t open the menus, and the cool directory-file sidecar that TextMate has seems to be missing. All of this is at first glance, so it all may be hidden away in some clever Macintosh idiom, but I didn&#8217;t find it.</p>
<p><img src="/images/texteditors/helloesm.jpg"/></p>
<p>There&#8217;s also <a href="http://intype.info">InType</a>, <s>though nothing is available to download and try. You can get on their mailing list for info</s>. From their website &#8220;<em>Intype is a powerful and intuitive code editor for Windows with lightning fast response. It is easily extensible and customizable, thanks to support for scripting and native plug-ins. It makes development in any programming or scripting language quick and easy.</em>&#8221;</p>
<p>Update (Jan 8, 06): An alpha release of Intype is now available. So far it supports bundles and next to nothing else, except editing files. It indeed appears to be headed in the direction of TextMate, but lags a cut or two behind e. For example, there is no visual undo or history.</p>
<p><img src="/images/texteditors/hellointypesm.jpg"/></p>
<p><strong>Less Snooty Options</strong></p>
<p>So, you aren&#8217;t a TextMate groupie but you still want a good text editor. Relax, there are many from which to choose, even if you don&#8217;t want to spend money for a great editor.</p>
<p>Below is a quick overview of several Windows text editors and a screenshot of each. In each text has been selected and the right mouse button context menu is shown. Also, where project, code or clipboard explorers, or output windows are available, they are enabled.</p>
<h4>PSPad</h4>
<p>Free and packed with features, <a href="http://pspad.com">PSPad</a> is an intriguing option. Currently at version 4.5.2, Its features include FTP support, projects, regular expressions, bracket and syntax highlighting, spell checking, macros, text difference, templates, HTML preview, hex editing, reformatting, column mode, code explorer, compiler and external tool integration, and more. It comes with the free version of TopStyle Lite for CSS editing.</p>
<p>The only apparent downside is a lack of code folding support. Since PSPad has a code explorer, it&#8217;s not that bad, but code folding would be great. If I&#8217;m overlooking it, please tell me how to enable folding.</p>
<p>Update (Jan 8, 2006): Further use of PSPad reveals some cursor oddities that give it an unfinished feel. Also the PSPad forums seem to indicate that the developer is having difficulty finding a solution to code folding, a much-requested feature by the PSPad user community. If you&#8217;re interested in these sorts of things, <a href="http://forum.pspad.com/read.php?2,12038">PSPad is written in Object Pascal</a>.</p>
<p><img src="/images/texteditors/hellopspadsm.jpg"/></p>
<h4>Notepad++</h4>
<p><a href="http://notepad-plus.sourceforge.net">Notepad++</a> supports macros, code folding, syntax highlighting, bracket highlighting, function completion, regular expression searching, bookmarks, plugins, launching in browsers, and more. It is currently at version 3.9 and was last updated in April of 2006.</p>
<p>Though it has a serene look to it, Notepad++ feels a little weird to me. It&#8217;s tough to put my finger on why, though, so it might work great for you.</p>
<p><img src="/images/texteditors/hellonotepadppsm.jpg"/></p>
<h4>EditPlus</h4>
<p>Priced at $30, <a href="http://editplus.com">EditPlus</a> is at version 2.30 (last update on 11/14/2006) and supports the usual cast of features, including macros, projects, FTP, code folding, syntax and bracket highlighting, spell checking, and so on.</p>
<p><img src="/images/texteditors/helloeditplussm.jpg"/></p>
<h4>UltraEdit</h4>
<p><a href="http://ultraedit.com">UltraEdit</a> has been my editor of choice for years. Regularly updated and now at version 12.20, IDM products include UltraCompare, UltraEdit Studio, and UltraSentry. UltraEdit is about $50 (â‚¬ 38). UE supports syntax highlighting, code folding, FTP, sorting lines, emailing files, hex editing, macros, column mode, reformatting, HTML validation, projects, and on and on.</p>
<p>Besides the edit window, in the screenshot below the file explorer, output window, function explorer, and clipboard explorer are open.</p>
<p><img src="/images/texteditors/helloultraeditsm.jpg"/></p>
<p>UltraCompare, shown below, is a file compare utility that supports merging. A bundle with UltraEdit and UltraCompare is about $65 (â‚¬ 49).</p>
<p><img src="/images/texteditors/helloultracompsm.jpg"/></p>
<h4>TextPad</h4>
<p><a href="http://textpad.com">TextPad</a>, currently at version 4.7.3, is a capable text editor with a decent feature set (such as macros) but it suffers from odd key mappings and having nothing special to recommend it. In addition, it is $30 (Â£16.50) and has not been updated since June 19, 2004. Some people like it, but I see no reason to recommend it. Sorry.</p>
<p><img src="/images/texteditors/hellotextpadsm.jpg"/></p>
<h4>Crimson</h4>
<p><a href="http://crimsoneditor.com">Crimson Editor</a> is another fine but outdated editor, not updated since fall of 2004. However, it is free, so if it does all you need, it isn&#8217;t bad. The last version was 3.70 and supports macros, templates, FTP, regular expression searching, and projects.</p>
<p><img src="/images/texteditors/hellocrimsonsm.jpg"/></p>
<h4>jEdit</h4>
<p>Update (Jan 8, 2006): Loved by some and sporting some features, <a href="http://www.jedit.org/">jEdit</a> is slow and marred by its icky Java goodness. If you are fashionably rebellious or tied to Java, this might be a good choice. Otherwise, look elsewhere.</p>
<p><img src="/images/texteditors/hellojeditsm.jpg"/></p>
<h4>Vim/gVim</h4>
<p>Update (Jan 8, 2006): vi lovers &#8212; you know who you are &#8212; will probably already know about this, but if not or if you like puzzles, give <a href="http://www.vim.org/">Vim or gVim</a> a shot. Vim is a superset of the vi editor and gVim wraps a GUI around this obtuse textual masterpiece. (If Vim or gVim doesn&#8217;t do it for you but you still need your vi, give <a href="http://www.winvi.de/">WinVi</a> a shot.)</p>
<p><img src="/images/texteditors/hellogvimsm.jpg"/></p>
<h3>Still Others</h3>
<p>Still other text editors exist for Windows.</p>
<p><a href="http://www.zeusedit.com/">Zeus</a> is an editor and IDE that runs $45. It supports class browsing, CVS, VSS, and more.</p>
<p><a href="http://www.scintilla.org/SciTE.html">SciTE</a> is part of Scintilla and supports all the latest features.</p>
<p><a href="http://www.editpadpro.com/">EditPad Pro</a> is yet another text editor and costs $49. A lite version is free.</p>
<p><a href="http://www.emeditor.com/">EmEditor</a> is another text editor with decent features available in Professional, Standard, and Free versions. The free version is pretty stripped-down.</p>
<h3>Recommendations</h3>
<p>Bottom line, I still like UltraEdit and may still upgrade, but PSPad has to be the best bang for the buck. It has earned a place on my system next to UltraEdit, and has to be the editor of choice in situations where $50 is too much to spend. In fact, if I did not already have an UltraEdit license (taking the upgrade price down to $25), I would just stick with PSPad.</p>
<p>Update (Jan 8, 2006): PSPad has me a bit worried (see above). A little flakiness with it is making that UltraEdit upgrade look more attractive.</p>
]]></content:encoded>
			<wfw:commentRss>http://techrageo.us/2007/01/06/text-editors-for-windows/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

