• 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: Anyway to have Xcode Help default to API Search?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anyway to have Xcode Help default to API Search?


  • Subject: Re: Anyway to have Xcode Help default to API Search?
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 30 May 2005 08:15:54 -0700


On May 30, 2005, at 6:15 AM, Mark Munz (DevList) wrote:

- It is usually the opposite of what I need (I bring up help to look up at API).


- It doesn't remember the last setting I chose (ie. resets each time the help is brought up).


This Full-Text search enhancement is nice when it's needed, but the fact that it defaults to it is just plain annoying. I'd love to find a way to be able to change the default option on this. Any ideas?



This should be stored in your Xcode preferences.  In the Terminal, do

$ defaults read com.apple.xcode XCDocAccessWindowContentConfiguration

and look for an entry "SearchState".  It's probably XCDocFullTextSearchState, and you want it to be XCDocAPISearchState.

$ defaults write com.apple.xcode XCDocAccessWindowContentConfiguration '{ "SearchState" = "XCDocAPISearchState" ;}'

Then check your prefs to make sure that they're writeable and that this setting is getting saved.

Chris
 _______________________________________________
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

References: 
 >Anyway to have Xcode Help default to API Search? (From: "Mark Munz (DevList)" <email@hidden>)

  • Prev by Date: FAQ: Relocation entries in non-writable section
  • Next by Date: Problem using Java 5.0 on Xcode...
  • Previous by thread: Anyway to have Xcode Help default to API Search?
  • Next by thread: Re: Anyway to have Xcode Help default to API Search?
  • Index(es):
    • Date
    • Thread