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
Display option for sorted numeric lists
-
- New Member
- Posts: 2
- Joined: Thu Feb 07, 2013 8:40 am
Re: Display option for sorted numeric lists
No, this cannot be done in EDPro. You can apply the Sort plug-in but it will still treat some lines as changed.
psguru
PrestoSoft
PrestoSoft
-
- New Member
- Posts: 2
- Joined: Thu Feb 07, 2013 8:40 am
Re: Display option for sorted numeric lists
Thanks. Think about a way to do it and if you can put it on the new feature list.
Roy
Roy