Parenthesis Auto-Complete
-
- CodeLite Curious
- Posts: 4
- Joined: Fri Jan 17, 2014 7:17 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Parenthesis Auto-Complete
Is there anyway way to turn off the auto complete for parenthesis and brackets?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Parenthesis Auto-Complete
Settings -> global editor preferences
and untick:
Auto complete Curly braces
Auto complete Braces
Eran
and untick:
Auto complete Curly braces
Auto complete Braces
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Fri Jan 17, 2014 7:17 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Parenthesis Auto-Complete
Thanks, I can't believe I missed that