Hello!
I am relatively new to CodeLite. I was messing around with the settings to get a good environment for my development. I noticed how indents are marked with little arrows. Is there a way to change that? I like the style that Visual Studio has where there is a dotted line from start of an indentation to the end. Is there a way to change the settings to be like that?
Thank you!
Indent Arrows
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Jul 11, 2018 6:55 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Indent Arrows
Hi,
In Settings > Preferences > Folding, I think a mixture of 'Flatten Tree (Square|Circlular) Headers' and 'Highlight Active Fold Block' will do what you want.
Regards,
David
In Settings > Preferences > Folding, I think a mixture of 'Flatten Tree (Square|Circlular) Headers' and 'Highlight Active Fold Block' will do what you want.
Regards,
David
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Indent Arrows
The indentation markers are displayed as arrows when TAB is used for indenting. If you use SPACE, it will be shown as dots.Billiam wrote:I am relatively new to CodeLite. I was messing around with the settings to get a good environment for my development. I noticed how indents are marked with little arrows. Is there a way to change that? I like the style that Visual Studio has where there is a dotted line from start of an indentation to the end. Is there a way to change the settings to be like that?
According to the docs, TAB can be displayed either as Arrow or Strikeout line:
https://www.scintilla.org/ScintillaDoc. ... ABDRAWMODE
I can try the strikeout and see how it looks and maybe make it configurable
Make sure you have read the HOW TO POST thread