Community
    • Login

    Subtract document B from A

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    multi deletesubtractbatch remove
    21 Posts 4 Posters 9.3k 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.
    • Claudia FrankC
      Claudia Frank @Timmy M
      last edited by

      @Timmy-M

      good to see that you got it sorted out :-)

      and to keep sorting, change this

      editor1.setText('\r\n'.join(s1-s2))
      

      to this

      editor1.setText('\r\n'.join(sorted(s1-s2)))
      

      that should do the trick.

      Cheers
      Claudia

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