Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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?
-
a) Code folding on blocks such as if/while/switch
This one exists. Please have a closer look.
-
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.