News:

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

Main Menu

Code completion and indention

Started by LonelySTar, August 23, 2007, 08:41:52 PM

Previous topic - Next topic

LonelySTar

Hello together,

I am just trying code::blocks and I am wondering if there are ways to improve indention and code completion. This is what I type:

int function(int a,
int b,
int c)
{
    printf("function\n");
}

int function2()
{
    func


Firstly notice, that indention is not done correctly for the function arguments.
At this point, I would expect code completion to give me "function" when I press Ctrl+J or Ctrl+Space, but it does not.

What is code completion capable of in code::blocks?

Thanks!
nathan