News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

GitBlocks Plugin

Started by tomolt, March 20, 2015, 02:33:27 PM

Previous topic - Next topic

yvesdm3000

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:   [url="http://github.com/yvesdm3000/ClangLib"]http://github.com/yvesdm3000/ClangLib[/url]

oBFusCATed

Quote from: yvesdm3000 on February 10, 2016, 09:28:27 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!]

MortenMacFly

Quote from: yvesdm3000 on February 10, 2016, 09:51:48 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

yvesdm3000

Clang based code completion for Code::Blocks:   [url="http://github.com/yvesdm3000/ClangLib"]http://github.com/yvesdm3000/ClangLib[/url]

MortenMacFly

Quote from: yvesdm3000 on February 11, 2016, 03:18:57 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MaBunny

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.

oBFusCATed

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

i'm trying to compile too, in windows, and i miss these wx include too. is this a linux only project in the end???

BlueHazzard

Yes this project file is linux only...