<?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[Plugins not installing]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I’m trying to install plugins to the lastest version of Npp. Npp itself uses default installation options. Unfortunatelly after clicking install Npp asks for newstart and nothing happens. Plugins are not installed.</p>
<p dir="auto">I have tried 86 and 64bit version -&gt; no effect</p>
<p dir="auto">Please advise</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17601/plugins-not-installing</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 16:31:03 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17601.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 May 2019 07:51:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Plugins not installing on Wed, 22 May 2019 11:07:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keith-collyer" aria-label="Profile: Keith-Collyer">@<bdi>Keith-Collyer</bdi></a></p>
<p dir="auto">thank you for reporting back, and glad to hear that plugin installation is working now, without opening an explorer window.</p>
<p dir="auto">your report can help others, who might have a similar constellation and experience the same, if an older version of qttabbar was the cause.</p>
<p dir="auto">many thanks and best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43682</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43682</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Wed, 22 May 2019 11:07:53 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Wed, 22 May 2019 10:03:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a><br />
Uninstalled QTTabBar and tried again with the portable version of NP++ and just native Windows File Explorer and this time it worked.<br />
I noticed that QTTabBar was a couple of minor versions out of date, so I reinstalled and updated it. Tried again with the Portable version of NP++ and this time it worked. Hmm. Tried with the installed version of NP++ and this worked as well.<br />
So, looks like whatever was causing the problem got fixed when I updated QTTabBar. I don’t know if it was the older version of QTTabBar itself that was causing the problem, or if the uninstall, reinstall, update process incidentally sorted something.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43681</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43681</guid><dc:creator><![CDATA[Keith Collyer]]></dc:creator><pubDate>Wed, 22 May 2019 10:03:38 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Wed, 15 May 2019 16:08:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> Finally got round to this. Sorry it took so long. I followed the instructions you gave and it had the same effect as before, that is:</p>
<ul>
<li>I started notepad++.exe from inside the extracted folder,</li>
<li>used <strong>plugins &gt; plugins admin</strong> to install Customize Toolbar,</li>
<li>clicked yes on the “Restart?” prompt,</li>
<li>and the folder opened in Explorer</li>
<li>I restarted NP++ and Customize Toolbar is installed.</li>
</ul>
<p dir="auto">I <em>don’t</em> hide file extensions. I did this simply on the extracted folder (under my Downloads directory), no other versions of NP++ running, no plugins installed other than the default set of three (MIMEtools, Converter, NppExport).<br />
One thought, though, I wonder if notepad++ is being passed to the shell (rather than notepad++.exe), and that is causing the Explorer window to open the folder rather than the executable file?<br />
Also I am running QTTabBar to give me a tabbed Explorer, not sure if that would have some effect.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43355</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43355</guid><dc:creator><![CDATA[Keith Collyer]]></dc:creator><pubDate>Wed, 15 May 2019 16:08:03 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Mon, 13 May 2019 16:15:18 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">May be, this <strong>tested</strong> version of my previous <strong>free-spacing</strong> regex is more <strong>meaningful</strong>  to you ;-))</p>
<pre><code class="language-diff">(?x-is)                               #  FREE-SPACING mode, search SENSITIVE to case, DOT = a SINGLE STANDARD char, ONLY
                                      #  SEARCH for :
