• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Applescripting Xcode font sizes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Applescripting Xcode font sizes


  • Subject: Re: Applescripting Xcode font sizes
  • From: Greg Guerin <email@hidden>
  • Date: Sat, 14 Apr 2007 22:32:36 -0700

Roy Lovejoy wrote:

>i'm trying to make a script that could batch-change all the fonts to a
>single size..
>
>(think about the gyrations you would have to do to say, change your syntax
>color fonts from size 9 to size 18..)
>
>so does anyone have any snippets on how Applescript xcode's fonts & colors..

I assume you just want a straightforward configuration change, not a fully
dynamic on-the-fly modification.

Open this file in Property List Editor:
  ~/Library/Preferences/com.apple.Xcode.plist

Scroll down to these keys and note all the names:
  PBXSyntaxColoring*TextFontSize

then use:
  defaults write ...

to change the values to what you want.  Be sure to read 'man defaults' first.

If you don't have "Allow separate fonts" checked, the only key that has any
effect is PBXSyntaxColoringPlainTextFontSize


>[this post would not be necessary if Apple tools were recordable]

When filling in the bug-reporter form, choose Classification: Enhancement:
  <http://developer.apple.com/bugreporter>

  -- GG


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: GDB crashing
  • Next by Date: Re: GDB crashing
  • Previous by thread: Applescripting Xcode font sizes
  • Next by thread: GDB crashing
  • Index(es):
    • Date
    • Thread