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.
Howto remember tab indentation?
-
- CodeLite Curious
- Posts: 7
- Joined: Tue May 24, 2016 4:35 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Howto remember tab indentation?
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
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
-
- CodeLite Curious
- Posts: 7
- Joined: Tue May 24, 2016 4:35 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Howto remember tab indentation?
Thank you!