Question

i have scoured the internet and this site for an answer, but haven found one yet.

Do you know of any plugins for Code::Blocks that enable block lines(those things that go from curly brace to curly brace when indenting your code)?

Thanks in advance for your answers!

EDIT: i probably should have added a picture of what i meant: https://i.stack.imgur.com/FqhsH.jpg

Was it helpful?

Solution

"Show indentation guides" under Editor Options.

Indendation guides are not precisely what you describe (that's rather computerfreaker's answer), but they are what you show in that picture.

OTHER TIPS

I'm assuming you're referring to these:

If that's the case, go to Settings -> Editor -> Folding, and make sure you check Enable folding. Hit OK and Code::Blocks will refresh your code windows, adding those folding blocks.

Try this: Plug-ins->Source Code Formatter (AStyle) (for codeblocks editor)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top