• Login
Community
  • Login

Searching a Notepad++ version

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 206 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U
    Unique ForEternity
    last edited by Unique ForEternity Jul 21, 2021, 3:26 PM Jul 21, 2021, 3:25 PM

    This post is deleted!
    P 1 Reply Last reply Jul 21, 2021, 3:35 PM Reply Quote 0
    • P
      PeterJones @Unique ForEternity
      last edited by Jul 21, 2021, 3:35 PM

      @Unique-ForEternity said in Searching a Notepad++ version:

      What I ask is please give me a download link of the version of school that I attend.

      No such download exists from the official distributor of Notepad++.

      You will have to ask your teacher how they configured 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.

      For example, I have an NppExec script that I call “Java-CompileAndRun” with the script

      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)
      

      This saves the active file, then uses the Java JDK javac to compile, and the java command to run the compiled output

      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).

      1 Reply Last reply Reply Quote 0
      2 out of 2
      • First post
        2/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors