<?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[Modify shortcut menu entry executes HTMLTidy]]></title><description><![CDATA[<p dir="auto">When I press the Macro &gt; Modify shortcut / Delete macro menu entry in Notepad++, HTMLTidy is executed on the current file, then I get a popup error dialog:<br />
TextFX<br />
“Writing error summary to C:\winprg\Notepad++\plugins\NppTextFX\Config\tidy\HTMLTIDY.ERR”</p>
<p dir="auto">Debug info:<br />
Notepad++ v8.1.9.3   (32-bit)<br />
Build time : Dec  6 2021 - 19:16:45<br />
Path : C:\winprg\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : ON<br />
Local Conf mode : ON<br />
Cloud Config : OFF<br />
OS Name : Windows 7 Professional (64-bit)<br />
OS Build : 7601.0<br />
Current ANSI codepage : 1250<br />
Plugins : BetterMultiSelection.dll ccc.dll ComparePlugin.dll DSpellCheck.dll HTMLTag_unicode.dll mimeTools.dll NppCalc.dll NppCCompletionPlugin.dll NppConverter.dll NppExport.dll NppFavorites.dll NppSnippets.dll NppTextFX.dll NppTextViz.dll PreviewHTML.dll QuickText.dll Remove Duplicate Lines.dll SelectQuotedText.dll SessionMgr.dll SherloXplorer.dll SurroundSelection.dll Translate.dll WebEdit.dll WindowManager.dll</p>
<p dir="auto">How to fix this problem?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22431/modify-shortcut-menu-entry-executes-htmltidy</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 08:14:34 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22431.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Jan 2022 08:34:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Modify shortcut menu entry executes HTMLTidy on Fri, 17 Jun 2022 22:22:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/konr%C3%A1d-l%C5%91rinczi" aria-label="Profile: konrád-lőrinczi">@<bdi>konrád-lőrinczi</bdi></a> said in <a href="/post/73270">Modify shortcut menu entry executes HTMLTidy</a>:</p>
<blockquote>
<p dir="auto">When I press the Macro &gt; Modify shortcut / Delete macro menu entry in Notepad++, HTMLTidy is executed on the current file, then I get a popup error dialog:<br />
TextFX<br />
“Writing error summary to C:\winprg\Notepad++\plugins\NppTextFX\Config\tidy\HTMLTIDY.ERR”</p>
<p dir="auto">Debug info:<br />
Notepad++ v8.1.9.3   (32-bit)<br />
Build time : Dec  6 2021 - 19:16:45<br />
Path : C:\winprg\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : ON<br />
Local Conf mode : ON<br />
Cloud</p>
</blockquote>
<ul>
<li>Config : OFF</li>
</ul>
<blockquote>
<p dir="auto">OS Name : Windows 7 Professional (64-bit)<br />
OS Build : 7601.0<br />
Current ANSI codepage : 1250<br />
Plugins : BetterMultiSelection.dll ccc.dll ComparePlugin.dll DSpellCheck.dll HTMLTag_unicode.dll mimeTools.dll NppCalc.dll NppCCompletionPlugin.dll NppConverter.dll NppExport.dll NppFavorites.dll NppSnippets.dll NppTextFX.dll NppTextViz.dll PreviewHTML.dll QuickText.dll Remove Duplicate Lines.dll SelectQuotedText.dll SessionMgr.dll SherloXplorer.dll SurroundSelection.dll Translate.dll WebEdit.dll WindowManager.dll</p>
<p dir="auto">How to fix this problem?</p>
<p dir="auto">Thanks!</p>
</blockquote>
<p dir="auto">this happened to me too, just remove textfx and reinstall it, problem is am already defined macro (alt-shift-s)  that is conflicting with textfx</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77641</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77641</guid><dc:creator><![CDATA[aranapatona]]></dc:creator><pubDate>Fri, 17 Jun 2022 22:22:08 GMT</pubDate></item><item><title><![CDATA[Reply to Modify shortcut menu entry executes HTMLTidy on Tue, 25 Jan 2022 13:59:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/konr%C3%A1d-l%C5%91rinczi" aria-label="Profile: konrád-lőrinczi">@<bdi>konrád-lőrinczi</bdi></a> ,</p>
<p dir="auto">I have never seen that when you hit the <strong>Macro &gt; Modify Shortcut / Delete Macro</strong> menu entry that it runs a macro or that a plugin action is triggered; that doesn’t make much sense to me (unless maybe TextFX triggers any time the editor pane loses focus).</p>
<p dir="auto">Other than a super-abundance of plugins, which may or may not be interacting together well, and other than still using the TextFX plugin even though it’s been <em>years</em> since it was supported and it hasn’t been updated to match the modern interface (including not using the newer Scintilla calls), an oddity that I see is that you are running in Admin mode.</p>
<p dir="auto">If I were debugging this problem, I would try</p>
<ul>
<li>Exit Notepad++ and rerun <em>not</em> in Admin mode, and see if the problem still occurs</li>
<li>Check permissions on <code>C:\winprg\Notepad++\plugins\NppTextFX\Config\tidy\HTMLTIDY.ERR</code> and its parent-folder hierarchy, to make sure you have the ability to write that file, folder, etc.</li>
<li>Disable all the plugins (<code>-noPlugin</code> <a href="https://npp-user-manual.org/docs/command-prompt/" rel="nofollow ugc">command line option</a>) and see if it behaves normally</li>
<li>Disable most plugins (rename folders in the <code>C:\winprg\Notepad++\plugins\</code> folder of all the ones you don’t want to load) so that you are trying just one or two plugins at a time – maybe it’s an interaction between them</li>
</ul>
<p dir="auto">But in general, selecting <strong>Macro &gt; Modify Shortcut / Delete Macro</strong> should not have any side effects (all it should do is bring up the shortcut dialog on the macro tab)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73283</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73283</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 25 Jan 2022 13:59:31 GMT</pubDate></item></channel></rss>