<?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[[New plugin] PlantUML Viewer]]></title><description><![CDATA[<p dir="auto">Hi Notepad++ community,</p>
<p dir="auto">I am happy to announce my first plugin for Notepad++. PlantUML Viewer integrates the generation and export of PlantUML diagrams to Notepad++.<br />
You can find the source and all information at GitHub: <a href="https://github.com/Fruchtzwerg94/PlantUmlViewer" rel="nofollow ugc">Fruchtzwerg94/PlantUmlViewer</a>.</p>
<p dir="auto">Feel free to give me your feedback.</p>
<p dir="auto">Cheers,<br />
Philipp</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23021/new-plugin-plantuml-viewer</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 15:53:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23021.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 May 2022 18:11:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Fri, 23 Jan 2026 17:52:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I would like to test your plugin but, unfortunately, I run windows arm-64 and this plugin only runs on x86. Do you think it’s possible to release an ARM version ?<br />
Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/104512</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/104512</guid><dc:creator><![CDATA[Yannick Jaeger]]></dc:creator><pubDate>Fri, 23 Jan 2026 17:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sat, 16 Nov 2024 20:25:13 GMT]]></title><description><![CDATA[<p dir="auto">For all of you who are interested in: A new version 1.8.0.12 is released and available.</p>
<ul>
<li>PlantUML version updated to 1.2024.8</li>
<li>Removed dependency to <a href="http://PlantUml.Net" rel="nofollow ugc">PlantUml.Net</a> library</li>
<li>Removed dependency to Fizzler library</li>
<li>Added generated file information to support built in %filename() and %dirpath() preprocessor functions</li>
<li>Fixed diagram background not set e.g. if white</li>
</ul>
<p dir="auto">You can download it at the 1.8.0.12 release or just wait to the next Notepad++ update to get it with the plugin manager.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97939</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97939</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Sat, 16 Nov 2024 20:25:13 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sun, 02 Jun 2024 15:06:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: Fruchtzwerg94">@<bdi>Fruchtzwerg94</bdi></a> Thanks! That’s exactly what I needed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95121</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95121</guid><dc:creator><![CDATA[XOR_0110]]></dc:creator><pubDate>Sun, 02 Jun 2024 15:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sun, 02 Jun 2024 15:03:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/xor_0110" aria-label="Profile: XOR_0110">@<bdi>XOR_0110</bdi></a> ,</p>
<p dir="auto">relative paths are possible as well. So for me, the following works: <em>…\Java\jre1.8.0_361\bin\java.exe</em>. The path is resolved relative to the <em>notepad++.exe</em>. So if your Java JRE is parallel to the Notepad++ folder, this should do the trick.</p>
<p dir="auto">BR, Philipp</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95120</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95120</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Sun, 02 Jun 2024 15:03:52 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sun, 02 Jun 2024 14:55:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: Fruchtzwerg94">@<bdi>Fruchtzwerg94</bdi></a> I can’t assume java is installed, so I have been copying portable npp with jre in the plugins folder. Then after I have to go into npp plugins settings and tell it jre is in the plugins folder. Would be helpful if there was a way to give the settings a local path starting from the npp portable folder, or from the npp plugins folder.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95119</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95119</guid><dc:creator><![CDATA[XOR_0110]]></dc:creator><pubDate>Sun, 02 Jun 2024 14:55:22 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sun, 02 Jun 2024 14:40:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/xor_0110" aria-label="Profile: XOR_0110">@<bdi>XOR_0110</bdi></a> ,</p>
<p dir="auto">happy to hear you like it.<br />
You are lucky, a few weeks ago, I’ve commited a change where I changed the way Java is detected. Previously, the environment variable was checked only. Since a lot of devices are not set up with the corresponding environment variable (JAVA_PATH), I’ve added a registry detection as well.<br />
It is not officially released yet, but have a look at the following build: <a href="https://github.com/Fruchtzwerg94/PlantUmlViewer/actions/runs/9022421474" rel="nofollow ugc">PlantUmlViewer/9022421474</a><br />
If Java is installed, it should be detected automatically by leaving the setting empty.<br />
Let me know if this works for you.</p>
<p dir="auto">BR, Philipp</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95118</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95118</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Sun, 02 Jun 2024 14:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sun, 02 Jun 2024 14:34:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: Fruchtzwerg94">@<bdi>Fruchtzwerg94</bdi></a> Great plugin --Thanks! Do you have a suggestion on the best way to set the path to java.exe in a portable copy of npp? That is, the npp-port will be regularly copied to machines that do not access the internet. It would be nice to copy npp-port over along with a jre (maintaining a relative path), and not have to set the jre path in the npp settings after copy.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95117</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95117</guid><dc:creator><![CDATA[XOR_0110]]></dc:creator><pubDate>Sun, 02 Jun 2024 14:34:15 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Thu, 22 Feb 2024 21:56:15 GMT]]></title><description><![CDATA[<p dir="auto">For all of you who are interested in: A new version 1.7.0.11 is released and available.</p>
<ul>
<li>PlantUML version updated to 1.2024.3</li>
<li>Set generation working directory to current file to allow relative includes</li>
<li><a href="http://SVG.NET" rel="nofollow ugc">SVG.NET</a> library updated to 3.4.7, dependent ExCSS library updated to 4.2.3 to fix SVG export namespace prefix not set accordingly</li>
</ul>
<p dir="auto">You can download it at <a href="https://github.com/Fruchtzwerg94/PlantUmlViewer/releases/tag/1.7.0.11" rel="nofollow ugc">the 1.7.0.11 release</a> or just wait to the next Notepad++ update to get it with the plugin manager.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93149</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93149</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Thu, 22 Feb 2024 21:56:15 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sat, 26 Aug 2023 08:52:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andy-lapping" aria-label="Profile: Andy-Lapping">@<bdi>Andy-Lapping</bdi></a> said in <a href="/post/88847">[New plugin] PlantUML Viewer</a>:</p>
<blockquote>
<p dir="auto">SysML V2 file</p>
</blockquote>
<p dir="auto">Hi Andy,<br />
obviously the diagram can’t be rendered by PlanUML. Since you are not showing a minimal set of data you want to render, its nearly impossible to say whats the reason for the error.<br />
But a guess from my side: Keep in mind PlantUML is not SysML. Most propably the SysML standard you are talking about is not supported by PlantUML.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/88892</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88892</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Sat, 26 Aug 2023 08:52:09 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Wed, 23 Aug 2023 08:34:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi - I tried this on a SysML V2 file and got this: <img src="/assets/uploads/files/1692779657676-failed-to-render.jpg" alt="Failed to render.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/88847</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/88847</guid><dc:creator><![CDATA[Andy Lapping]]></dc:creator><pubDate>Wed, 23 Aug 2023 08:34:25 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Thu, 13 Jul 2023 15:37:02 GMT]]></title><description><![CDATA[<p dir="auto">A new version 1.6.0.10 is now available. It includes some interesting changes like</p>
<ul>
<li>PlantUML version updated to 1.2023.10</li>
<li>Added option to open the file after export</li>
<li>Added tooltip with potential generation error message to bottom status</li>
<li>Ignored non expected generation content due to Java accessibility hooks output like PowerAutomate</li>
<li>Fixed Notepad++ may freezes if plugin is docked out and looses focus</li>
<li>Fixed potential generation errors after a generation failed due to Plant UML executable issues</li>
</ul>
<p dir="auto">Download it at <a href="https://github.com/Fruchtzwerg94/PlantUmlViewer" rel="nofollow ugc">https://github.com/Fruchtzwerg94/PlantUmlViewer</a>, it should be also available via the plugin manager soon.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/87894</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/87894</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Thu, 13 Jul 2023 15:37:02 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Tue, 10 Jan 2023 16:20:56 GMT]]></title><description><![CDATA[<p dir="auto">Since today, the plugins next version is available. It includes some major changes and improvements like:</p>
<ul>
<li>PlantUML version 1.2023.0</li>
<li>Fluent and dark style icons</li>
<li>Updated to common zoom and scroll behaviour Ctrl + mouse wheel to zoom and (Shift +) mouse wheel to scroll vertically and horizontally</li>
<li>New include option</li>
<li>Diagram text can be included to exported SVG images</li>
<li>Disabled buttons are grayed out</li>
<li>… and many more</li>
</ul>
<p dir="auto">Feel free to get in touch if you have some feedback.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83181</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83181</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Tue, 10 Jan 2023 16:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Fri, 07 Oct 2022 18:46:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">with the latest changes, the plugin version 1.4.0.8 is now officially available.<br />
Biggest change is the multi page support:<br />
<img src="/assets/uploads/files/1665168218656-d12207a8-878b-4981-a6a8-dd6eac721fbc-grafik.png" alt="d12207a8-878b-4981-a6a8-dd6eac721fbc-grafik.png" class=" img-fluid img-markdown" /><br />
Also, PlantUML was updated to 1.2022.8,  an error message for non UTF-8 documents was added, the file name of generated diagram is shown in the status bar and the plugin colors are automatically updated if Notepad++ colors are changed.</p>
<p dir="auto">Have fun with it and let me know if there are questions, problems or feedback.</p>
<p dir="auto">Cheers,<br />
Philipp</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80393</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80393</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Fri, 07 Oct 2022 18:46:36 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Thu, 29 Sep 2022 16:16:36 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/sendhilv" aria-label="Profile: sendhilv">@<bdi>sendhilv</bdi></a> ,</p>
<p dir="auto">after some more investigation it seems like I can already come up with a first solution here. I’ve updated the current implementation to support pages as well. It’s not tested deeply but it’s worth a try. With the latest change you are able to navigate pages like shown here:<br />
<img src="/assets/uploads/files/1664467449889-7e6f1bbd-f37a-4317-a795-9dba5bbd6e72-image.png" alt="7e6f1bbd-f37a-4317-a795-9dba5bbd6e72-image.png" class=" img-fluid img-markdown" /><br />
It’s not yet released officially so you need download the version to test here:<br />
<a href="https://github.com/Fruchtzwerg94/PlantUmlViewer/actions/runs/3152867126" rel="nofollow ugc">Added support for multiple pages per document Continuous Integration #63</a></p>
<p dir="auto">Would be great if you could do some deeper tests. Please have a look at it and give me some feedback / let me know if it works for you.</p>
<p dir="auto">BR</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80167</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80167</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Thu, 29 Sep 2022 16:16:36 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Wed, 28 Sep 2022 14:41:04 GMT]]></title><description><![CDATA[<p dir="auto">Good catch <a class="plugin-mentions-user plugin-mentions-a" href="/user/sendhilv" aria-label="Profile: sendhilv">@<bdi>sendhilv</bdi></a> . For me it looks like an issue with PlanUML itself. Therefore I’ve created <a href="https://github.com/plantuml/plantuml/issues/1141" rel="nofollow ugc">this issue</a>. Let’s see what the developers of PlantUML say about it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80149</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80149</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Wed, 28 Sep 2022 14:41:04 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Wed, 28 Sep 2022 06:08:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: Fruchtzwerg94">@<bdi>Fruchtzwerg94</bdi></a> <a href="https://plantuml.com/sequence-diagram#45d7d5b32d17a0f9" rel="nofollow ugc">Splitting a sequence diagram</a> using <strong><em>newpage</em></strong> does not work, only the first page is visible and exportable.<br />
I dont see any page navigation option in the context menu.<br />
I have version 1.3.0.7</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80139</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80139</guid><dc:creator><![CDATA[sendhilv]]></dc:creator><pubDate>Wed, 28 Sep 2022 06:08:40 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Tue, 30 Aug 2022 18:53:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/007ramukakaji" aria-label="Profile: 007ramukakaji">@<bdi>007ramukakaji</bdi></a></p>
<p dir="auto">I would assume that you have a 32-bit Notepad++ (from placement in x86) and you are trying to load a 64-bit plugin.</p>
<p dir="auto">Programs and their DLLs (a plugin is a DLL) must match in bitness.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/79449</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79449</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 30 Aug 2022 18:53:19 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Tue, 30 Aug 2022 18:53:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/007ramukakaji" aria-label="Profile: 007ramukakaji">@<bdi>007ramukakaji</bdi></a> Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/007ramukakaji" aria-label="Profile: 007ramukakaji">@<bdi>007ramukakaji</bdi></a> , looks like you are trying to install the x64 version of the plugin on a x86 version of Notepad++. This does indeed not work.<br />
Try to install the x84 version of the plugin instead:<br />
<a href="https://github.com/Fruchtzwerg94/PlantUmlViewer/releases/download/1.3.0.7/PlantUmlViewer_v1.3.0.7_x86.zip" rel="nofollow ugc">https://github.com/Fruchtzwerg94/PlantUmlViewer/releases/download/1.3.0.7/PlantUmlViewer_v1.3.0.7_x86.zip</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/79450</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79450</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Tue, 30 Aug 2022 18:53:19 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Tue, 30 Aug 2022 18:51:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: Fruchtzwerg94">@<bdi>Fruchtzwerg94</bdi></a><br />
Not able to install the plugin . I get this error<br />
Notepad++ version 8.4.4</p>
<p dir="auto"><img src="/assets/uploads/files/1661885072958-96e451b3-c34d-4086-b975-88743289316b-image.png" alt="96e451b3-c34d-4086-b975-88743289316b-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/79448</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79448</guid><dc:creator><![CDATA[007ramukakaji]]></dc:creator><pubDate>Tue, 30 Aug 2022 18:51:17 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Tue, 16 Aug 2022 12:51:14 GMT]]></title><description><![CDATA[<p dir="auto">Again, there was a lot of positive feedback and requests. I’ve improved the plugin again by some features. The latest release (1.3.0.7) is now available with some intresting changes like:</p>
<ul>
<li>Enabled generation of formulas</li>
<li>Added support for multiple diagrams per document</li>
<li>Fixed using the text of the selected document in split mode</li>
<li>A lot of UI improvements (like icons, new buttons, …)</li>
</ul>
<p dir="auto"><img src="/assets/uploads/files/1660654184270-ec75eacf-88c5-4651-9afd-312c809beb75-image.png" alt="ec75eacf-88c5-4651-9afd-312c809beb75-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Feel free to get in touch in case of feedback (or other things)!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/79179</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/79179</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Tue, 16 Aug 2022 12:51:14 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Sat, 11 Jun 2022 10:57:43 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Update:</strong></p>
<p dir="auto">Since I’ve got some very positive feedback and requests, I’ve created a new release of the plugin. It is now possible to <strong>export SVG</strong> files as well. Also the usability was improved by adding a <strong>context menu</strong>. Some <strong>small fixes</strong> are also included.</p>
<p dir="auto">You can find the latest release here: <a href="https://github.com/Fruchtzwerg94/PlantUmlViewer/releases/tag/1.2.0.6" rel="nofollow ugc">PlantUmlViewer 1.2.0.6</a></p>
<p dir="auto">Feel free to contact me for feedback, issues or requests.</p>
<p dir="auto">Cheers,<br />
Philipp</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77497</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77497</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Sat, 11 Jun 2022 10:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Fri, 27 May 2022 17:58:42 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> <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<p dir="auto">Thanks for these points. These points are great input, sorry for the confusion here. I’ve created a patch and released it already. Therefore I’ve removed the shortcut completely, which is indeed the most straight forward solution.<br />
So <a href="https://github.com/Fruchtzwerg94/PlantUmlViewer/releases/tag/1.1.1.5" rel="nofollow ugc">version 1.1.1.5</a> should be fine regarding this.<br />
Let me know if you see more things which could be improved!</p>
<p dir="auto">Cheers</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77083</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77083</guid><dc:creator><![CDATA[Fruchtzwerg94]]></dc:creator><pubDate>Fri, 27 May 2022 17:58:42 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Fri, 27 May 2022 17:53:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: fruchtzwerg94">@<bdi>fruchtzwerg94</bdi></a> said in <a href="/post/77079">[New plugin] PlantUML Viewer</a>:</p>
<blockquote>
<p dir="auto">Or also an option in the plugin itself?</p>
</blockquote>
<p dir="auto">When OP said this, I was thinking of like some sort of first-running “Add this plugin’s keyboard shortcuts to N++?” question, at which point, if the user said yes, the plugin would do it behind the scenes.  It could even list out the ones that it would create.  (Although, if there are conflicts, what to do…?)  Thus it wouldn’t be for the plugin author to recreate a mini-shortcut-mapper in their plugin.</p>
<p dir="auto">Perhaps the only advantage in any of this would be for users that have zero idea the Shortcut Mapper even exists.</p>
<p dir="auto">I stand by that the best advice is to not do anything custom with shortcuts in a plugin, and put those things that benefit from having a keyboard shortcut in the plugin’s main menu (per Peter).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77082</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77082</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 27 May 2022 17:53:11 GMT</pubDate></item><item><title><![CDATA[Reply to [New plugin] PlantUML Viewer on Fri, 27 May 2022 17:47:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fruchtzwerg94" aria-label="Profile: fruchtzwerg94">@<bdi>fruchtzwerg94</bdi></a> said in <a href="/post/77079">[New plugin] PlantUML Viewer</a>:</p>
<blockquote>
<p dir="auto">remove the default shortcut from code and let the user do it completely by its own in the Shortcut Manager of Notepad++. Or also an option in the plugin itself?</p>
</blockquote>
<p dir="auto">Any command in your plugin’s main menu will be visible by Shortcut Mapper, so you don’t need to do anything special.  If you wanted, you could <em>also</em> add the ability to turn on a shortcut in your plugin, but since that interface already exists in Shortcut Mapper, that seems a lot of extra work for you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77081</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77081</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 27 May 2022 17:47:26 GMT</pubDate></item></channel></rss>