^(  \h*  \{  |  \h*\},\h*\{  |  \}  ) #  [ BLANK chars ] + ( '{' or '},  {' ) or LAST '}' changed into 121 DASHES
|                                     #  or
^\h*  "npp-plugins"  .+  \r\n         #  Line  containing "npp-plugins" DELETED
|                                     #  or
^\h*  (  \},?  |  \]  )  \r\n         #  Lines containing '},' or '}' or ']', at END of line, DELETED
|                                     #  or
^\h+"  ( arch )                       #  BLANK chars + string '"arch'             changed into 'Architecture'
|                                     #  or
(32|64)",$                            #  Strings '32",' / '64",' at END of line,  changed into '32 bits' / '64 bits'
|                                     #  or
^\h+"  ( id )                         #  BLANK chars + string '"id'               changed into 'SHA-256'
|                                     #  or
^\h+"  ( repository )                 #  BLANK chars + string '"repository'       changed into 'Download'
|                                     #  or
^\h+"  (.)                            #  FIRST LOWER-case letter, after leading BLANK chars in UPPER-case
|                                     #  or
(":[ ]")                              #  String '": "' changed into 11 SPACE characters + ':' + 1 SPACE character
|                                     #  or
",?$                                  #  DOUBLE quote or string '",' , at END of line , DELETED
</code></pre>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43265</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43265</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 13 May 2019 16:15:18 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Mon, 13 May 2019 12:32:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> :</p>
<p dir="auto">I as well got it working now, both with the free-spacing regex and the non.  Not sure what the problems were earlier, <em>EXCEPT</em> I do realize now that I didn’t keep the <code>|</code> characters for some oddball reason.</p>
<p dir="auto">BTW, I dislike vertical alignment of anything but comment-to-eol.  A personal preference.</p>
<p dir="auto">Thx, <a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a>, this will come in handy for us that do manual plugin installs.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43252</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43252</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 13 May 2019 12:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Sat, 11 May 2019 14:18:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a></p>
<p dir="auto">oooops, i was on 7.7 debug without boost while i was testing what alan said, that’s why it didn’t work for me.</p>
<p dir="auto">works as expected in 7.6.6, just like the first time i’ve tested it.</p>
<p dir="auto">my sincere apologies 🙏</p>
<p dir="auto">(i will start using different coloured themes for different versions while testing, to avoid this in the future)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43219</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43219</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Sat, 11 May 2019 14:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Sun, 12 May 2019 10:22:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: meta-chuh">@<bdi>meta-chuh</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">As, seemingly, there are, at <strong>least</strong>, <strong>two</strong> links from where we can <strong>download</strong> the <strong><code>pl.x86.json</code></strong> and <strong><code>pl.x64.json</code></strong></p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/nppPluginList/raw/master/src/pl.x86.json" rel="nofollow ugc">https://github.com/notepad-plus-plus/nppPluginList/raw/master/src/pl.x86.json</a></p>
<p dir="auto"><a href="https://raw.githubusercontent.com/notepad-plus-plus/nppPluginList/master/src/pl.x86.json" rel="nofollow ugc">https://raw.githubusercontent.com/notepad-plus-plus/nppPluginList/master/src/pl.x86.json</a></p>
<p dir="auto">I compared the <strong>two</strong> files and … they are quite <strong>identical</strong> !</p>
<p dir="auto">Secondly, I selected and pasted your regex and <strong>compared</strong> with my <strong>FIRST search</strong> regex, using the <strong>Find</strong> dialog, with the <strong><code>Normal</code></strong> mode, and the <strong><code>Match case</code></strong> option <strong>ticked</strong></p>
<p dir="auto">And, again, the two regexes were <strong>identical</strong> !</p>
<p dir="auto">So,… I really don’t understand  why, you and <strong>Alan</strong>, cannot get it to <strong>match</strong> ???</p>
<hr />
<p dir="auto">For instance, <strong>after</strong> running the <strong>FISRT</strong> regex S/R :</p>
<ul>
<li>
<p dir="auto">SEARCH <strong><code>(?-is)^(\h*\{|\h*\},\h*\{|\})|^\h*"npp-plugins".+\R|^\h*(\},?|\])\R|^\h+"(arch)|(32|64)",$|^\h+"(id)|^\h+"(repository)|^\h+"(.)|(": ")|",?$</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>(?3Architecture)(?4\4\x20bits)(?5SHA-256)(?6Download)(?7\u\7)(?8\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\:\x20)((?1-------------------------------------------------------------------------------------------------------------------------)</code></strong></p>
</li>
</ul>
<p dir="auto">The <strong>beginning</strong> and <strong>end</strong>  of the <strong><code>pl.x86.json</code></strong> file is changed as below :</p>
<pre><code class="language-diff">-------------------------------------------------------------------------------------------------------------------------
Name           : npp-pluginList
Version           : 1.0.9
Architecture           : 32 bits
-------------------------------------------------------------------------------------------------------------------------
Folder-name           : 3P
Display-name           : 3P - Progress Programmers Pal
Version           : 1.8.4
SHA-256           : c26d0cbde59688501f683e2ac4a8b5a2d5327b13e14f0be1e6cf6abb9059f401
Download           : https://github.com/jcaillon/3P/releases/download/v1.8.4/3P.zip
Description           : [Requires .net framework 4.6.1]\r\n3P is a notepad++ plug-in designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :\r\n- a powerful auto-completion\r\n- tool-tips on every words\r\n- a code explorer to quickly navigate through your code\r\n- a file explorer to easily access all your sources\r\n- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors\r\n- more than 50 options to better suit your needs\r\n- and so much more!\r\nVisit http://jcaillon.github.io/3P/ for more details on the plugin
Author           : Julien Caillon
Homepage           : https://jcaillon.github.io/3P/
-------------------------------------------------------------------------------------------------------------------------
Folder-name           : ActiveX
Display-name           : ActiveX Plugin
Version           : 1.1.7.3
SHA-256           : c89214e3bcf05abb6b81626e766b009027202eee14cd88dcd3ed0843adfe40e7
Download           : https://sourceforge.net/projects/nppactivexplugin/files/bin/ActiveX_Unicode_1_1_7_3.zip
Description           : This plugin allows you to control Notepad++ via ActiveX.\r\nYou can use ActiveX with many scripting languages (VBScript, JScript, PHP, ...) and other languages (C++, C+, VB.NET, Delphi, ...).\r\nSo you are not bound to a single language.
Author           : Bananen-Joe
Homepage           : https://sourceforge.net/projects/nppactivexplugin/
-------------------------------------------------------------------------------------------------------------------------
Folder-name           : AnalysePlugin
Display-name           : AnalysePlugin
Version           : 1.11.37.0
SHA-256           : 6ca78ed2ae93f594cc0f057deb31d4b4b6f932b6e2368347e0cd91730e2a1e39
Download           : https://downloads.sourceforge.net/project/analyseplugin/binaries/v01.11-R37-x86.zip
Description           : AnalysePlugin will help you to search for more than one search pattern at a time. Great for analysing log files..\r\nLast changes and How to use you will find in Help... in Plugins Menu.
Author           : Mattes H.
Homepage           : https://sourceforge.net/projects/analyseplugin
-------------------------------------------------------------------------------------------------------------------------
..............
..............
..............
..............
..............
..............
..............
-------------------------------------------------------------------------------------------------------------------------
Folder-name           : XPatherizerNPP
Display-name           : XPatherizerNPP
Version           : 2.10
SHA-256           : 92e8393a2bf94b27a8084d8d84734616a56ea51f877bf5cc62b6d494642e76b5
Download           : https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/xpatherizernpp/XPatherizerNPP-2.10.zip
Description           : Analyze multiple XPath queries with reverse lookup\nFeatures:\nAnalyze multiple XPath queries with one keypress.\nAbility to only search on selected text.\nAbility to Auto Search as you type your xPath queries. \nReverse lookup from results.\nBeautify XML documents.\nSaved queries for files left open in NPP.\nCan save and load XML files with XPath queries into a single file.\nSelect multiple results nodes for exporting.\nExport results to new XML file.\nRemove results from the XML document. \nCan display information about Attributes on the Parent node results.
Author           : bguenthner
Homepage           : https://code.google.com/p/xpatherizernpp/
-------------------------------------------------------------------------------------------------------------------------
Folder-name           : ZenCoding-Python
Display-name           : Zen Coding - Python
Version           : 0.7.0.1
SHA-256           : a781ee5c76ebc543b412a41e024c2d96f9a6edcae591f27868e190a48bc7bba6
Download           : https://downloads.sourceforge.net/project/npppythonscript/ZenCoding-Python/ZenCoding-Python-0.7.0.1a.zip
Description           : An implementation of the Zen Coding method by Sergey Chikuyonok. Expand HTML, CSS, XML, XSLT and XSD from abbreviations\ntr#head1.header&amp;gt;td*2 becomes &amp;lt;tr id=\"head1\" class=\"header\"&amp;gt;\n  &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;\n  &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;\n&amp;lt;/tr&amp;gt;\nUses the Python Script plugin.
Author           : Dave Brotherstone
Homepage           : https://github.com/bruderstein/ZenCoding-Python
-------------------------------------------------------------------------------------------------------------------------
Folder-name           : zoomdisabler
Display-name           : Zoom Disabler
Version           : 1.2.0
SHA-256           : eb49c4fce581fa63b024a3a0454ccc49d082b9524c0cc9a0d5c25544e264da55
Download           : https://github.com/StanDog/npp-zoomdisabler/raw/master/RELEASES/zoomdisabler_1.2.0.zip
Description           : Worried about zooming your document everytime you just want to scroll but accidentally still holding the [Ctrl] key? Then this plugin is what you want! It disables mouse zoom or keyboard zoom or both.
Author           : Stanislav Eckert
Homepage           : https://github.com/StanDog/npp-zoomdisabler
-------------------------------------------------------------------------------------------------------------------------
</code></pre>
<p dir="auto">And, <strong>after</strong> running the <strong>SECOND</strong> regex S/R :</p>
<ul>
<li>
<p dir="auto">SEARCH <strong><code>(?-s)^.{13}\K\x20+</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>Leave EMPTY</code></strong></p>
</li>
</ul>
<p dir="auto">The <strong>beginning</strong> and <strong>end</strong>  of the <strong><code>pl.x86.json</code></strong> file is <strong>nicely</strong> changed as below :</p>
<pre><code class="language-diff">-------------------------------------------------------------------------------------------------------------------------
Name         : npp-pluginList
Version      : 1.0.9
Architecture : 32 bits
-------------------------------------------------------------------------------------------------------------------------
Folder-name  : 3P
Display-name : 3P - Progress Programmers Pal
Version      : 1.8.4
SHA-256      : c26d0cbde59688501f683e2ac4a8b5a2d5327b13e14f0be1e6cf6abb9059f401
Download     : https://github.com/jcaillon/3P/releases/download/v1.8.4/3P.zip
Description  : [Requires .net framework 4.6.1]\r\n3P is a notepad++ plug-in designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :\r\n- a powerful auto-completion\r\n- tool-tips on every words\r\n- a code explorer to quickly navigate through your code\r\n- a file explorer to easily access all your sources\r\n- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors\r\n- more than 50 options to better suit your needs\r\n- and so much more!\r\nVisit http://jcaillon.github.io/3P/ for more details on the plugin
Author       : Julien Caillon
Homepage     : https://jcaillon.github.io/3P/
-------------------------------------------------------------------------------------------------------------------------
Folder-name  : ActiveX
Display-name : ActiveX Plugin
Version      : 1.1.7.3
SHA-256      : c89214e3bcf05abb6b81626e766b009027202eee14cd88dcd3ed0843adfe40e7
Download     : https://sourceforge.net/projects/nppactivexplugin/files/bin/ActiveX_Unicode_1_1_7_3.zip
Description  : This plugin allows you to control Notepad++ via ActiveX.\r\nYou can use ActiveX with many scripting languages (VBScript, JScript, PHP, ...) and other languages (C++, C+, VB.NET, Delphi, ...).\r\nSo you are not bound to a single language.
Author       : Bananen-Joe
Homepage     : https://sourceforge.net/projects/nppactivexplugin/
-------------------------------------------------------------------------------------------------------------------------
Folder-name  : AnalysePlugin
Display-name : AnalysePlugin
Version      : 1.11.37.0
SHA-256      : 6ca78ed2ae93f594cc0f057deb31d4b4b6f932b6e2368347e0cd91730e2a1e39
Download     : https://downloads.sourceforge.net/project/analyseplugin/binaries/v01.11-R37-x86.zip
Description  : AnalysePlugin will help you to search for more than one search pattern at a time. Great for analysing log files..\r\nLast changes and How to use you will find in Help... in Plugins Menu.
Author       : Mattes H.
Homepage     : https://sourceforge.net/projects/analyseplugin
-------------------------------------------------------------------------------------------------------------------------
..............
..............
..............
..............
..............
..............
..............
-------------------------------------------------------------------------------------------------------------------------
Folder-name  : XPatherizerNPP
Display-name : XPatherizerNPP
Version      : 2.10
SHA-256      : 92e8393a2bf94b27a8084d8d84734616a56ea51f877bf5cc62b6d494642e76b5
Download     : https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/xpatherizernpp/XPatherizerNPP-2.10.zip
Description  : Analyze multiple XPath queries with reverse lookup\nFeatures:\nAnalyze multiple XPath queries with one keypress.\nAbility to only search on selected text.\nAbility to Auto Search as you type your xPath queries. \nReverse lookup from results.\nBeautify XML documents.\nSaved queries for files left open in NPP.\nCan save and load XML files with XPath queries into a single file.\nSelect multiple results nodes for exporting.\nExport results to new XML file.\nRemove results from the XML document. \nCan display information about Attributes on the Parent node results.
Author       : bguenthner
Homepage     : https://code.google.com/p/xpatherizernpp/
-------------------------------------------------------------------------------------------------------------------------
Folder-name  : ZenCoding-Python
Display-name : Zen Coding - Python
Version      : 0.7.0.1
SHA-256      : a781ee5c76ebc543b412a41e024c2d96f9a6edcae591f27868e190a48bc7bba6
Download     : https://downloads.sourceforge.net/project/npppythonscript/ZenCoding-Python/ZenCoding-Python-0.7.0.1a.zip
Description  : An implementation of the Zen Coding method by Sergey Chikuyonok. Expand HTML, CSS, XML, XSLT and XSD from abbreviations\ntr#head1.header&amp;gt;td*2 becomes &amp;lt;tr id=\"head1\" class=\"header\"&amp;gt;\n  &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;\n  &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;\n&amp;lt;/tr&amp;gt;\nUses the Python Script plugin.
Author       : Dave Brotherstone
Homepage     : https://github.com/bruderstein/ZenCoding-Python
-------------------------------------------------------------------------------------------------------------------------
Folder-name  : zoomdisabler
Display-name : Zoom Disabler
Version      : 1.2.0
SHA-256      : eb49c4fce581fa63b024a3a0454ccc49d082b9524c0cc9a0d5c25544e264da55
Download     : https://github.com/StanDog/npp-zoomdisabler/raw/master/RELEASES/zoomdisabler_1.2.0.zip
Description  : Worried about zooming your document everytime you just want to scroll but accidentally still holding the [Ctrl] key? Then this plugin is what you want! It disables mouse zoom or keyboard zoom or both.
Author       : Stanislav Eckert
Homepage     : https://github.com/StanDog/npp-zoomdisabler
-------------------------------------------------------------------------------------------------------------------------
</code></pre>
<hr />
<p dir="auto">To end, <strong>Meta</strong>, you said :</p>
<blockquote>
<p dir="auto">i was able to use your first, unedited regex, but i also fail to find any matches with your edited version.</p>
</blockquote>
<p dir="auto">It not <strong>clear</strong> for me ! What do you mean by <strong>unedited</strong> and <strong>edited</strong> versions ?</p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43218</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43218</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 12 May 2019 10:22:13 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Sat, 11 May 2019 10:07:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a></p>
<p dir="auto">i was able to use your first, unedited regex, but i also fail to find any matches with your edited version.</p>
<p dir="auto">SEARCH <code>(?-is)^(\h*\{|\h*\},\h*\{|\})|^\h*"npp-plugins".+\R|^\h*(\},?|\])\R|^\h+"(arch)|(32|64)",$|^\h+"(id)|^\h+"(repository)|^\h+"(.)|(": ")|",?$</code><br />
does not find any matches on <a href="https://raw.githubusercontent.com/notepad-plus-plus/nppPluginList/master/src/pl.x86.json" rel="nofollow ugc">https://raw.githubusercontent.com/notepad-plus-plus/nppPluginList/master/src/pl.x86.json</a><br />
(version 1.0.9)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43209</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43209</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Sat, 11 May 2019 10:07:23 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Sat, 11 May 2019 09:47:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a>, and <strong>All</strong>,</p>
<p dir="auto">Did you notice that I’ve <strong>updated</strong> my <strong>previous</strong> post ? Indeed, I realized that you <strong>cannot</strong> paste, directly, <strong>multi-lignes</strong> code, from <strong>black NodeBB</strong> areas, into the <strong>Find what :</strong> of the <strong>Find/Replace</strong> dialog :-((</p>
<p dir="auto">Practically, you need to :</p>
<ul>
<li>
<p dir="auto">Firstly, paste that <strong>multi</strong>-lines selection on a N++ <strong>new</strong> tab</p>
</li>
<li>
<p dir="auto">Secondly, re-<strong>select</strong> that selection</p>
</li>
<li>
<p dir="auto">Thirdly, open the <strong>Find/Replace</strong> dialog !</p>
</li>
</ul>
<p dir="auto">=&gt; The <strong>search</strong> regex should be , <strong>automatically</strong>, filled up in the <strong>Find what :</strong> zone ;-))</p>
<hr />
<p dir="auto"><strong>Alan</strong>, concerning your <strong>one</strong>-line regex, obtained from my <strong>multi</strong>-lines regex, you just forgot all the <strong>alternation</strong> symbols (<strong><code>|</code></strong> ) of the <strong>overall</strong> regex, which are located before the <strong><code>#</code></strong> character which begins <strong>comments</strong> :-))</p>
<p dir="auto">So the <strong>one-line</strong> version of the <strong>two</strong> regex <strong>S/R</strong>, described in my <strong>previous</strong> post, are :</p>
<ul>
<li>
<p dir="auto"><strong>First</strong> regex S/R :</p>
<ul>
<li>
<p dir="auto">SEARCH <strong><code>(?-is)^(\h*\{|\h*\},\h*\{|\})|^\h*"npp-plugins".+\R|^\h*(\},?|\])\R|^\h+"(arch)|(32|64)",$|^\h+"(id)|^\h+"(repository)|^\h+"(.)|(": ")|",?$</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>(?3Architecture)(?4\4\x20bits)(?5SHA-256)(?6Download)(?7\u\7)(?8\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\:\x20)((?1-------------------------------------------------------------------------------------------------------------------------)</code></strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto"><strong>Second</strong> regex S/R :</p>
<ul>
<li>
<p dir="auto">SEARCH <strong><code>(?-s)^.{13}\K\x20+</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>Leave EMPTY</code></strong></p>
</li>
</ul>
</li>
</ul>
<hr />
<p dir="auto">Here is a <strong>reminder</strong> of the characteristics of “<strong>Free-spacing</strong>” mode <strong><code>(?x)</code></strong> :</p>
<p dir="auto">In this mode :</p>
<ul>
<li>
<p dir="auto"><strong>All</strong> inserted <strong>space</strong> characters are <strong>NOT</strong> considered. So, when a regex must search for an effective <strong>space</strong> character, <strong><code>3</code></strong> solutions  are possible :</p>
<ul>
<li>
<p dir="auto"><strong>Escape</strong> each <strong>space</strong> character by the <strong>exhaust</strong> character <strong><code>\</code></strong></p>
</li>
<li>
<p dir="auto">Replace each <strong>space</strong> character with the syntax <strong><code>[ ]</code></strong></p>
</li>
<li>
<p dir="auto">Replace each <strong>space</strong> character with the syntax <strong><code>\x20</code></strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto"><strong>All</strong> characters placed <strong>after</strong> a <strong><code>1st</code></strong> character <strong><code>#</code></strong>, are <strong>NOT</strong> considered. So, when a regex must search for an effective <strong><code>#</code></strong> character, <strong><code>3</code></strong> solutions are possible :</p>
<ul>
<li>
<p dir="auto"><strong>Escape</strong> each <strong><code>#</code></strong> character by the <strong>exhaust</strong> character <strong><code>\</code></strong></p>
</li>
<li>
<p dir="auto">Replace each <strong><code>#</code></strong> character with the syntax <strong><code>[#]</code></strong></p>
</li>
<li>
<p dir="auto">Replace each <strong><code>#</code></strong> character with the syntax <strong><code>\x23</code></strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto">Finally, due to a <strong>bug</strong> in the regex <strong>BOOST</strong> version <strong><code>1.5.5</code></strong> library, <strong>currently</strong> used in Notepad++, <strong>each</strong> syntax <strong><code>\R</code></strong> <strong>MUST</strong> be replaced by the <strong>equivalent</strong> syntax <strong><code>\r\n</code></strong> ( or <strong><code>\n</code></strong> if you are processing <strong>Unix</strong> files )</p>
</li>
</ul>
<hr />
<p dir="auto">This mode allows you to build a <strong>complex regular</strong> expression in <strong>several</strong> lines, with <strong>comments</strong>. A simple example :</p>
<pre><code class="language-diff">(?x)    #  "Free-spacing" mode
(?-s)   #  The DOT représents a SINGLE STANDARD character, ONLY
[ ]*    #  An area, even NULL, of SPACE character(s)
\#      #  A SINGLE # character
.*      #  An area, even NULL, of STANDARD character(s)
\r\n    #  The TWO Windows EOL characters
</code></pre>
<p dir="auto">If you select <strong>all</strong> this block to copy it into the <strong>search</strong> area leaving the <strong>replacement</strong> area <strong>empty</strong>, this regex <strong>deletes</strong> all the <strong>commented</strong> parts of a <strong>Python</strong> script !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43207</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43207</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 11 May 2019 09:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Fri, 10 May 2019 19:01:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> :</p>
<p dir="auto">Sadly I could not get your regex technique to work.  Maybe I do something wrong?</p>
<p dir="auto">I clicked <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> 's link for 32-bit json and my browser took me here:</p>
<p dir="auto"><a href="https://raw.githubusercontent.com/notepad-plus-plus/nppPluginList/master/src/pl.x86.json" rel="nofollow ugc">https://raw.githubusercontent.com/notepad-plus-plus/nppPluginList/master/src/pl.x86.json</a></p>
<p dir="auto">I pressed ctrl+a (in the brower) and all the text I was seeing was highlighted.  I copied it and pasted into a fresh N++ editing tab.  (I see tab characters!)</p>
<p dir="auto">I tried the Find regex you presented, exactly, and even tried removing all the extra, thus I tried this too:</p>
<p dir="auto"><code>(?-is)^(\h*\{|\h*\},\h*\{|\})^\h*"npp-plugins".+\r\n^\h*(\},?|\])\r\n^\h+"(arch)(32|64)",$^\h+"(id)^\h+"(repository)^\h+"(.)(":[]")",?$</code></p>
<p dir="auto">but alas I got no matches found.  Maybe there is something wrong with my technique.  I ask you instead of diving in myself because that is a fairly ambitious regex.  :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43199</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43199</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 10 May 2019 19:01:46 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Fri, 10 May 2019 16:07:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/keith-collyer" aria-label="Profile: Keith-Collyer">@<bdi>Keith-Collyer</bdi></a></p>
<blockquote>
<p dir="auto">it opens the &lt;Program FIles&gt;/Notepad++ folder in Windows Explorer.</p>
</blockquote>
<p dir="auto">i’m still figuring out what could cause this.<br />
usually <code>updater\GUP.exe</code> should be started at that point, but if it would be missing, the <code>plugins admin</code> menu gets disabled automatically, so it shouldn’t happen at all.</p>
<p dir="auto">are you eventually using the old plugins manager, which is not compatible with newer versions, like 7.6.6, to install plugins ?</p>
<p dir="auto"><strong>please test the following, to verify, if a clean notepad++ would restart after <code>plugins admin</code> installs, instead of opening explorer on your system.</strong></p>
<ul>
<li>
<p dir="auto">download the notepad++ 7.6.6. portable version from <a href="https://notepad-plus-plus.org/repository/7.x/7.6.6/npp.7.6.6.bin.zip" rel="nofollow ugc">&gt;&gt;&gt; here &lt;&lt;&lt;</a>.<br />
(the portable version does not require any installation and runs completely independent and isolated from your installed version. all custom settings, as well as any stuff you might want to try at the portable version, will not modify your installed version)</p>
</li>
<li>
<p dir="auto">extract <code>npp.7.6.6.bin.zip</code> to e.g. your desktop.</p>
</li>
<li>
<p dir="auto"><strong>important note:</strong> make sure to close all instances of notepad++ that might be running, before starting the portable version at the next step, to make sure you are using this portable version.</p>
</li>
<li>
<p dir="auto">open the extracted <code>npp.7.6.6.bin</code> folder and start this portable version by double-clicking on <code>notepad++.exe</code> inside this folder.<br />
(note: notepad++.exe will just be seen as notepad++, if you have enabled to hide all known file extensions at your explorer settings)</p>
</li>
<li>
<p dir="auto">install any plugins at this portable version using <code>plugins &gt; plugins admin</code> and tell us what you see.</p>
</li>
</ul>
<p dir="auto">many thanks and best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43197</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43197</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Fri, 10 May 2019 16:07:36 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Fri, 10 May 2019 12:23:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pnedev" aria-label="Profile: pnedev">@<bdi>pnedev</bdi></a> OK, that helped, and I can now install plugins.</p>
<p dir="auto">But it’s still not quite right. Instead of NP++ restarting, it opens the &lt;Program FIles&gt;/Notepad++ folder in Windows Explorer. When I manually start NP++, the selected plugins are there.</p>
<p dir="auto">There are some I really miss, though, like TakeNotes</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43195</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43195</guid><dc:creator><![CDATA[Keith Collyer]]></dc:creator><pubDate>Fri, 10 May 2019 12:23:44 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Fri, 10 May 2019 09:15:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> , <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> and all</p>
<p dir="auto">I wrote a script to download a specific Notepad++ plugin.</p>
<p dir="auto">The script displays a numbered list of all plugins available through the latest Notepad++ plugins list on GitHub. The user can select one of these plugins by entering its number to download and unpack the plugin to the hard disk.</p>
<p dir="auto">It is possible to provide the architecture of Notepad++ and, if required, a proxy address as arguments. It is also possible to append the architecture of Notepad++ to the filename of the script, e.g. <code>LoadNppPlugin_x86</code> for 32 bit Notepad++ and <code>LoadNppPlugin_x64</code> for 64 bit Notepad++.</p>
<p dir="auto">You can download a ZIP package with all required files from my <a href="https://github.com/dinkumoil/ScriptCollection/raw/master/LoadNppPlugin/LoadNppPlugin.zip" rel="nofollow ugc">&gt;&gt;&gt; Script Collection Repository &lt;&lt;&lt;</a>. Also have a look at its description at the <a href="https://github.com/dinkumoil/ScriptCollection#loadnppplugin" rel="nofollow ugc">main page of the repo</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43183</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43183</guid><dc:creator><![CDATA[dinkumoil]]></dc:creator><pubDate>Fri, 10 May 2019 09:15:57 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Sun, 12 May 2019 10:28:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: meta-chuh">@<bdi>meta-chuh</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto"><strong>UPDATED</strong> on <strong>05 11 2019</strong> : Because, it’s <strong>not</strong> possible to, <strong>directly</strong>, paste <strong>multi</strong>-lines text, from <strong>browser</strong> to the N++ <strong>Replace</strong> dialog !!</p>
<hr />
<p dir="auto">Here is, below, a <strong>quick</strong> way to get <strong>two neat</strong> lists of the plugins, from the <strong><code>pl.x86.json</code></strong> and <strong><code>pl.x64.json</code></strong> files ! With <strong>regexes</strong>, of course ;-))</p>
<ul>
<li>
<p dir="auto">Start Notepad++</p>
</li>
<li>
<p dir="auto"><strong>Disable</strong> the <strong>wrap</strong> text feature ( =&gt;  <strong>un</strong>-tick the <strong><code>View &gt; Word wrap</code></strong> option )</p>
</li>
<li>
<p dir="auto">Open an <strong>new</strong> tab ( <strong><code>Ctrl + N</code></strong> )</p>
</li>
<li>
<p dir="auto">Paste the <strong>appropriate</strong> <strong><code>json</code></strong> file in this <strong>new</strong> tab</p>
</li>
<li>
<p dir="auto"><strong>Copy</strong> a <strong>normal</strong> selection of <strong>all</strong> the multi-lines <strong>search</strong> regex, below :</p>
</li>
</ul>
<pre><code class="language-diff">(?x-is)                                   #  FREE-SPACING mode, search SENSITIVE to case, DOT = a SINGLE STANDARD char, ONLY
^(  \h*  \{  |  \h*\},\h*\{  |  \}  )  |  #  [ BLANK chars ] + ( '{' or '},  {' ) or LAST '}' changed into 121 DASHES
^\h*  "npp-plugins"  .+  \r\n          |  #  Line  containing "npp-plugins" DELETED
^\h*  (  \},?  |  \]  )  \r\n          |  #  Lines containing '},' or '}' or ']', at END of line, DELETED
^\h+"  ( arch )                        |  #  BLANK chars + string '"arch'             changed into 'Architecture'
(32|64)",$                             |  #  Strings '32",' / '64",' at END of line,  changed into '32 bits' / '64 bits'
^\h+"  ( id )                          |  #  BLANK chars + string '"id'               changed into 'SHA-256'
^\h+"  ( repository )                  |  #  BLANK chars + string '"repository'       changed into 'Download'
^\h+"  (.)                             |  #  FIRST LOWER-case letter, after leading BLANK chars in UPPER-case
(":[ ]")                               |  #  String '": "' changed into 11 SPACE characters + ':' + 1 SPACE character
",?$                                      #  DOUBLE quote or string '",' , at END of line , DELETED
</code></pre>
<ul>
<li>
<p dir="auto">Now, open an <strong>second</strong> N++ <strong>new</strong> tab ( <strong><code>Ctrl + N</code></strong> )</p>
</li>
<li>
<p dir="auto"><strong>Paste</strong> the <strong>search</strong> regex in that <strong>second</strong> tab</p>
</li>
<li>
<p dir="auto">Do a <strong>normal</strong> selection of <strong>all</strong> this <strong>search</strong> regex, copied</p>
</li>
<li>
<p dir="auto">Open the <strong>Replace</strong> dialog ( <strong><code>Ctrl + H</code></strong> )</p>
</li>
</ul>
<p dir="auto">=&gt; The <strong><code>Search what :</code></strong> zone should be, <strong>automatically</strong>, filled up, with the <strong>search</strong> regex</p>
<ul>
<li>Then, <strong>paste</strong> the single-line <strong>replace</strong> regex, below, <strong>directly</strong>, in the <strong><code>Replace with :</code></strong> zone, of the <strong>Replace</strong> dialog</li>
</ul>
<pre><code class="language-diff">(?3Architecture)(?4\4\x20bits)(?5SHA-256)(?6Download)(?7\u\7)(?8\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\:\x20)((?1-------------------------------------------------------------------------------------------------------------------------)
</code></pre>
<ul>
<li>
<p dir="auto"><strong>Tick</strong>, preferably, the <strong><code>Wrap around</code></strong> option</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search mode</p>
</li>
<li>
<p dir="auto">Move <strong>back</strong> on the tab, containing the <strong><code>json</code></strong> file</p>
</li>
<li>
<p dir="auto">Click, <strong>once</strong>, on the <strong><code>Replace All</code></strong> button ( about <strong>1s</strong> )</p>
</li>
</ul>
<hr />
<p dir="auto">To end with, we just need to <strong>align</strong> the <strong><code>colon</code></strong> character, in <strong>all</strong> lines. Quite <strong>easy</strong> with this <strong>final</strong> regex S/R :</p>
<ul>
<li><strong>Paste</strong> the line, below, <strong>directly</strong>, in the <strong><code>Find what :</code></strong> zone</li>
</ul>
<pre><code class="language-diff">(?x-s)  ^  .{13}  \K  [ ]+  #  All CONSECUTIVE SPACE characters, after the FIRST 13th characters, are DELETED
</code></pre>
<ul>
<li>
<p dir="auto">Leave the <strong><code>Replace with :</code></strong> zone <strong><code>EMPTY</code></strong></p>
</li>
<li>
<p dir="auto">Click, <strong>once</strong>, on the <strong><code>Replace All</code></strong> button</p>
</li>
</ul>
<p dir="auto">Et voilà !</p>
<p dir="auto">What’s your <strong>feeling</strong> about it ? Isn’t it more <strong>pleasant</strong> to study ?!</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43176</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43176</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 12 May 2019 10:28:31 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 14:39:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> said:</p>
<blockquote>
<p dir="auto">publicly available at the plugins admin’s json lists</p>
</blockquote>
<p dir="auto">Ah, yes, this is what I was thinking of.  Thx.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43167</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43167</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 09 May 2019 14:39:05 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 14:33:29 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">all plugin links are publicly available at the plugins admin’s json lists:</p>
<p dir="auto">64 bit plugins: <a href="https://github.com/notepad-plus-plus/nppPluginList/raw/master/src/pl.x64.json" rel="nofollow ugc">https://github.com/notepad-plus-plus/nppPluginList/raw/master/src/pl.x64.json</a></p>
<p dir="auto">32 bit plugins: <a href="https://github.com/notepad-plus-plus/nppPluginList/raw/master/src/pl.x86.json" rel="nofollow ugc">https://github.com/notepad-plus-plus/nppPluginList/raw/master/src/pl.x86.json</a></p>
<p dir="auto">installation should be fairly easy, as we have the <code>plugins &gt; open plugins folder...</code> menu now, but i fear that the json list itself will be too hard to read for non power users.</p>
<p dir="auto">maybe you have an idea how we could make a general manual plugin installation guide which is simple to read, but yet suitable for newer users.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43166</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43166</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 09 May 2019 14:33:29 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 14:14:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a></p>
<p dir="auto">Well, I didn’t mean anything particularly polished. ;)</p>
<p dir="auto">It seems like PluginsAdmin must have a list of where to go to get the plugins.  Someone could visually look at the list to figure out where to go to manually get a plugin…?</p>
<p dir="auto">As a recent arrival to 7.6.x, why is this better than the PluginManager days? (No such proxy issues back then) :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43164</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43164</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 09 May 2019 14:14:22 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 14:10:58 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>
<blockquote>
<p dir="auto">Is there a concise procedure for that (install manually) to document or linkto here, since we’ve started the ball rolling in this thread for proxy problems…?</p>
</blockquote>
<p dir="auto">unfortunately not.<br />
i guess none of us has had the time to make a general guide for manual plugin installations.<br />
we currently only have our specific guides for past user requests, dealing with specific plugins.</p>
<p dir="auto">but yes, we should do that.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43162</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43162</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 09 May 2019 14:10:58 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 14:02:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> said:</p>
<blockquote>
<p dir="auto">proxy authentication is not supported in notepad++.</p>
</blockquote>
<p dir="auto">So one that gets that would have to install plugins manually if they want them.  Is there a concise procedure for that (install manually) to document or linkto here, since we’ve started the ball rolling in this thread for proxy problems…?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43160</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43160</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 09 May 2019 14:02:15 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 13:44:53 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">yes.<br />
this would be the worst error message, as 407 means, that the proxy requires authentication.</p>
<p dir="auto">unfortunately proxy authentication is not supported in notepad++.</p>
<p dir="auto">many thanks for your example.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43158</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43158</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 09 May 2019 13:44:53 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 13:34:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a></p>
<blockquote>
<p dir="auto">if the proxy settings do not work, you will get a curl error message alert window, like failed to connect to [proxy ip] port [proxy port]: timed out</p>
</blockquote>
<p dir="auto">Or perhaps one like this:</p>
<p dir="auto"><img src="https://camo.nodebb.org/1c5abce1ec1a3a294f13a0e7901b19a0eaff8269?url=https%3A%2F%2Fi.imgur.com%2FKORvy2I.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/43157</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43157</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 09 May 2019 13:34:50 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 13:26:18 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 a good and important question, thanks.</p>
<p dir="auto">yes, you can test your proxy settings:<br />
to test the proxy settings, go to the notepad++ menu <code>? &gt; update notepad++</code>.<br />
if the proxy settings do not work, you will get a curl error message alert window, like <code>failed to connect to [proxy ip] port [proxy port]: timed out</code>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43155</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43155</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 09 May 2019 13:26:18 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 13:16:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a></p>
<p dir="auto">Is there a way, without installing any plugins or updating N++, to test that Notepad++ has these proxy settings correct and can do something with them in the future, after you set them up?  Maybe a dumb question…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43153</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43153</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 09 May 2019 13:16:52 GMT</pubDate></item><item><title><![CDATA[Reply to Plugins not installing on Thu, 09 May 2019 13:05:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ilia-ternovich" aria-label="Profile: Ilia-Ternovich">@<bdi>Ilia-Ternovich</bdi></a></p>
<p dir="auto">unfortunately you have to set your proxy manually in notepad++.</p>
<ul>
<li>
<p dir="auto"><strong>first open notepad++ as administrator:</strong><br />
right click on your notepad++ desktop icon and choose ‘run as administrator’.<br />
note: if you don’t have a desktop icon in windows 10, click on the windows icon, to open up the start menu, then find and right click on your notepad++ icon and select <code>more &gt; run as administrator</code>.</p>
</li>
<li>
<p dir="auto">go to the notepad++ menu <code>? &gt; set updater proxy</code> as seen at the screenshots below.</p>
</li>
</ul>
<p dir="auto"><img src="https://camo.nodebb.org/1048855dde57f7cad2cfe179cdb386bab5f1f57b?url=https%3A%2F%2Fi.imgur.com%2F1Pz1PJH.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<ul>
<li>enter your proxy ip and port, press ok. then close and re-open notepad++ for the changes to take effect.</li>
</ul>
<p dir="auto"><img src="https://camo.nodebb.org/df96135fe2b711e4d0dfffe940ff80db896955db?url=https%3A%2F%2Fi.imgur.com%2FLXnZklv.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<p dir="auto">note: if you are behind a corporate url filter too, make sure that your firewall allows direct downloads from the urls listed <a href="https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x86.json" rel="nofollow ugc">&gt;&gt;&gt; here &lt;&lt;&lt;</a> (mainly github and sourceforge).</p>
<p dir="auto">best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43152</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43152</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 09 May 2019 13:05:55 GMT</pubDate></item></channel></rss>