Any java-based diff tool as nice as the one provided by IDEA?

Is there any pure-java diff tool that is as nice as (or better than) the one
provided by IDEA? I love IDEA's diff GUI. Hope I can get another one
to compare my non-java files (.tex, etc.)

0
7 comments
Avatar
Permanently deleted user

The diff window in SmartCVS (Java CVS Client) is equally nice. (IntelliJ uses the core of SmartCVS, isn't it ?)

Regards

Thomas Gülden
Munich, Germany

0

Any stand-alone program that is dedicated to do this job?

0

Chung-Kai Chen wrote:

Is there any pure-java diff tool that is as nice as (or better than) the one
provided by IDEA? I love IDEA's diff GUI. Hope I can get another one
to compare my non-java files (.tex, etc.)


You do know you can compare non-java files with IDEA's diff? Just select two files in your project view, right click and "compare two files". Also there is a request to make the diff a standalone program:
http://www.intellij.net/tracker/idea/viewSCR?publicId=15211

I have never used it but Guiffy seems to be pure-java: http://www.guiffy.com/
IDEA's diff looks a bit nicer though.

Bas

0
Avatar
Permanently deleted user

� wrote:

The diff window in SmartCVS (Java CVS Client) is equally nice. (IntelliJ uses the core of SmartCVS, isn't it ?)

Regards

Thomas G�lden
Munich, Germany

Not in this case.

--
Maxim Shafirov
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

The latest SmartCVS contains a SmartFC (file compare), which is an
independent application from SmartCVS.

Tom

0
Avatar
Permanently deleted user

Which version of IDEA? Cannot find it in 3.0.5

0

It's been a long time since I used 3.0.5. You probably need at least 4.0 and I'm on 4.5.2 myself.

Bas

0

Please sign in to leave a comment.