Author Topic: Code Completion  (Read 4285 times)

Offline madtom1999

  • Single posting newcomer
  • *
  • Posts: 7
Code Completion
« on: March 07, 2011, 08:34:11 am »
I'm using the C::B 10.5 that comes with Ubuntu.
I cannot get STL bits to work in code completion.

Any tips?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code Completion
« Reply #1 on: March 07, 2011, 09:21:25 am »
Install a nightly, there the STL support is better...
(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 madtom1999

  • Single posting newcomer
  • *
  • Posts: 7
Re: Code Completion
« Reply #2 on: March 07, 2011, 10:55:20 am »
I'm just reviewing C::B.
 Are you saying that the standard release cant do code completion on the STL/TR1  etc 'out of the box'?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Code Completion
« Reply #3 on: March 07, 2011, 11:02:05 am »
Are you saying that the standard release cant do code completion on the STL/TR1  etc 'out of the box'?
It can, but nightlies can better.
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 madtom1999

  • Single posting newcomer
  • *
  • Posts: 7
Re: Code Completion
« Reply #4 on: March 07, 2011, 11:49:13 am »
OK how do I get it to work in my current release.
For operational reasons nightlies are cannot be considered.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Code Completion
« Reply #5 on: March 07, 2011, 04:29:12 pm »
For operational reasons nightlies are cannot be considered.
Why?
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 madtom1999

  • Single posting newcomer
  • *
  • Posts: 7
Re: Code Completion
« Reply #6 on: March 07, 2011, 05:38:54 pm »
Because the people involved will/may not be capable of or my not have permission to install non-standard releases. And a level playing field for all participants is necessary.

Offline madtom1999

  • Single posting newcomer
  • *
  • Posts: 7
Re: Code Completion
« Reply #7 on: March 08, 2011, 05:08:30 pm »
MortenMacFly - you said earlier a standard release can . Can you elucidate please.

Offline madtom1999

  • Single posting newcomer
  • *
  • Posts: 7
Re: Code Completion
« Reply #8 on: March 08, 2011, 05:30:52 pm »
I think I've got it working properly now - needed 'update while typing' set to parse the includes I guess..