<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for untidy blog</title>
	<atom:link href="http://untidy.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://untidy.net/blog</link>
	<description>simon steele writes about stuff...</description>
	<lastBuildDate>Mon, 22 Feb 2010 16:52:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Introducing Template Fields by Programmer&#39;s Notepad &#187; Blog Archive &#187; Programmer&#8217;s Notepad 2.1.2 Released</title>
		<link>http://untidy.net/blog/2010/02/05/introducing-template-fields/comment-page-1/#comment-42855</link>
		<dc:creator>Programmer&#39;s Notepad &#187; Blog Archive &#187; Programmer&#8217;s Notepad 2.1.2 Released</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=390#comment-42855</guid>
		<description>[...] release, version 2.1.2, has been released to Google Code. The major new feature in this release is Code Template Fields, but there have been a lot of other changes [...]</description>
		<content:encoded><![CDATA[<p>[...] release, version 2.1.2, has been released to Google Code. The major new feature in this release is Code Template Fields, but there have been a lot of other changes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer&#8217;s Notepad 2.1.2 Released by Simon</title>
		<link>http://untidy.net/blog/2010/02/05/programmers-notepad-2-1-2-released/comment-page-1/#comment-42853</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=395#comment-42853</guid>
		<description>Thanks for filing the bug - I&#039;ve confirmed it and fixed it for the next release.</description>
		<content:encoded><![CDATA[<p>Thanks for filing the bug &#8211; I&#8217;ve confirmed it and fixed it for the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer&#8217;s Notepad 2.1.2 Released by PNFan</title>
		<link>http://untidy.net/blog/2010/02/05/programmers-notepad-2-1-2-released/comment-page-1/#comment-42851</link>
		<dc:creator>PNFan</dc:creator>
		<pubDate>Sun, 21 Feb 2010 17:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=395#comment-42851</guid>
		<description>Okie dokie, it slipped my mind that there are more appropriate places to report the bug (like the Google Code issue tracking system). Apologies for that! I&#039;ve filed the ticket here:

http://code.google.com/p/pnotepad/issues/detail?id=803</description>
		<content:encoded><![CDATA[<p>Okie dokie, it slipped my mind that there are more appropriate places to report the bug (like the Google Code issue tracking system). Apologies for that! I&#8217;ve filed the ticket here:</p>
<p><a href="http://code.google.com/p/pnotepad/issues/detail?id=803" rel="nofollow nofollow">http://code.google.com/p/pnotepad/issues/detail?id=803</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer&#8217;s Notepad 2.1.2 Released by PNFan</title>
		<link>http://untidy.net/blog/2010/02/05/programmers-notepad-2-1-2-released/comment-page-1/#comment-42849</link>
		<dc:creator>PNFan</dc:creator>
		<pubDate>Sun, 21 Feb 2010 05:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=395#comment-42849</guid>
		<description>I should probably note that I am using the Image File Execution Options trick to associate everything Notepad with PNotepad instead (using the -z option), but I&#039;ve tested it by running pn.exe directly with the file paths as noted above, and the same thing happens. So it&#039;s probably not an issue with any particular option -- just with the way paths seem to be handled.</description>
		<content:encoded><![CDATA[<p>I should probably note that I am using the Image File Execution Options trick to associate everything Notepad with PNotepad instead (using the -z option), but I&#8217;ve tested it by running pn.exe directly with the file paths as noted above, and the same thing happens. So it&#8217;s probably not an issue with any particular option &#8212; just with the way paths seem to be handled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programmer&#8217;s Notepad 2.1.2 Released by PNFan</title>
		<link>http://untidy.net/blog/2010/02/05/programmers-notepad-2-1-2-released/comment-page-1/#comment-42848</link>
		<dc:creator>PNFan</dc:creator>
		<pubDate>Sun, 21 Feb 2010 04:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=395#comment-42848</guid>
		<description>It seems PNotepad doesn&#039;t understand paths that contain 8.3 short style folder names.

For example, say I have a file located at:
C:\Users\User Name\readme.txt

If I perform Win+R &gt; &quot;C:\Users\User Name\readme.txt&quot;, PNotepad opens the file just fine. But if I perform Win+R &gt; &quot;C:\Users\USERNA~1\readme.txt&quot;, PNotepad spits back the following:

&quot;eadme.txt could not be opened.
This could be because the file no longer exists, a disk is absent or due to a broken network connection.&quot;

Yes, that&#039;s verbatim what is shown in the messagebox. The &quot;r&quot; is missing from the path. If I try performing Win+R &gt; &quot;C:\Users\USERNA~1\\readme.txt&quot; (note the double-backslash), PNotepad actually understands this. Not sure if it&#039;s poor escape handling eating up the &quot;r&quot; or something, but this bug has been bothering me for a while.

All of that aside, thanks for all your hard work on PNotepad! :)</description>
		<content:encoded><![CDATA[<p>It seems PNotepad doesn&#8217;t understand paths that contain 8.3 short style folder names.</p>
<p>For example, say I have a file located at:<br />
C:\Users\User Name\readme.txt</p>
<p>If I perform Win+R &gt; &#8220;C:\Users\User Name\readme.txt&#8221;, PNotepad opens the file just fine. But if I perform Win+R &gt; &#8220;C:\Users\USERNA~1\readme.txt&#8221;, PNotepad spits back the following:</p>
<p>&#8220;eadme.txt could not be opened.<br />
This could be because the file no longer exists, a disk is absent or due to a broken network connection.&#8221;</p>
<p>Yes, that&#8217;s verbatim what is shown in the messagebox. The &#8220;r&#8221; is missing from the path. If I try performing Win+R &gt; &#8220;C:\Users\USERNA~1\\readme.txt&#8221; (note the double-backslash), PNotepad actually understands this. Not sure if it&#8217;s poor escape handling eating up the &#8220;r&#8221; or something, but this bug has been bothering me for a while.</p>
<p>All of that aside, thanks for all your hard work on PNotepad! <img src='http://untidy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Template Fields by Saghan</title>
		<link>http://untidy.net/blog/2010/02/05/introducing-template-fields/comment-page-1/#comment-42839</link>
		<dc:creator>Saghan</dc:creator>
		<pubDate>Sat, 06 Feb 2010 13:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=390#comment-42839</guid>
		<description>Great editor! Great improvement. I love this editor.</description>
		<content:encoded><![CDATA[<p>Great editor! Great improvement. I love this editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing pnotepad-plugins and TextUtil 0.1 by Hob Gadling</title>
		<link>http://untidy.net/blog/2009/11/19/announcing-pnotepad-plugins-and-textutil-0-1/comment-page-1/#comment-42837</link>
		<dc:creator>Hob Gadling</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=374#comment-42837</guid>
		<description>Awesome extension! It does exactly what I asked for!</description>
		<content:encoded><![CDATA[<p>Awesome extension! It does exactly what I asked for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing Notepad with PN via Image File Execution Options by Mike</title>
		<link>http://untidy.net/blog/2009/11/03/replacing-notepad-with-pn-via-image-file-execution-options/comment-page-1/#comment-42836</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2009/11/03/replacing-notepad-with-pn-via-image-file-execution-options/#comment-42836</guid>
		<description>Thanks for PN 2.1.  You rock!</description>
		<content:encoded><![CDATA[<p>Thanks for PN 2.1.  You rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Replacing Notepad with PN via Image File Execution Options by Steve J</title>
		<link>http://untidy.net/blog/2009/11/03/replacing-notepad-with-pn-via-image-file-execution-options/comment-page-1/#comment-42835</link>
		<dc:creator>Steve J</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2009/11/03/replacing-notepad-with-pn-via-image-file-execution-options/#comment-42835</guid>
		<description>the -z option does not work, I try to convert that to write.exe (wordpad), and everytime i try to open notepad, it would still give me a warning message. How do I know why -z arg would work?</description>
		<content:encoded><![CDATA[<p>the -z option does not work, I try to convert that to write.exe (wordpad), and everytime i try to open notepad, it would still give me a warning message. How do I know why -z arg would work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Development Build by anonymous</title>
		<link>http://untidy.net/blog/2009/11/19/new-development-build/comment-page-1/#comment-42834</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 12 Dec 2009 05:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/?p=377#comment-42834</guid>
		<description>@johnwait: Ah, thanks for the explanation and the solution. That definitely worked out :)

Having to do this for each and every occurrence in the Registry is extremely painful, though. I agree that any arguments passed after -z (excluding the executable path) should probably be assumed to be part of the single file argument.</description>
		<content:encoded><![CDATA[<p>@johnwait: Ah, thanks for the explanation and the solution. That definitely worked out <img src='http://untidy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Having to do this for each and every occurrence in the Registry is extremely painful, though. I agree that any arguments passed after -z (excluding the executable path) should probably be assumed to be part of the single file argument.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
