Author Topic: The 22 January 2011 build (6931) is out.  (Read 34495 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 22 January 2011 build (6931) is out.
« Reply #15 on: January 30, 2011, 03:43:48 am »
Probably you could use cb_share_config for this, never tried it...
(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: The 22 January 2011 build (6931) is out.
« Reply #16 on: January 30, 2011, 10:26:53 am »
Can this be shared between Linux & Windows?
In general yes, but of course some path (like the ones to compiler/linkers) are wrong. You can still keep you default.conf file on Windows for later releases and the default.conf for Linux for later releases. This should always work unless the path's change for these platforms, too.
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 Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 22 January 2011 build (6931) is out.
« Reply #17 on: February 10, 2011, 03:34:23 am »
double unindent seems a bug to me
Confirmed.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 22 January 2011 build (6931) is out.
« Reply #18 on: February 10, 2011, 05:39:04 am »
double unindent seems a bug to me
Confirmed.
Should improved by this patch.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 22 January 2011 build (6931) is out.
« Reply #19 on: February 10, 2011, 05:55:04 am »
Also I have a Q, do you guys ever plan to make the intellisense (code hinter) fully resolve type definitions to the primary object types?
what does this sentence means???
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.