Xcode color variable

When I print new instance variables, they look white. To turn them into green, I do a space / space between the semicolon. Is there an Xcode secret for automatically traversing all my classes and recognizing missing variables?

Something similar happens with the orange #define variables, which are used throughout the code.

colors screenshot

UPDATE: this problem is apparently resolved in xcode 3.2 using the snow leopard.

+5
source share
3 answers

To do this for a single file, I usually select all the text, cut and paste it (cmd-A, cmd-X, cmd-V).

Be sure to save the header file with the instance variable first.

+1
source

Xcode . , Snow Leopard.

+1

. , :)

, .

0
source

All Articles