Community
    • Login

    Searching a Notepad++ version

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 407 Views 2 Watching
    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.
    • Unique ForEternityU Offline
      Unique ForEternity
      last edited by Unique ForEternity

      This post is deleted!
      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP Offline
        PeterJones @Unique ForEternity
        last edited by

        @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

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors