Page 1 of 1

Smart Curly Braces not working

Posted: Wed Mar 18, 2020 8:17 pm
by root
I know that the curly brackets will close for me if I press <Enter>.

Code: Select all

void display()
{

}
But CodeLite still won't issue a closing curly bracket on the same line.

Code: Select all

MyString stooge {larry};
I'm using the newest CodeLite v.14. In "What's new", it says this:
"Separated between the 'smart paren/bracket' and 'auto add closing paren/bracket' functionalities in the UI. i.e. these 2 now have 2 different checkboxes in the UI"

I have both those boxes checked, but I still can't get CodeLite to issue a closing curly bracket unless I hit the <Enter> key. Is there something more I need to do so that CodeLite issues a closing curly bracket when I type an opening bracket?

Image

Re: Smart Curly Braces not working

Posted: Fri Mar 20, 2020 1:00 pm
by eranif
This was never implemented (adding closing brace without ENTER). This fix was for answering a different bug report.
Can you please open a feature request?