News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Anyone using Bazaar Version Control with Code::Blocks?

Started by stahta01, May 27, 2010, 06:37:25 PM

Previous topic - Next topic

stahta01

Anyone:

I am going to learn how to use Bazaar Version Control; has anyone setup a external tool or other way to use Bazaar under Code::Blocks?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

I guess dmoores "FileManager" plugin comes mostly close to it. It may need some patches for that purposes though...
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]

stahta01

Quote from: MortenMacFly on May 27, 2010, 10:01:23 PM
I guess dmoores "FileManager" plugin comes mostly close to it. It may need some patches for that purposes though...

Thanks, that was my thought before it split into two parts. I was not sure which part was the correct part;
I have not taken the time to see what each part does.

Tim S.

The plug-in being talked about link below
http://forums.next.codeblocks.org/index.php/topic,10060.0.html
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Quote from: stahta01 on May 27, 2010, 10:42:34 PM
Thanks, that was my thought before it split into two parts. I was not sure which part was the correct part;

The plug-in being talked about link below
http://forums.next.codeblocks.org/index.php/topic,10060.0.html
Ah - sorry, you are right. The ShellExtensions you may need in addition. FileManager creates an explorer like windows, shell manager can do the overlays concering version controls and related commands. There is a patch pending that does "something" (I fogot) in the SDK to enable FileManager to show the overlays in the project, too IIRC...
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]

dmoore

FileManager will give you status decorators for bzr/hg/svn. It's clunky and only sorta works because it relies on munging the output of the respective "stat" commands, which don't provide reliable status info for some files.

PowerShell lets you add context sensitive custom commands. The interface is pretty clunky, but you can easily add commands like "bzr add/remove/diff" that operate on on one or more files in the editor, file manager or the project tree
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

dmoore

Quote from: MortenMacFly on May 28, 2010, 07:04:23 AM
There is a patch pending that does "something" (I fogot) in the SDK to enable FileManager to show the overlays in the project, too IIRC...

this is news to me. In principle it would not be difficult to support this, but not sure it would necessarily belong in the file manager...
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

MortenMacFly

Quote from: dmoore on May 28, 2010, 09:42:00 PM
this is news to me. In principle it would not be difficult to support this, but not sure it would necessarily belong in the file manager...
Well you provided this to me once... interesting you forgot... :shock:
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]