Author Topic: Brackets auto-closing  (Read 2963 times)

dinya

  • Guest
Brackets auto-closing
« on: October 12, 2008, 12:31:39 am »
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>

and C::B auto-compelets to

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

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.