<?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[PythonScript: &quot;New Script&quot; not shown]]></title><description><![CDATA[<p dir="auto">Hi<br />
I’m new to PS, but find it very handy to create (and update) automations in npp :)</p>
<p dir="auto">I’m having issues creating new scripts … which was “type of working” before.</p>
<pre><code>Clicking on: =&gt; Plugins =&gt; Python Script =&gt; New Script
this opens the file selector in the folder .\plugins\config\PythonScript\scripts
after creating some random file, it does neither show up under
=&gt; Plugins =&gt; Python Script =&gt; Scripts
nor
=&gt; Plugins =&gt; Python Script =&gt; Configuration ...
... even after restarting npp
</code></pre>
<p dir="auto">Seems to me this is what is recommended in “FAQ: How to install and run a script in PythonScript” …<br />
… or do I miss any step or do anything wrong?</p>
<p dir="auto">Best regards!<br />
Peter</p>
<p dir="auto">Not sure if this matters: using npp portable (v8.9)<br />
(first posted on PythonScript’s forum on sourceforge - but got no reply)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27482/pythonscript-new-script-not-shown</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 16:13:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27482.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Apr 2026 09:36:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 08 Apr 2026 11:27:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a> said:</p>
<blockquote>
<p dir="auto">since I use the “real” portable version it all works fine</p>
</blockquote>
<p dir="auto">And this is the key point of this entire thread!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105197</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105197</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 08 Apr 2026 11:27:18 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 08 Apr 2026 11:12:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mpheath" aria-label="Profile: mpheath">@<bdi>mpheath</bdi></a></p>
<p dir="auto">yes, I also noticed there were more than one folder which hold .py scripts … I tried to put my files in there, but they did never show up.</p>
<p dir="auto">Anyway, since I use the “real” portable version it all works fine</p>
<p dir="auto">FYI:<br />
this is what the doLocalConf.xml from “their” portable Notepad++ contains:</p>
<pre><code>&lt;!--
Place "doLocalConf.xml" in the same directory as notepad++.exe
to make the Notepad++ read &amp; write its configuration files (config.xml, langs.xml, styles.xml...etc)
from &amp; to the same directory instead of the "%APPDATA%\Notepad++\" directory.

This file can be empty; its contents are ignored."
--&gt;
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
now - since I know - I do :D</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105196</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105196</guid><dc:creator><![CDATA[snafu423]]></dc:creator><pubDate>Wed, 08 Apr 2026 11:12:52 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 08 Apr 2026 10:59:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said:</p>
<blockquote>
<p dir="auto">Also, please don’t come HERE for help.</p>
</blockquote>
<p dir="auto">Hopefully, this statement I made was taken in the spirit intended.<br />
I meant that we don’t support a PortableApps version of Notepad++ here.<br />
It wastes everyone’s time and energy.<br />
Of course you are definitely welcome here if you use Notepad++ in a supported manner.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105195</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105195</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 08 Apr 2026 10:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 08 Apr 2026 10:11:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a> I had another test by renaming the <code>doLocalConf.xml</code> file to disable Notepad++ portable mode. The config <code>folder</code> moved from the root <code>App</code> directory into the root <code>Data</code> directory.</p>
<p dir="auto">So the path becomes:</p>
<pre><code>C:\_shared_apps\PortableApps\Notepad++Portable\Data\Config\plugins\config\PythonScript\scripts
</code></pre>
<p dir="auto">This is the tree with <code>doLocalConf.xml</code> file:</p>
<pre><code>\---PortableApps
    +---Notepad++Portable
    |   +---App
    |   |   \---Notepad++64
    |   |       +---plugins
    |   |       |   +---config                        # Config folder
    |   |       |   |   \---PythonScript
    |   |       |   |       \---scripts               # UserInfo.py is here
    |   |       |   +---PythonScript                  # Plugin folder
    |   +---Data
    |   |   +---Config
    |   |   |   +---backup
    |   |   |   +---plugins
    |   |   |   +---themes
    |   |   |   \---userDefineLangs
    |   |   \---settings
</code></pre>
<p dir="auto">without:</p>
<pre><code>\---PortableApps
    +---Notepad++Portable
    |   +---App
    |   |   \---Notepad++64
    |   |       +---plugins
    |   |       |   \---PythonScript                  # Plugin folder
    |   +---Data
    |   |   +---Config
    |   |   |   +---backup
    |   |   |   +---plugins
    |   |   |   |   \---config                        # Config folder
    |   |   |   |       \---PythonScript
    |   |   |   |           \---scripts               # UserInfo.py is here
    |   |   |   +---themes
    |   |   |   \---userDefineLangs
    |   |   +---settings
    |   |   +---themes
    |   |   \---toolbarIcons
</code></pre>
<p dir="auto">I removed excess to show important folders only. Added a few comments to highlight.</p>
<p dir="auto">PortableApps may not be aware that the <code>doLocalConf.xml</code> file has this effect. Perhaps previously they did not redistribute the <code>doLocalConf.xml</code> file. <code>UserInfo.py</code> did move with the <code>config</code> folder which seems to be their method of setting a portable mode.</p>
<p dir="auto">For you need to know which <code>scripts</code> folder path to insert your scripts for them to be listed by PythonScript.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105194</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105194</guid><dc:creator><![CDATA[mpheath]]></dc:creator><pubDate>Wed, 08 Apr 2026 10:11:31 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 08 Apr 2026 05:35:44 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><br />
Thanks for explaining all this about <a href="http://PortableApps.com" rel="nofollow ugc">PortableApps.com</a>! I’m using it since at least ten years, but was not aware of those details.<br />
Has been for me a handy way to move and sync “my preferred apps” on multiple PCs … looks like there’re some downsides to consider ;)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mpheath" aria-label="Profile: mpheath">@<bdi>mpheath</bdi></a><br />
I’ll definitely take a look at PStart.<br />
Over time I added some “<a href="http://non-native-PortableApps.com" rel="nofollow ugc">non-native-PortableApps.com</a>” apps to their launcher which works straight forward - but never thought of that other launchers might exist.</p>
<p dir="auto">Now I did the same for notepad++: downloaded the portable version from this site, unzipped, reloaded apps … and it’s working like a charme :D</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a><br />
at least I got a solution HERE and learned some new things</p>
<p dir="auto">Thanks to all!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105193</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105193</guid><dc:creator><![CDATA[snafu423]]></dc:creator><pubDate>Wed, 08 Apr 2026 05:35:44 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Tue, 07 Apr 2026 16:24:11 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">And if you choose to continue using PortableApps, do not blame Notepad++ or its plugins for problems caused by PortableApps.</p>
</blockquote>
<p dir="auto">Also, please don’t come HERE for help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105192</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105192</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 07 Apr 2026 16:24:11 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Tue, 07 Apr 2026 15:35:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a> said in <a href="/post/105136">PythonScript: "New Script" not shown</a>:</p>
<blockquote>
<p dir="auto">unfortunately, it does not for me<br />
…<br />
it seems “portable version” and “pythonScript” not working together properly</p>
</blockquote>
<p dir="auto">Yes, well, what PortableApps calls “Notepad++” is not actually Notepad++, but a modified/wrapped copy of Notepad++ that creates an abomination which has historically not worked in the same way that Notepad++'s core works, messing up the built-in functionality, plugin functionality, and confusing users into thinking that theirs is the only “portable” Notepad++, when really, Notepad++'s official portable zip file more accurately falls into the “truly portable” definition, beause it uses no wrapper or extra external system (as required by the “PortableApps.com_Platform_Setup” nonsense).</p>
<p dir="auto">PortableApps modifies open source applications, and then distributes them with proprietary non-open-source changes, which violates (at least in spirit, if not in legal technicality) the open source license that Notepad++ is under.  I highly recommend against using PortableApps – for Notepad++ or any other app – as there is no way to know how safe/secure their changes are… and because, at least with Notepad++, their modifications/wrapper is known to break the app (as you have found in this discussion).</p>
<p dir="auto">If you want Notepad++ and its plugins to work as advertised, use the distributions, zips, and binaries from official sources.  If you need a “portable launcher”, then I hope that the one <a class="plugin-mentions-user plugin-mentions-a" href="/user/mpheath" aria-label="Profile: mpheath">@<bdi>mpheath</bdi></a> suggested works for you, so that you can move away from the PortableApps ecosystem and to using the official Notepad++.</p>
<p dir="auto">And if you choose to continue using PortableApps, do not blame Notepad++ or its plugins for problems caused by PortableApps.  PythonScript works just fine with official Notepad++, whether installed or the official portable, as I have been using it both ways for years.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105189</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105189</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 07 Apr 2026 15:35:59 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Tue, 07 Apr 2026 09:53:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a> I extracted PythonScript from a zip and so did not use the Plugin Admin. Did not detect PythonScript first time and moved the directory to other directories to see if would be detected there. Then moved it back and it was detected. It was unpredictable unless I made an error in judgement initially.  I used these files:</p>
<pre><code>NotepadPlusPlusPortable_8.9.3.paf.exe
PortableApps.com_Platform_Setup_30.3.paf.exe
PythonScript_Full_2.1.0.0_x64.zip
</code></pre>
<p dir="auto">If still not working for you then might be the PortableApps launcher playing tricks. It copies files before and after app execution so can be confusing about what it actually does and the effects it may cause.</p>
<p dir="auto">The portable launcher I have used for many years is <a href="https://www.pegtop.net/start/" rel="nofollow ugc">PStart</a> and could probably use it to launch portable Notepad++ downloaded from Github and just set the environmental variables of AppData to write to the usb drive or however you use it.</p>
<blockquote>
<p dir="auto">n.b.:</p>
</blockquote>
<p dir="auto">A backslash is an escape character in markdown and an underscore is a special character. Like <code>_italics_</code> is shown as <em>italics</em> though with leading underscore shows _italics so can use backquotes to avoid markdown processing. <code>\_</code> together without backquotes removes the backslash to make the underscore literal.</p>
<p dir="auto">Instruct the markdown processor to create code tags by using backquotes:</p>
<pre><code>```
\_ Block of code.
```
</code></pre>
<pre><code>`\_ Inline code`
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/105185</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105185</guid><dc:creator><![CDATA[mpheath]]></dc:creator><pubDate>Tue, 07 Apr 2026 09:53:21 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Tue, 07 Apr 2026 05:02:48 GMT]]></title><description><![CDATA[<p dir="auto">hmmm, so it seems “portable version” and “pythonScript” not working together properly</p>
<p dir="auto">n.b.:</p>
<blockquote>
<p dir="auto">C:_shared_apps\PortableApps\Notepad++Po…<br />
this shows a missing ‘\’ between ‘_shared’ and ‘_apps’ … not sure why the later ‘\’ are shown</p>
</blockquote>
]]></description><link>https://community.notepad-plus-plus.org/post/105184</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105184</guid><dc:creator><![CDATA[snafu423]]></dc:creator><pubDate>Tue, 07 Apr 2026 05:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Thu, 02 Apr 2026 14:11:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a></p>
<p dir="auto">I installed PortableApps v30.3 with Notepad++ v8.9.3 into a virtual machine to test.</p>
<p dir="auto">The directory path expected from your Debug Info path for the scripts would be:</p>
<pre><code>C:\_shared_apps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\scripts
</code></pre>
<p dir="auto">This is the output from running <a href="https://gist.github.com/mpheath/9d934f4800e91b5f499b80f4611039f8" rel="nofollow ugc">UserInfo.py</a> from my testing:</p>
<pre><code># All paths listed in sys.path:
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript\lib
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\lib
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript\scripts
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\scripts
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript\lib\lib-tk
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript\python27.zip
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\DLLs
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\lib
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\lib\plat-win
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\lib\lib-tk
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript\lib\site-packages

