0

Now i have reinstalled XCodes 4.6 in my Mac Mountain Lion.

After that all syntax color is show only blue like following pic.

And not show line number.

enter image description here

How can i do that Please help me?

iDev
  • 23,310
  • 7
  • 60
  • 85
Fire Fist
  • 7,032
  • 12
  • 63
  • 109

2 Answers2

2

You can set the fonts and colors in Xcode's preferences. It even includes a set of "themes" with preset font/color combinations. Check out this link from Apple's developer site:

Fonts and Colors Preferences Help: Setting Font and Color Preferences

As for the line numbers, doing a search here on stackoverflow would've helped:

iphone - Xcode 4 -- see the number of the line of code i am on

Community
  • 1
  • 1
leanne
  • 7,940
  • 48
  • 77
1

don't know why that happened, but your setting is found here in Preferences

Preferences -> Text Editing -> Editing -> Show: Line Numbers

Dan Morrow
  • 4,433
  • 2
  • 31
  • 45