Is there a way to fold (hide) C/C++ #ifdef's that are not defined in a project? In emacs there is a minor mode "folding" that has a hide-ifdefs/show-ifdefs command to auto fold sections of code embedded between the #ifdef and #endif.
It seems like TextMate should be able to do something very similar. If anyone knows of this, please let me know.
Thanks,
-- dv