Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Raindog on March 28, 2007, 05:09:48 am

Title: Code folding and syntax highlighting
Post by: Raindog on March 28, 2007, 05:09:48 am
I was looking for the following and could not find them:

a) Code folding on blocks such as if/while/switch

b) Syntax highlighting on identifiers, functions, classnames, namespaces.

Has anyone wanted these or begun work on them?
Title: Re: Code folding and syntax highlighting
Post by: Biplab on March 28, 2007, 10:46:37 am
a) Code folding on blocks such as if/while/switch

This one exists. Please have a closer look.
Title: Re: Code folding and syntax highlighting
Post by: ap on July 29, 2008, 12:48:31 pm
I would also like Code::Blocks to support code folding for the following "cuddling" indentation :

if() {
} else if() {
} else {
}

As of now, Code::Blocks supports code folding only for the first if, in such a case.