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

有帮助吗?

解决方案

"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.

其他提示

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)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top