<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Report bug: When closing an edited file, the alert message box shows &quot;$STR_REPLACE&quot; instead of real file name.]]></title><description><![CDATA[<p dir="auto">Version: 7.5.9</p>
<p dir="auto">Language: Traditional Chinese</p>
<p dir="auto">Summary: When closing an edited file, the alert message box shows “<strong>$STR_REPLACE</strong>” instead of real file name.</p>
<p dir="auto">Steps to reproduce:<br />
1. Open a text file.<br />
2. Add several characters to the file without saving it.<br />
3. Close the file, and Notepad++ will show the alert window (“Saving File”).</p>
<p dir="auto">Expected results:<br />
您要儲存「<strong>test.txt</strong>」嗎?</p>
<p dir="auto">Actual result:<br />
您要儲存「<strong>$STR_REPLACE</strong>」嗎?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16595/report-bug-when-closing-an-edited-file-the-alert-message-box-shows-str_replace-instead-of-real-file-name</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 22:21:42 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16595.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Nov 2018 05:46:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Report bug: When closing an edited file, the alert message box shows &quot;$STR_REPLACE&quot; instead of real file name. on Fri, 09 Nov 2018 14:42:02 GMT]]></title><description><![CDATA[<p dir="auto">I had remembered the older one from 7.5.6, but I was reasonably certain that it had been fixed, so was surprised that it had re-appeared in 7.5.9… which is why I went looking myself to see whether there was a regression problem.  Since this was the first mention in this forum of the 7.5.9 Chinese-only bug, I figured it was worth it to share that it was a similar-but-different problem.  (Like on regex questions, one freebie for a given problem, and then I just give hints and/or links to the FAQ.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36179</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36179</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 09 Nov 2018 14:42:02 GMT</pubDate></item><item><title><![CDATA[Reply to Report bug: When closing an edited file, the alert message box shows &quot;$STR_REPLACE&quot; instead of real file name. on Fri, 09 Nov 2018 14:27:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said</p>
<blockquote>
<p dir="auto">I am guessing <a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a> either …</p>
</blockquote>
<p dir="auto">Yep, and I was going to let <a class="plugin-mentions-user plugin-mentions-a" href="/user/zakfong" aria-label="Profile: ZakFong">@<bdi>ZakFong</bdi></a> do his own researching of it. You, sir, are a trooper. For me, the same old issues get a bit stale and uninteresting to research and provide data on each time.  But I guess I won’t get tired of saying “Bug reports don’t go here , they go HERE”…  :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36178</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36178</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Fri, 09 Nov 2018 14:27:50 GMT</pubDate></item><item><title><![CDATA[Reply to Report bug: When closing an edited file, the alert message box shows &quot;$STR_REPLACE&quot; instead of real file name. on Fri, 09 Nov 2018 14:19:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zakfong" aria-label="Profile: ZakFong">@<bdi>ZakFong</bdi></a> ,</p>
<p dir="auto">I believe it’s already been reported: ‘antonylu’ made <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4975" rel="nofollow ugc">this bug report</a> for v7.5.9.  ‘CookiePLMonster’ pointed out <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4944" rel="nofollow ugc">the fix</a>: you can edit <code>chinese.xml</code>, adding a <code>$</code> after all instances of <code>$STR_REPLACE</code> that don’t end in <code>$</code> (to make them all <code>$STR_REPLACE$</code>).  Notepad++'s developer has incorporated that change into the source code already, so the next release should fix it.</p>
<p dir="auto">I am guessing <a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a> either saw those issues at github already, or he is remembering the similar historical problem:  v7.5.6 had <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4354" rel="nofollow ugc">a similar issue, but even in English installations</a> (which references a <a href="https://notepad-plus-plus.org/community/topic/15515/can-not-open-file-strt_replaces" rel="nofollow ugc">thread here</a>).  v7.5.5 may have had the same issue, based on a single post buried in <a href="https://notepad-plus-plus.org/community/topic/15344/notepad-7-5-5-release/37" rel="nofollow ugc">the 7.5.5 release thread</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36177</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36177</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 09 Nov 2018 14:19:15 GMT</pubDate></item><item><title><![CDATA[Reply to Report bug: When closing an edited file, the alert message box shows &quot;$STR_REPLACE&quot; instead of real file name. on Fri, 09 Nov 2018 13:09:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zakfong" aria-label="Profile: ZakFong">@<bdi>ZakFong</bdi></a></p>
<p dir="auto">Bug reports don’t go <em>here</em> , they go <em><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues" rel="nofollow ugc">HERE</a></em> .</p>
<p dir="auto">Plus, this one sound very familiar, so please search existing bug reports before making a new one (i.e., only make a new one if one doesn’t already exist for it).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36176</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36176</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Fri, 09 Nov 2018 13:09:22 GMT</pubDate></item></channel></rss>