Tagged: compare comparison difference
- AuthorPosts
- March 11, 2019 at 10:28 am #25481jicParticipant
Hi. Please use these two strings to compare:
Untitled-1
Pline;OpCo
PR0000013622;AGR-NET
PR0000013622;AGR-UIL
PR0000013622;AGR-RENUntitled-2
SCard;OpCo
PR0000013622;AGR-NET
PR0000013622;AGR-REN
PR0000013622;AGR-UILCompare it. Why does the compare function thinks that a line is missing? It should just highlight the difference. I can see if there was something like this,
Untitled-2
SCard;OpCo
PR0000013621;AGR-NET
PR0000013622;AGR-NET
PR0000013622;AGR-REN
PR0000013622;AGR-UILUntitled-1
Pline;OpCo
PR0000013620;AGR-NET
PR0000013622;AGR-NET
PR0000013622;AGR-UIL
PR0000013622;AGR-RENThis one, I can understand the missing lines, but the first one, should just highlight the difference. Thanks.
March 12, 2019 at 10:12 am #25483Patrick CParticipantThe way I see it, this is intended behaviour.
Compare doesn’t indicate a new line. Instead it merely tells you that line 3 of Untitled-1 matches line 4 of Untitled-2.
TotalCommander’s and Notepad++’s compare behaves exactly the same as EmEditor’s.
Winmerge however behaves more like what your description of what to expect.
As you already started the topic of comparing:
@Yutaka: I know that its an horrendous amount of work, but Notepad++’s compare plugin is awesome. Would be cool if there were a way to implement something similar. Same goes for search, where NP++ also shines, but with respect to csv, large files and speed EmEditor is still way ahead. On the other hand, I can live quite comfortably with running EmEditor and the other two in parallel.March 12, 2019 at 4:07 pm #25484jicParticipantWell, you see it wrong. :-) As well as NP++ and TotalCommander. :-) If you have 1000 lines on both, the assumption should be to try to match line by line. Specially if the first 13 characters for both sides are the same
Patrick C, since you started it, @Yutaka, I love your tool, the best ever. But, the comparison in two different windows or screens, it’s a bit tough. Sometimes you forget and then, you end up losing one side. Anyway, I do like Notepad++ way of doing it in one screen. Also, since we are talking about comparison, it would be great to be able to push the comparison to HTML. That way, you can save it and pass the report to other folks. Anyway, thanks for this wonderful tool.
josé
March 13, 2019 at 11:06 am #25485Patrick CParticipantThinking about it:
I might scribble a comparison macro which starts either Winmerge or Notepad++ from within Emeditor. Currently I’m too busy for this, though I’ll get back to this post should I ever find time to do this.
Cheers,
PatrickMarch 14, 2019 at 7:40 am #25486jicParticipantHi Patrick. I was kidding when I said you were wrong. :-) And no need to do a script. I already have a few of them written. So, thanks for the offer. :-)
- AuthorPosts
- You must be logged in to reply to this topic.