Feature Request

Discussion about CodeLite development process and patches
root
CodeLite Enthusiast
Posts: 21
Joined: Tue Jan 21, 2020 4:10 pm
Genuine User: Yes
IDE Question: C++
Contact:

Feature Request

Post 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.
Win X Pro / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.1.4 / MinGW-10.2.0

Linux Mint 20.0 / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.0 & 3.1.4 / GCC-9.2.0
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Feature Request

Post by eranif »

Thanks for posting this. However, FR should be created here:
https://github.com/eranif/codelite/issues/new

Thanks!
Make sure you have read the HOW TO POST thread
root
CodeLite Enthusiast
Posts: 21
Joined: Tue Jan 21, 2020 4:10 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Feature Request

Post by root »

Done.
Win X Pro / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.1.4 / MinGW-10.2.0

Linux Mint 20.0 / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.0 & 3.1.4 / GCC-9.2.0
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Feature Request

Post by eranif »

thanks!
Make sure you have read the HOW TO POST thread
Post Reply