I'm used to Visual C++ which makes it very clear in an #ifdef
block if the block is going to be compiled or not.
Does Xcode (3) do this too, I couldn't see how?
I'm used to Visual C++ which makes it very clear in an #ifdef
block if the block is going to be compiled or not.
Does Xcode (3) do this too, I couldn't see how?
Have a look at the following screenshot.
As you can see, Xcode 4 does not apply syntax coloring in the parts that will not be compiled.