Page 1 of 1

Display option for sorted numeric lists

Posted: Sun Feb 10, 2013 3:59 pm
by roy.okelly
If there's a way to do this I still haven't found it. Any help would be appreciated.
Assume I have two text files containing only a sorted list of numbers.
File #1. File #2
1_________3
2_________4
7_________5
10_______10
11

If I compare them the result I see looks very much like the example files above.

File #1. File #2
1__________3 changed
2__________4 changed
7__________5 changed
10________10 identical
11________ added

What I'd like to see is.
File #1. File #2
1
2
_______ 3
________4
________5
7
10_____10
11

Any thoughts?
Thanx
Roy

Re: Display option for sorted numeric lists

Posted: Mon Feb 11, 2013 7:57 am
by psguru
No, this cannot be done in EDPro. You can apply the Sort plug-in but it will still treat some lines as changed.

Re: Display option for sorted numeric lists

Posted: Wed Feb 13, 2013 8:03 am
by roy.okelly
Thanks. Think about a way to do it and if you can put it on the new feature list.
Roy