Community
    • Login

    Notepad ++ Compare Plugin

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    6 Posts 3 Posters 2.9k 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.
    • 412134
      41213
      last edited by

      Hi!

      I have compared 2 sets of data points, each with 600k points. I have compared the 2 in notepad with the compare plugin. How can I clear the similar ones and keep the dissmilar ones? Right now I am just deleting the similar ones, one by one, but it is taking too long. Any ideas would be appreciated!

      Thanks! :)

      412134 1 Reply Last reply Reply Quote 0
      • 412134
        41213 @41213
        last edited by

        @41213 said:

        Hi!

        I have compared 2 sets of data points, each with 600k points. I have compared the 2 in notepad with the compare plugin. How can I clear the similar ones and keep the dissimilar ones? Right now I am just deleting the similar ones, one by one, but it is taking too long. PLEASE, PLEASE, PLEASE, Any ideas would be appreciated!

        Thanks! :)

        1 Reply Last reply Reply Quote 0
        • pnedevP
          pnedev
          last edited by

          Hi,

          Currently you can’t do that directly through Compare Plugin.
          You can use plugin like Python Script and execute a loop on all lines in the file while it is compared, deleting all lines that are not marked (look the SCI_MARKERGET Scintilla message).

          BR

          412134 1 Reply Last reply Reply Quote 1
          • 412134
            41213 @pnedev
            last edited by 41213

            @pnedev Hi Buddy! First of all thank you for replying!!! I did the steps of downloading the Python software, but now I am stuck. I tried to execute but nothing shows up in the command prompt. I am new to Python and notepad software. Is there any way to show me the steps…do you by any chance have a you tube video??? Thanks!

            1 Reply Last reply Reply Quote 0
            • pnedevP
              pnedev
              last edited by

              @41213 ,

              I’m about to release a new version of Compare plugin soon (I hope) that will include an option to show only the differences (hide the matches).

              1 Reply Last reply Reply Quote 2
              • chcgC
                chcg
                last edited by

                @41213 I think you misunderstood the meaning of PythonScript plugin. It is https://github.com/bruderstein/PythonScript which already contains the required python parts. If you use N++ before version 7.6 installation is done easiest with PluginManager. Current version is https://github.com/bruderstein/PythonScript/releases/tag/v1.3.0.

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