Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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




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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

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



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.