<?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[Macros don&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hi everybody, i’m new with notepad++ and i’ve got a particular problem, i didn’t find something in internet that can help, so i need your help. When i want to create a new macro, everything is fine, i save, and i can use the macro in my project, till i turn off my pc and turn on again, when i do that my macro doesn’t work anymore, i tried go to the document in appdata/notepad++/shorcuts, but i didn’t know what supposed i should do.<br />
thanks :)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18055/macros-don-t-work</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 11:39:27 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18055.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Aug 2019 16:03:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Macros don&#x27;t work on Fri, 09 Aug 2019 10:15:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/16073">@Santiago-Quintero</a></p>
<p dir="auto">let us try something different, goto <a href="https://notepad-plus-plus.org/download/v7.7.1.html" rel="nofollow ugc">https://notepad-plus-plus.org/download/v7.7.1.html</a> and download one of the portable versions, the zip package or 7z package. You <strong>DON’T</strong> have to uninstall the current version just make sure, that you don’t have your current version running when redoing the test with the macros. If this works, then I suspect something corrupted your config files.<br />
So, the steps are</p>
<ul>
<li>download a portable version</li>
<li>unpack it where ever you want</li>
<li>make sure the installed version is not running</li>
<li>start npp from the downloaded package</li>
<li>create you macro and check if it works</li>
<li>stop npp and restart npp and see if the macro still works.</li>
</ul>
<p dir="auto">If this doesn’t work, then you need to explain in details what exactly you did in each step described above.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46072</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46072</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 09 Aug 2019 10:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Fri, 09 Aug 2019 03:38:10 GMT]]></title><description><![CDATA[<p dir="auto">Ok, i did all of you said me.When i recorded those macros i just copy and paste for comfort, all of my macros still there, but how i said before it’s an empty space, and it do too in <strong>shortcut.xml</strong>, macros don’t save copy and paste things, because of that it doesn’t work, why does it happen?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46065</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46065</guid><dc:creator><![CDATA[Santiago Quintero]]></dc:creator><pubDate>Fri, 09 Aug 2019 03:38:10 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Thu, 08 Aug 2019 17:10:53 GMT]]></title><description><![CDATA[<p dir="auto">I am assuming the <code>html</code> and <code>html structure</code> documents are the ones you recorded and saved – and I assume right now, you are just using the copy/paste and paste as the recorded macros for simplicity’s sake…</p>
<p dir="auto">Now, after you exit out of Notepad++ and go back in (or reboot, or whatever), are those macros still in your <strong>Macros</strong> menu?  And does your <code>shortcuts.xml</code> still show those macros, or have they been deleted?</p>
<p dir="auto">If they are still there, do they work?  Make a selection, then do <strong>Macros &gt; html structure</strong> to copy and paste.  Then <strong>Macros &gt; html</strong> to just paste again.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46046</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46046</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 08 Aug 2019 17:10:53 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Thu, 08 Aug 2019 15:33:23 GMT]]></title><description><![CDATA[<pre><code>&lt;NotepadPlus&gt;
    &lt;InternalCommands /&gt;
    &lt;Macros&gt;
        &lt;Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83"&gt;
            &lt;Action type="2" message="0" wParam="42024" lParam="0" sParam="" /&gt;
            &lt;Action type="2" message="0" wParam="41006" lParam="0" sParam="" /&gt;
        &lt;/Macro&gt;
        &lt;Macro name="Trim Trailing Space and Save2" Ctrl="no" Alt="yes" Shift="yes" Key="83"&gt;
            &lt;Action type="2" message="0" wParam="42024" lParam="0" sParam="" /&gt;
            &lt;Action type="2" message="0" wParam="41006" lParam="0" sParam="" /&gt;
        &lt;/Macro&gt;
        &lt;Macro name="html" Ctrl="yes" Alt="no" Shift="yes" Key="69"&gt;
            &lt;Action type="0" message="2179" wParam="0" lParam="0" sParam="" /&gt;
        &lt;/Macro&gt;
        &lt;Macro name="html structure" Ctrl="yes" Alt="no" Shift="yes" Key="78"&gt;
            &lt;Action type="0" message="2178" wParam="0" lParam="0" sParam="" /&gt;
            &lt;Action type="0" message="2179" wParam="0" lParam="0" sParam="" /&gt;
        &lt;/Macro&gt;
    &lt;/Macros&gt;
    &lt;UserDefinedCommands&gt;
        &lt;Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112"&gt;http://www.php.net/$(CURRENT_WORD)&lt;/Command&gt;
        &lt;Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114"&gt;https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)&lt;/Command&gt;
        &lt;Command name="Open file in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117"&gt;$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst&lt;/Command&gt;
    &lt;/UserDefinedCommands&gt;
    &lt;PluginCommands /&gt;
    &lt;ScintillaKeys /&gt;
&lt;/NotepadPlus&gt;
</code></pre>
<p dir="auto">Ok, that´s my document</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46043</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46043</guid><dc:creator><![CDATA[Santiago Quintero]]></dc:creator><pubDate>Thu, 08 Aug 2019 15:33:23 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Wed, 07 Aug 2019 17:13:51 GMT]]></title><description><![CDATA[<p dir="auto">But don’t ever do an image of text/code, please!<br />
If someone can’t copy and paste it to try it out, the likelihood of you getting the help you want goes way down!</p>
<p dir="auto">BTW, the syntax <code>~~~ your text here ~~~</code> (all on one line) doesn’t quite work; you need to do:</p>
<p dir="auto"><code>~~~</code><br />
<code>your text here</code><br />
<code>~~~</code></p>
<p dir="auto">which will render verbatim with the black background rectangle.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46012</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46012</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 07 Aug 2019 17:13:51 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Wed, 07 Aug 2019 16:27:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/16073">@Santiago-Quintero</a></p>
<p dir="auto">it might be easier to just copy and paste? :-)<br />
I would put three tildes before your pasted text and three afterwards, that ensures<br />
that the formatting isn’t lost. Something like <code>~~~ text ~~~</code></p>
<pre><code>if there is something
    do something
else
    go get a cup of coffee
</code></pre>
<p dir="auto">In order to link to an image the sytanx is <code>![](web address to an image)</code><br />
like <code>![](https://notepad-plus-plus.org/community/uploads/system/site-logo.png)</code> to show<br />
<img src="https://camo.nodebb.org/fb1d84f7ee1334b87e1e3ceed1e68a66935cb9cf?url=https%3A%2F%2Fnotepad-plus-plus.org%2Fcommunity%2Fuploads%2Fsystem%2Fsite-logo.png" alt="" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/46009</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46009</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 07 Aug 2019 16:27:19 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Wed, 07 Aug 2019 16:20:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a><br />
how could i post my section ? theres no option for post images, sorry for my ignorance, i m new in the forum too</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46008</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46008</guid><dc:creator><![CDATA[Santiago Quintero]]></dc:creator><pubDate>Wed, 07 Aug 2019 16:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Tue, 06 Aug 2019 17:11:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/16073">@Santiago-Quintero</a></p>
<p dir="auto">How about posting the section of shortcuts.xml that defines your macro?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45981</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45981</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 06 Aug 2019 17:11:27 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Tue, 06 Aug 2019 16:56:20 GMT]]></title><description><![CDATA[<p dir="auto">Notepad++ v7.7.1   (64-bit)<br />
Build time : Jun 16 2019 - 21:24:47<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
OS : Windows 10 (64-bit)<br />
Plugins : mimeTools.dll NppConverter.dll PreviewHTML.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45980</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45980</guid><dc:creator><![CDATA[Santiago Quintero]]></dc:creator><pubDate>Tue, 06 Aug 2019 16:56:20 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Tue, 06 Aug 2019 16:29:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/16073">@Santiago-Quintero</a></p>
<p dir="auto">would you mind posting your debug-info from the ? menu (the last menu item) ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45978</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45978</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 06 Aug 2019 16:29:11 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Tue, 06 Aug 2019 16:27:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14479">@Ekopalypse</a><br />
Yes, i named the macro, and it is the in the Macro menu<br />
the thing is that when i turn off the computer then it doesn’t work, it’s like if i never saved it, it’s an empty space.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45977</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45977</guid><dc:creator><![CDATA[Santiago Quintero]]></dc:creator><pubDate>Tue, 06 Aug 2019 16:27:32 GMT</pubDate></item><item><title><![CDATA[Reply to Macros don&#x27;t work on Tue, 06 Aug 2019 16:07:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/16073">@Santiago-Quintero</a></p>
<p dir="auto">when you saved your macro you gave it a meaningful name, didn’t you?<br />
Once this is done you will find the macro saved with this name in the menu Macro, is it there?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45975</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45975</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 06 Aug 2019 16:07:35 GMT</pubDate></item></channel></rss>