Auto indenting without "Smart Indentation"
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Feb 27, 2015 4:09 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Auto indenting without "Smart Indentation"
It seems that when Smart Indentation is turned off, auto indentation is turned off entirely. Is it possible have the editor only match the current indentation level?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Auto indenting without "Smart Indentation"
Not by looking at the source code. If smart indentation is turned off, then everything thing is turned off.
"turned off" means "off", not partially
Eran
"turned off" means "off", not partially
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Feb 27, 2015 4:09 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Auto indenting without "Smart Indentation"
Where would be the right place to request that option?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Auto indenting without "Smart Indentation"
You can ask this at GitHub : https://github.com/eranif/codelite/issues/new
But it wont get implemented in the near future (or at all).
The way I see it: its a unique requirement with low demand (you are the first person that asked for this...)
Patches / Pull requests are most welcome
But it wont get implemented in the near future (or at all).
The way I see it: its a unique requirement with low demand (you are the first person that asked for this...)
Patches / Pull requests are most welcome
Make sure you have read the HOW TO POST thread