News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

About trunk/debug/codecompletion branches

Started by Freem, October 12, 2010, 02:51:31 PM

Previous topic - Next topic

Freem

Maybe this question is trivial, so if it is, I'm sorry...

I am actually using the DEBUG branch, but changes in codecompletion seem to be usefull too...
So, is it possible to merge them to have both changes (not in svn, just to compile)? I took a look in the svn, and I think I'd find the codecompletion branch (svn://svn.berlios.de/codeblocks/branches/codecompletion_refactoring ?), but not the debug one... I should missed it...

MortenMacFly

Quote from: Freem on October 12, 2010, 02:51:31 PM
So, is it possible to merge them to have both changes (not in svn, just to compile)?
You'll need to do this yourself atm...

Quote from: Freem on October 12, 2010, 02:51:31 PM
I took a look in the svn, and I think I'd find the codecompletion branch (svn://svn.berlios.de/codeblocks/branches/codecompletion_refactoring ?), but not the debug one... I should missed it...
Debug is here:
svn://svn.berlios.de/codeblocks/branches/wxpropgrid_debugger
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]

Freem

Thanks for the reply, I'll try this in end of my week.