# Can make user dirs:
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\lib

# Can add user scripts to the path:
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\scripts

# Can add user startup.py with this path:
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\scripts\startup.py

# Startup method:
Undefined

# Can add user libraries for importing to the path:
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\Config\PythonScript\lib

# Can view documentation in this path:
C:\PortableApps\PortableApps\Notepad++Portable\App\Notepad++64\plugins\PythonScript\doc

</code></pre>
<p dir="auto">Installed PortableApps to <code>C:\PortableApps</code> so the name looks doubled.</p>
<p dir="auto">It looks similar with the sub directory paths of the portable Notepad++ from Github.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105142</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105142</guid><dc:creator><![CDATA[mpheath]]></dc:creator><pubDate>Thu, 02 Apr 2026 14:11:52 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Thu, 02 Apr 2026 10:44:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a> said:</p>
<blockquote>
<p dir="auto">PortableApps</p>
</blockquote>
<p dir="auto">Are you truly using the “PortableApps” version of Notepad++?<br />
Or is this just your directory naming?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105137</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105137</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 02 Apr 2026 10:44:32 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Thu, 02 Apr 2026 05:45:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<p dir="auto">this is what Debug Info tells:</p>
<p dir="auto">Notepad++ v8.9   (64-bit)<br />
Build time: Dec 27 2025 - 14:28:33<br />
Scintilla/Lexilla included: 5.5.8/5.4.6<br />
Boost Regex included: 1_85<br />
TinyXML-2 included: 11.0.0<br />
nlohmann JSON included: 3.12.0<br />
Path: C:_shared_apps\PortableApps\Notepad++Portable\App\Notepad++64\notepad++.exe<br />
Command Line:<br />
Admin mode: OFF<br />
Local Conf mode: ON<br />
Cloud Config: OFF<br />
Periodic Backup: ON<br />
Placeholders: OFF<br />
Scintilla Rendering Mode: SC_TECHNOLOGY_DIRECTWRITE (1)<br />
Multi-instance Mode: monoInst<br />
asNotepad: OFF<br />
File Status Auto-Detection: cdEnabledNew (for current file/tab only)<br />
Dark Mode: OFF<br />
Display Info:<br />
primary monitor: 1920x1080, scaling 100%<br />
visible monitors count: 3<br />
installed Display Class adapters:<br />
0000: Description - Intel® Arc™ 140V GPU (16GB)<br />
0000: DriverVersion - 32.0.101.8247<br />
OS Name: Windows 11 Enterprise (64-bit)<br />
OS Version: 24H2<br />
OS Build: 26100.8037<br />
Current ANSI codepage: 1252<br />
Plugins:<br />
ComparePlugin (2.0.2)<br />
mimeTools (3.1)<br />
NppConverter (4.7)<br />
NppExport (0.4)<br />
PythonScript (2.1)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a><br />
yes, I think what you describe is the way it <em>should</em> work … unfortunately, it does not for me  🤷</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105136</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105136</guid><dc:creator><![CDATA[snafu423]]></dc:creator><pubDate>Thu, 02 Apr 2026 05:45:28 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 01 Apr 2026 14:46:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a> said in <a href="/post/105126">PythonScript: "New Script" not shown</a>:</p>
<blockquote>
<p dir="auto">after creating some random file, it does neither show up under<br />
=&gt; Plugins =&gt; Python Script =&gt; Scripts</p>
</blockquote>
<p dir="auto">I had never noticed before, but I just tried the experiment: when you first create an empty file that way, it doesn’t show up.  But as soon as you put any text in that script and save it (whether it’s just the initial <code>from Npp import editor</code> line, or even a simple <code># comment</code> line), after you’ve saved it with content, then it <em>does</em> show up in the Scripts sub-menu.  (One more experiment: I created a new file, then typed a space then a backspace, and saved it, and it still showed up.  So it just takes an active save after creating the empty file for PythonScript to add it to the menu.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105128</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105128</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 01 Apr 2026 14:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to PythonScript: &quot;New Script&quot; not shown on Wed, 01 Apr 2026 14:34:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/snafu423" aria-label="Profile: snafu423">@<bdi>snafu423</bdi></a></p>
<p dir="auto">Probably start by posting your Notepad++ <em>Debug Info</em>.</p>
<p dir="auto">Details on how to do that:<br />
In your Notepad++, click on the “?” menu (found to the right of “Window” in the menu bar). In the menu that drops down, choose “Debug Info…”. A dialog will open detailing specifics about your Notepad++ version, plugins, etc. CLICK ON THE BUTTON “Copy debug info into clipboard”. Do a PASTE HERE.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105127</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105127</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 01 Apr 2026 14:34:27 GMT</pubDate></item></channel></rss>