Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dburghard on August 20, 2015, 01:29:58 am

Title: source file comparison plug-in ?
Post by: dburghard 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.
Title: Re: source file comparison plug-in ?
Post by: oBFusCATed on August 20, 2015, 01:49:47 am
Search for cbdiff...
Title: Re: source file comparison plug-in ?
Post by: stahta01 on August 20, 2015, 03:21:11 am
Search for cbdiff...

http://wiki.codeblocks.org/index.php?title=Category:Code::Blocks_3rd_Party_Plugins (http://wiki.codeblocks.org/index.php?title=Category:Code::Blocks_3rd_Party_Plugins)
Related link http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins (http://wiki.codeblocks.org/index.php?title=Code::Blocks_Plugins)

Tim S.
Title: Re: source file comparison plug-in ?
Post by: dburghard on August 21, 2015, 03:08:49 am
Great!  Thank you all very much.  I will check it out.  :)