Author Topic: About trunk/debug/codecompletion branches  (Read 3867 times)

Offline Freem

  • Almost regular
  • **
  • Posts: 219
About trunk/debug/codecompletion branches
« on: October 12, 2010, 02:51:31 pm »
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...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: About trunk/debug/codecompletion branches
« Reply #1 on: October 12, 2010, 02:58:17 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...

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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Freem

  • Almost regular
  • **
  • Posts: 219
Re: About trunk/debug/codecompletion branches
« Reply #2 on: October 12, 2010, 10:05:38 pm »
Thanks for the reply, I'll try this in end of my week.