Page 1 of 1

Feature Request

Posted: Sat Mar 21, 2020 7:06 am
by root
Please make it so the CodeLite editor auto-adds a closing curly brace - } - on the same line when an opening curly brace - { - is given.

Code: Select all

int myArray[] {} <---  I HAVE TO ADD THE LAST CURLY BRACE MYSELF
My request is to make the opening/closing curly braces act the same as open/close parenthesis

Code: Select all

()
and open close square braces

Code: Select all

[]
These auto-close.

Re: Feature Request

Posted: Sat Mar 21, 2020 1:31 pm
by eranif
Thanks for posting this. However, FR should be created here:
https://github.com/eranif/codelite/issues/new

Thanks!

Re: Feature Request

Posted: Thu Mar 26, 2020 5:46 pm
by root
Done.

Re: Feature Request

Posted: Fri Mar 27, 2020 11:33 pm
by eranif
thanks!