News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code folding and syntax highlighting

Started by Raindog, March 28, 2007, 05:09:48 AM

Previous topic - Next topic

Raindog

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?

Biplab

Quote from: Raindog on March 28, 2007, 05:09:48 AM
a) Code folding on blocks such as if/while/switch

This one exists. Please have a closer look.
Be a part of the solution, not a part of the problem.

ap

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.