Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@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