<?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[Searching a Notepad++ version]]></title><description><![CDATA[[[topic:post-is-deleted]]]]></description><link>https://community.notepad-plus-plus.org/topic/21535/searching-a-notepad-version</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 09:40:07 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21535.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Jul 2021 15:25:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Searching a Notepad++ version on Wed, 21 Jul 2021 15:35:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unique-foreternity" aria-label="Profile: Unique-ForEternity">@<bdi>Unique-ForEternity</bdi></a> said in <a href="/post/68157">Searching a Notepad++ version</a>:</p>
<blockquote>
<p dir="auto">What I ask is please give me a download link of the version of school that I attend.</p>
</blockquote>
<p dir="auto">No such download exists from the official distributor of Notepad++.</p>
<p dir="auto">You will have to ask your teacher how they <em>configured</em> Notepad++ at school. My guess is that they are using the NppExec plugin to run the external java compiler, and then use Customize Toolbar plugin to add that NppExec script as a button on the toolbar.</p>
<p dir="auto">For example, I have an NppExec script that I call “Java-CompileAndRun” with the script</p>
<pre><code>NPP_SAVE
cd "$(CURRENT_DIRECTORY)"
"C:\Program Files (x86)\Java\jdk1.8.0_51\bin\javac" $(FILE_NAME)
"C:\Program Files (x86)\Java\jdk1.8.0_51\bin\java" -classpath "$(CURRENT_DIRECTORY)" $(NAME_PART)
</code></pre>
<p dir="auto">This saves the active file, then uses the Java JDK <code>javac</code> to compile, and the <code>java</code> command to run the compiled output</p>
<p dir="auto">But that’s just a guess as to what they did.  As I said, you will have to ask your teacher how they customized Notepad++ (or explore the various configurations and menu entries in the school’s Notepad++ to figure it out for yourself).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/68158</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68158</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 21 Jul 2021 15:35:13 GMT</pubDate></item></channel></rss>