Java, XCode, CodeSense, code completion woes continued
Java, XCode, CodeSense, code completion woes continued
- Subject: Java, XCode, CodeSense, code completion woes continued
- From: Randy Wigginton <email@hidden>
- Date: Thu, 19 Jul 2007 10:47:56 -0700
OK, I have re-run pbhelpindexer multiple times (25 minutes each), I
re-installed the J2SE release 5.0 documentation. I looked at the
size of files in
/Developer/ADC Reference Library/indexes
I even copied the contents of the indexes files from another machine
into that directory (code completion works on the other machine).
On machine 2 (the working machine), if I put this into xcode:
String foo;
foo.
An autocomplete list will come up. On machine 1 (my main machine), I
cannot get the list, and when I select completion list from the edit
menu, it says no completions found. However, if I do the following:
EOEditingContext ec;
ec.
I will get the autocompletes for the EOEditing class.
Is there a setting somewhere that I'm missing? Can anyone tell me
where the autocomplete list is drawn from?
_______________________________________________
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