Author Topic: cbDiff plugin  (Read 47355 times)

Offline daniloz

  • Regular
  • ***
  • Posts: 268
Re: cbDiff plugin
« Reply #15 on: January 26, 2011, 01:34:14 pm »
Probably no one have asked this feature, so there is no way to access it :)
This means, if I kindly ask for it, there's a chance it would be implemented?

Btw, I'm kindly asking for it... :-)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbDiff plugin
« Reply #16 on: January 26, 2011, 01:43:15 pm »
Probably no one have asked this feature, so there is no way to access it :)
This means, if I kindly ask for it, there's a chance it would be implemented?
Could GeO provide a patch for this purpose? It seems he has done it already...?!
See:
However, it could be made accessible by:
*adding a new ModuleType(mtEditorTab) in globals.h
*adding the method "Manager::Get()->GetPluginManager()->AskPluginsForModuleMenu(mtEditorTab, &pop);" in editormanager.cpp's OnPageContextMenu
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: cbDiff plugin
« Reply #17 on: January 26, 2011, 02:20:50 pm »
Could GeO provide a patch for this purpose? It seems he has done it already...?!

Sure, i didn't test it yet, but it shouldn't break anything.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: cbDiff plugin
« Reply #18 on: January 26, 2011, 02:43:00 pm »
Only the API/ABI :)
(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 GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: cbDiff plugin
« Reply #19 on: January 26, 2011, 03:04:43 pm »
Only the API/ABI :)
:) :) Well nothing except these.
« Last Edit: January 26, 2011, 03:19:42 pm by GeO »

Offline daniloz

  • Regular
  • ***
  • Posts: 268
Re: cbDiff plugin
« Reply #20 on: July 26, 2011, 08:46:04 am »
The compilation of the cbDiff plugin was broken after r7291, so in order to fix that I have to add the following include to cbDiffUtils.cpp:

Code
#include <wx/image.h>

@Geo: BTW, is there any new version around? Where do you usually make them available? Here? ;-)

Offline GeO

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: cbDiff plugin
« Reply #21 on: July 26, 2011, 07:14:29 pm »
@Geo: BTW, is there any new version around? Where do you usually make them available? Here? ;-)
Well, actually i have a new version, with some cool features, for a while, but it needs some speed improvements.
Maybe i'll find some time this weekend, so i'll finish it.

I announce new versions usually in the first post of this thread.

Greets GeO

Offline UHM

  • Single posting newcomer
  • *
  • Posts: 2
Re: cbDiff plugin
« Reply #22 on: October 26, 2011, 02:17:18 pm »
Is there anybody who can help a new user (without C++ knowledge) by sending him
 
   libcbdiff.so

for
Linux version 2.6.27.39-0.3-default (geeko@buildhost) (gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) ) #1 SMP 2009-11-23 12:57:38 +0100

???

i tried to compile it myself but I failed for hours, because of missing setup.h and other problems.

Thanks & Greetings, Uwe

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: cbDiff plugin
« Reply #23 on: October 26, 2011, 03:45:44 pm »
Do you have the devel package for wxGTK?
(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 UHM

  • Single posting newcomer
  • *
  • Posts: 2
Re: cbDiff plugin
« Reply #24 on: November 09, 2011, 06:00:11 pm »
Yes, maybe th wrong version, maybe with the wrong flags ...

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: cbDiff plugin
« Reply #25 on: November 23, 2011, 10:29:33 am »
The plugin can't be built with latest CB svn & wx2.8-branch svn.

The patch can solve the issue.
Regards,
xunxun

Offline gocad

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: cbDiff plugin
« Reply #26 on: December 25, 2012, 01:04:46 pm »
For Code::Blocks 12.11 rev 8629
Compiled by MinGW32 TDM 4.7.1 with wxWidgets 2.8.12

......
mingw32/bin/ld.exe: warning: cannot find entry symbol nable-auto-import; defaulting to 671c1000
......

You can replace "-enable-auto-import" with "--enable-auto-import" in cbDiff.cbp.

Good Luck !

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: cbDiff plugin
« Reply #27 on: January 17, 2015, 12:11:06 pm »
Hello,
for Code::Blocks svn 10035
Compiled by MinGW32 TDM 4.7.1 with wxWidgets 2.8.12 and VISTA

https://github.com/ywx/cbDiff

it's work fine.

Thanks to 'gocad'

Best regards
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Re: cbDiff plugin
« Reply #28 on: February 10, 2016, 06:01:41 pm »
Seems like someone branched this plugin and added filetype detection. I merged the 2 branches into another branch that can be found here:

https://github.com/yvesdm3000/cbDiff
Clang based code completion for Code::Blocks:   http://github.com/yvesdm3000/ClangLib