User forums > Using Code::Blocks

[RESOLVED] Source Formatter + Indent Options Woes

<< < (2/2)

Alpha:
To reproduce, Settings->Editor... switch "End-of-line mode" to "CR".  Now try typing:

--- Code: ---if(true)
{

--- End code ---

Normally, this would trigger brace completion such that it becomes (the pipe is the position of the cursor):

--- Code: ---if(true)
{
    |
}

--- End code ---

However, in "CR" mode, it does not indent:

--- Code: ---if(true)
{
|
}

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version