Author Topic: Code folding and syntax highlighting  (Read 5053 times)

Offline Raindog

  • Multiple posting newcomer
  • *
  • Posts: 17
Code folding and syntax highlighting
« 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?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Code folding and syntax highlighting
« Reply #1 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.
Be a part of the solution, not a part of the problem.

ap

  • Guest
Re: Code folding and syntax highlighting
« Reply #2 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.