void foo()
{
blah
blah
blah
blah
}
void foo2()
{
blah
blah
blah
blah
}
void foo3()
{
blah
blah
blah
blah
}
Fold all of the above functions with code folding enabled.
Then, disable code folding. You'll note that the function
bodies are all gone now. Also, if you try and select folded
code and copy it to the clipboard, it transfers the folded
variant rather that the complete form.
Kip
Logged In: NO
Is it resolved?