Re: Context-sensitive Documentation?
Re: Context-sensitive Documentation?
- Subject: Re: Context-sensitive Documentation?
- From: Art Isbell <email@hidden>
- Date: Fri, 28 Mar 2003 13:46:02 -1000
On Friday, March 28, 2003, at 01:16 PM, Kieran Kelleher wrote:
The Apple Project Builder documentation indicates that if you
"option-double-click" on a symbol on your code, it jumps to the
documentation for that symbol. I cannot seem to get this to work with
WebObjects java files in Project Builder.
This feature was introduced in PBX Version 2.1 (December 2002
Developer Tools). So if you are using this version, see the
"Documentation Lookup" section of _Project Builder for WebObjects
Developers_
(http://developer.apple.com/techpubs/webobjects/PB_for_WO_Developers/
WOinPB/chapter_1_section_9.html).
Note that if you follow the exact instructions in "Documentation
Lookup", you'll end up with PB indexing something like 22 Java jars
which will likely take longer than you'd like. But if you look at the
list of jars being indexed, you can probably identify a subset that you
use most frequently. In my case, specifying the indexing of only 5
jars as such was sufficient:
defaults write com.apple.ProjectBuilder PBXIndexJavaPackages
'("/System/Library/Frameworks/JavaEOControl.framework/Resources/Java/
javaeocontrol.jar#",
"/System/Library/Frameworks/JavaEOAccess.framework/Resources/Java/
javaeoaccess.jar#",
"/System/Library/Frameworks/JavaFoundation.framework/Resources/Java/
javafoundation.jar#",
"/System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/
javawebobjects.jar#",
"/System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/
JavaWOExtensions.jar#")'
But the beauty of this is that you can start with the entire list in
"Documentation Lookup" and pare it down based on your own needs.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.