Author Topic: source file comparison plug-in ?  (Read 4001 times)

Offline dburghard

  • Single posting newcomer
  • *
  • Posts: 2
source file comparison plug-in ?
« on: August 20, 2015, 01:29:58 am »
I am new to code:blocks and was wondering if there is any way to use it to compare two C source files (difference)?  I know there are separate programs out there that can do this, but it would be nice if it was built into the editor either directly or through a plug-in.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: source file comparison plug-in ?
« Reply #1 on: August 20, 2015, 01:49:47 am »
Search for cbdiff...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7597
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline dburghard

  • Single posting newcomer
  • *
  • Posts: 2
Re: source file comparison plug-in ?
« Reply #3 on: August 21, 2015, 03:08:49 am »
Great!  Thank you all very much.  I will check it out.  :)