News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Feature Request

Started by fmc0501, August 17, 2020, 09:30:05 AM

Previous topic - Next topic

fmc0501

Can this be done?

void myFunction() {
_}

void myFunction()
{
    _
}

If I bring my opening curly brace down to the next line (as in the 2nd code view), I get the closing brace two lines down with my cursor between them, tabbed and ready for some code. But if I add an opening curly brace at the end (as in the first code view) and hit return, the closing brace simply goes down to the next line with my cursor in front of it. What would be nice is to have that closing brace dropped down another line and have the cursor tabbed over and ready for work.

void myFunction() {
   _
}
Win X / wxWidgets-3.1.5
Code::Blocks 20.03