Smart Curly Braces not working
Posted: Wed Mar 18, 2020 8:17 pm
I know that the curly brackets will close for me if I press <Enter>.
But CodeLite still won't issue a closing curly bracket on the same line.
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?
Code: Select all
void display()
{
}
Code: Select all
MyString stooge {larry};
"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?