<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title>Ultimate Developer and Power Users Tool List</title>
    <link>http://blogs.lotterypost.com/todd/2006/8/ultimate-developer-and-power-users-tool-list.htm</link>
    <atom:link href="http://www.lotterypost.com/rss/blogcomments/10383" rel="self" type="application/rss+xml" />
    <description>Todd's Blog: Ultimate Developer and Power Users Tool List</description>
    <dc:language>en-us</dc:language>
    <generator>Lottery Post RSS Generator</generator>
    <item>
      <title>Original Blog Entry: Ultimate Developer and Power Users Tool List</title>
      <link>http://blogs.lotterypost.com/todd/2006/8/ultimate-developer-and-power-users-tool-list.htm</link>
      <guid isPermaLink="true">http://blogs.lotterypost.com/todd/2006/8/ultimate-developer-and-power-users-tool-list.htm</guid>
      <pubDate>Wed, 30 Aug 2006 17:28:45 GMT</pubDate>
      <dc:creator>Todd</dc:creator>
      <description><![CDATA[<p>I wish I had seen this blog entry from Scott Hanselman a long time ago.</p><p>This list contains some of the coolest developer tools.&nbsp; I think the struggle will be to keep myself from installing too many of them.</p><p><a href="http://www.hanselman.com/blog/ScottHanselmans2006UltimateDeveloperAndPowerUsersToolListForWindows.aspx" rel="external">Scott Hanselman's Ultimate Developer and Power Users Tool List</a></p><p>The first one I installed is just incredible &mdash; Notepad++.&nbsp; It is a replacement for the Notepad program that comes with Windows, and does every possible thing you'd ever want to do with text files &mdash;&nbsp;in a tabbed interface.&nbsp; Developers will especially like the colored text, which can be changed to something like 3 dozen different language varieties.</p><p>After installing the new Notepad++ program, it's pretty easy to replace the existing Windows Notepad.&nbsp; First go to c:\windows\system32 and rename <strong>notepad.exe</strong> to something like <strong>notepad_old.exe.</strong>&nbsp; Then, in the c:\program files\notepad++ folder, <strong>create</strong> and then&nbsp;<strong>run</strong> the following batch file:</p><p><span style="font-size: 10px; font-family: courier new,courier">copy /-y &quot;notepad++.exe&quot; C:\WINDOWS\System32\dllcache\notepad.exe<br />copy /-y &quot;notepad++.exe&quot; C:\WINDOWS\ServicePackFiles\i386\notepad.exe<br />copy /-y &quot;notepad++.exe&quot; C:\WINDOWS\System32\notepad.exe<br />copy /-y &quot;notepad++.exe&quot; C:\WINDOWS\notepad.exe</span></p><p>Voil&agrave;! Now every time you open a .TXT file, or select &quot;View Source&quot; from IE it opens in Notepad++.</p><p>By the way, only people who are, say, intermediate computer users&nbsp;or better, should attempt this.&nbsp;</p>]]></description>
      <category>* Original Blog Entry</category>
      <wfw:comment>http://www.lotterypost.com/blogentry/10383</wfw:comment>
    </item>
  </channel>
</rss>
