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:
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
and open close square braces
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
-
root
- CodeLite Enthusiast
- Posts: 21
- Joined: Tue Jan 21, 2020 4:10 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
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
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
thanks!