Formatting issue with space

CodeLite installation/troubleshooting forum
Ola
CodeLite Curious
Posts: 2
Joined: Mon Feb 26, 2018 9:50 pm
Genuine User: Yes
IDE Question: C++
Contact:

Formatting issue with space

Post by Ola »

I've managed to do something with the size of space in Codelite so that space between words and indentations becomes very small.

Indentation is set to 4 spaces
Image

whereas when i open the same file in vim the spacing and indentation shows in a different (and more pleasant way)
Image

I dont think codelite showed text like this when i started using it, i've searched through settings without finding out how to change it, probably overlooked something silly...

Hope someone can help!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Formatting issue with space

Post by eranif »

You are using a non monospaced font.
You should pick a *monospaced* font

from: settings->colours and fonts->global font
Make sure you have read the HOW TO POST thread
Ola
CodeLite Curious
Posts: 2
Joined: Mon Feb 26, 2018 9:50 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Formatting issue with space

Post by Ola »

Thank you very much!
Post Reply