<?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 on: Programmer&#8217;s Notepad 2.1.2 Released</title>
	<atom:link href="http://untidy.net/blog/2010/02/05/programmers-notepad-2-1-2-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://untidy.net/blog/2010/02/05/programmers-notepad-2-1-2-released/</link>
	<description>simon steele writes about stuff...</description>
	<lastBuildDate>Tue, 11 May 2010 21:29:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>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>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>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>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>
</channel>
</rss>
