Auto indenting without "Smart Indentation"

General questions regarding the usage of CodeLite
mqduck
CodeLite Curious
Posts: 2
Joined: Fri Feb 27, 2015 4:09 am
Genuine User: Yes
IDE Question: C++
Contact:

Auto indenting without "Smart Indentation"

Post by mqduck »

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?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Auto indenting without "Smart Indentation"

Post by eranif »

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
Make sure you have read the HOW TO POST thread
mqduck
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"

Post by mqduck »

Where would be the right place to request that option?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Auto indenting without "Smart Indentation"

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Post Reply