Author Topic: GitBlocks Plugin  (Read 66275 times)

Offline yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Re: GitBlocks Plugin
« Reply #45 on: February 10, 2016, 09:51:48 pm »
Oh, I was thinking that https://github.com/ywx/cbDiff was the original one? I couldn't find the link anymore on the original post...

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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: GitBlocks Plugin
« Reply #46 on: February 10, 2016, 11:55:44 pm »
Does it start C::B when you do a git gui blame ? Maybe a nice howto or some notes on what you've configured? Helps others figuring out what to do to setup this...
No it doesn't start C::B, I'm using external diff tool (diffuse to be precise).
To configure it go to Tools -> Configure tools ... -> Add and use the variables depicted in the dialog.
Also the wiki has the full list somewhere:)
(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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: GitBlocks Plugin
« Reply #47 on: February 11, 2016, 12:49:00 pm »
Oh, I was thinking that https://github.com/ywx/cbDiff was the original one?
Nope. That was a fork already. The original was a large attachment to the first post which was removed some times back - unnoticed, during a forum clean-up. That's why we always say, don't post important files in the forums, they will get lost for sure some day. But I think GeO never created a repo for his work, unfortunately.
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 yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Re: GitBlocks Plugin
« Reply #48 on: February 11, 2016, 03:18:57 pm »
So it means I merged the 2 existing branches.

https://github.com/yvesdm3000/cbDiff

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: GitBlocks Plugin
« Reply #49 on: February 12, 2016, 04:26:29 pm »
So it means I merged the 2 existing branches.
Yes, looks like that. Good to know... not so nice is that we have 3 unsync'd projects now.
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

MaBunny

  • Guest
Re: GitBlocks Plugin
« Reply #50 on: May 31, 2016, 03:55:29 pm »
Hey guys!!!
I'm new to this forum,not CB and I was in search of some good plugins to customize my CB,when i chanced upon this good plugin in tht list.

Well,I'm in a linux distro......debian actually,and had installed CB from the package archive given in the website for my distro.I didn't have any problem installing CB....though when I tried to compile the .cbp project file given with this plugins archive,i got this error:

Quote

||=== Build: default in GitBlocks (compiler: GNU GCC Compiler) ===|
/usr/include/wx-3.0/wx/dialog.h   fatal error: wx/toplevel.h: No such file or directory
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 7 second(s)) ===|


And this is just the beginning,I get more problems as I go through the process....and Igot a particular pestering problem.It says something like this:

"fatal error: wx/setup.h: No such file or directory "

I searched for tht file in my system...and I didnt find it.....
Do you guys have any suggestions??? I went to the IRC channel in freenode too...but to no help....
Also I installed the wxheader,wxgtk and wxbase-3.0-0 packages from the repos, including the dev packages.
If someone could provide me with the contents of tht header then I could be glad......

Many regards,
MaBunny.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: GitBlocks Plugin
« Reply #51 on: May 31, 2016, 11:08:42 pm »
Your packages are broken or the output of wx-config is wrong.
Search your files system (most probably /usr/include) for this toplevel.h.
It should be there. I have it (three versions infact).
(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!]

aldolo

  • Guest
Re: GitBlocks Plugin
« Reply #52 on: October 06, 2018, 10:46:17 am »
i'm trying to compile too, in windows, and i miss these wx include too. is this a linux only project in the end???

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: GitBlocks Plugin
« Reply #53 on: October 06, 2018, 05:40:48 pm »
Yes this project file is linux only...