Text only
|
Text with Images
Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: 3DModelerMan on August 09, 2008, 05:39:51 PM
Title:
code folding setup
Post by:
3DModelerMan
on
August 09, 2008, 05:39:51 PM
How do I put folding points in my code?.
Thanks :D.
Title:
Re: code folding setup
Post by:
JGM
on
August 09, 2008, 07:32:07 PM
It says it on the documentation but here it is:
//{My folding point
...Som code here
//}
Example:
//{Functions
FunctionOne();
FunctionTwo();
//}
//{Main
void main()
{
}
//}
Text only
|
Text with Images