View previous topic :: View next topic |
Author |
Message |
khoshravan
Joined: 03 Dec 2012 Posts: 31
|
Posted: Fri Dec 21, 2012 10:02 am Post subject: Is it possible to compare two codes inside Fortran 95 Silver |
|
|
Is it possible to compare two codes inside Fortran 95 SilverSoft to see the differences?
I had a code. I colleague of mine has made some modifications and sent back to me. Now I want to know which parts are changed.
BR
Khoshravan |
|
Back to top |
|
 |
dpannhorst
Joined: 29 Aug 2005 Posts: 165 Location: Berlin, Germany
|
Posted: Fri Dec 21, 2012 10:11 am Post subject: |
|
|
ExamDiff Pro is a very good tool. Look here:
www.prestosoft.com/examdiff
Detlef Pannhorst |
|
Back to top |
|
 |
khoshravan
Joined: 03 Dec 2012 Posts: 31
|
Posted: Fri Dec 21, 2012 10:37 am Post subject: Re: |
|
|
Thanks. It helped a lot. |
|
Back to top |
|
 |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Sun Dec 23, 2012 6:17 am Post subject: |
|
|
Total commander is a Swiss Army knife for file handling |
|
Back to top |
|
 |
khoshravan
Joined: 03 Dec 2012 Posts: 31
|
Posted: Sun Dec 23, 2012 9:44 am Post subject: Re: |
|
|
DanRRight wrote: | Total commander is a Swiss Army knife for file handling |
I couldn't understand the meaning of your sentence. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sun Dec 23, 2012 10:33 am Post subject: |
|
|
If you are using Silverfrost Plato then you will find "Compare" on the "File" menu. Otherwise look up WinDiff on the Internet. |
|
Back to top |
|
 |
davidb
Joined: 17 Jul 2009 Posts: 560 Location: UK
|
Posted: Sun Dec 23, 2012 11:52 am Post subject: |
|
|
I had forgot that a basic "compare" was built into Plato.
There are basically two types of tool:
(1) Tools which show differences between two files. (Difference tools).
(2) Tools which show differences between three files and allow consolidation of differences into a fourth file. (Merge tools).
Some let you compare folder trees as well (very useful). And some let you compare binary files, image files, pdf files, word files etc. With most of them you can edit the different files views and automatically see the differences as you type.
Useful "free" tools that have a home on my computers are:
WinMerge
TortoiseMerge (Part of TortoiseSVN).
p4merge (from Perforce).
ExamDiff (free edition from prestosoft)
meld (on Linux)
Pay for tools I also use in Windows are:
ExamDiff Pro (from prestosoft)
AraxisMerge (from Araxis)
My current favorite is ExamDiff Pro 6.0 which has a syntax coloring for Fortran, three-way merge, and a very nice tool for building html difference reports.
All these tools can all be integrated into Version control software (like the free TortoiseSVN windows shell extension), so you can compare files to earlier versions if you want to do that.
Finally if you just want to do a one-off comparison and can't be bothered to install software, or if you are away from your computer, prestosoft provide a useful online tool (and marketting ploy) based on ExamDiff Pro:
http://www.diffnow.com _________________ Programmer in: Fortran 77/95/2003/2008, C, C++ (& OpenMP), java, Python, Perl |
|
Back to top |
|
 |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Sun Dec 23, 2012 6:32 pm Post subject: Re: |
|
|
khoshravan wrote: | DanRRight wrote: | Total commander is a Swiss Army knife for file handling |
I couldn't understand the meaning of your sentence. |
Total Commander, handy free tool from ghisler dot com:
File/Compare by Content |
|
Back to top |
|
 |
|