문제

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