User forums > Using Code::Blocks

Brackets auto-closing

(1/1)

dinya:
Hello,

I can't find how to force Code::Blocks closes automatically opened brackets.
For example, I type


--- Code: ---for(i=0;i<10;++i)
{ <ENTER>
--- End code ---

and C::B auto-compelets to


--- Code: ---for(i=0;i<10;++i)
{
    <cursor here>
}
--- End code ---

It's about {. But how to close " [ ( '?
I use this feature in SciTe. Eclipse has it too. It's very comfortable or every-day using.

Thanks for reading.

Navigation

[0] Message Index

Go to full version