Notepad ++ Compare Plugin
-
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! :)
-
@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! :)
-
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
-
@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!
-
@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).
-
@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.
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