News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Brackets auto-closing

Started by dinya, October 12, 2008, 12:31:39 AM

Previous topic - Next topic

dinya

Hello,

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

for(i=0;i<10;++i)
{ <ENTER>


and C::B auto-compelets to

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.