Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Third party comparision tool
Third party comparision tool [message #158611] Mon, 21 November 2005 10:07 Go to next message
Eclipse UserFriend
Originally posted by: divis1969.mail.ru

Hi,

Is it possible to use some kind of third party tool for file comparision?
Re: Third party comparision tool [message #158669 is a reply to message #158611] Mon, 21 November 2005 18:58 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

Yes, set it up as an external tool.


Run->External Tools->External Tools...


I use perforce as my revision control, and if I want to diff the version
I am working on with the one in the repository I just run the perforce
command as an external tool set up as such:

p4 diff ${resource_loc}

It may be more difficult if you want to compare two or more local files,
but it should be doable.


D







Dmitry Smirnov wrote:
> Hi,
>
> Is it possible to use some kind of third party tool for file comparision?
>
>
Previous Topic:Using <F2> to go to function implementation on CDT 3.0.1
Next Topic:indexer question
Goto Forum:
  


Current Time: Sun Jul 27 15:52:17 EDT 2025

Powered by FUDForum. Page generated in 0.03720 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top