User forums > Using Code::Blocks

code folding setup

(1/1)

3DModelerMan:
How do I put folding points in my code?.
Thanks :D.

JGM:
It says it on the documentation but here it is:

//{My folding point
   ...Som code here
//}

Example:

//{Functions
   FunctionOne();
   FunctionTwo();
//}

//{Main
  void main()
  {
   }
//}

Navigation

[0] Message Index

Go to full version