Thanks! But which file should I put it in and where? I just tried
to put it in my projects .pbxuser file under the perUserDictionary
item as a number with a value of 1 (just as a tests), and it had no
effect. I even tried restarting XCode to see if it needed to
reread the values that way, but...
Oh, and rdar://4118235
Thanks,
Cem Karan
------------------------------
Message: 9
Date: Thu, 12 May 2005 14:58:00 -0700
From: Scott Tooker <email@hidden>
Subject: Re: Adjusting the greenish portion of the background
To: "XCode Users' List" <email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"
It's actually a grey tint, specifically we blend grey with the
textEditorBackground color you specify. As far as modifying that you
can try setting PBXPageGuideOutOfBoundsTransparency to a value
between 0 and 1 (I think, the current default value is 0.02).
Beware, changing this value is totally unsupported :)
If you want to get this default exposed in the text editor prefs I'd
file a bug.
Scott
On May 12, 2005, at 2:19 PM, Karan, Cem (Civ, ARL/CISD) wrote:
I just noticed that if you have 'Show page guide' turned on under
the Text Editing preferences, the portion of thw window's
background that is to the right of the guide is tinted slightly
green. That is a good solution one of my GUI problems, but
unfortunately for me, I'm working on a laptop screen and that color
fades into the white background. I don't see a way of adjusting
the color, and my fairly cursory read through the various plists
for XCode didn't turn up anything that looked likely (grepping for
'page', 'guide', 'color', 'background' turned up nothing). How do
I change it?
And before eveyrone points out the 'Editor Colors' preference item
that includes a background adjustment, note that I'm not trying to
change the entire background; just the portion that is to the right
of the page guide. I specifically want visual contrast!
Thanks,
Cem Karan