Howto remember tab indentation?

General questions regarding the usage of CodeLite
TrustSeg
CodeLite Curious
Posts: 7
Joined: Tue May 24, 2016 4:35 am
Genuine User: Yes
IDE Question: C++
Contact:

Howto remember tab indentation?

Post by TrustSeg »

What do I have to set to let CodeLite remember to use tab indentation in my projects?

I changed the option in the bottom toolbar to "Use Tabs" and activated "Settings > Preferences > Editor > Indentation > [x] Use tabs in indentation" but after restarting CodeLite (also confirmed to save the perspective at exit) and re-opening my project, CodeLite uses space indentation again.

I also unchecked the global settings for indentation in the "project lical editor preferences" dialog. CodeLite remembers all settings but next time the workspace is reopened, it uses space indentation again.

:?:
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Howto remember tab indentation?

Post by eranif »

This was a bug that was introduced somewhere in 9.1.5 or so and fixed
https://github.com/eranif/codelite/issues/1297

A weekly build will be released today

Eran
Make sure you have read the HOW TO POST thread
TrustSeg
CodeLite Curious
Posts: 7
Joined: Tue May 24, 2016 4:35 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Howto remember tab indentation?

Post by TrustSeg »

Thank you!
Post Reply