Re: APIs popup menu missing
Re: APIs popup menu missing
- Subject: Re: APIs popup menu missing
- From: Lorenzo <email@hidden>
- Date: Sun, 30 Dec 2007 14:49:58 +0100
Hi Jerry,
I relaunched XCode 3.0 many times, even rebooted the machine, rebuilt the
permissions... The problem still occurs. I recall that it began slowly.
Some Doc page had the menu, some page had not. Sometimes I reloaded the page
clicking on the row of the list above, e.g. on the "NSWindow" row and the
popup menu has shown up, but not all the times. Now it doesn't shop up at
all, never. It happens with all the pages. I run on Leopard 10.5.1 on a
MacBook Pro 17" latest model. I have done all the updates.
More than this, as I have posted here earlier, after I call
[task launch];
The Xcode console stops to write lines, and I get the NSLog strings on the
Console application only. This is the code which diverges the output to the
Console application. I think it's a bug in Xcode.
NSString *commandLine = @"ifconfig en0 | grep ether | cut -d' ' -f 2";
NSArray *args = [NSArray arrayWithObjects:@"-c", commandLine, nil];
NSTask *task = [[NSTask alloc] init];
NSPipe *thePipe = [NSPipe pipe];
[task setLaunchPath:@"/bin/sh"];
[task setArguments:args];
[task setStandardOutput:thePipe];
[task launch];
[task waitUntilExit];
So, the popup menu listing the APIs in the Docs pages doesn't show up, the
Xcode console doesn't write lines, the Console application often delays or
hides the output, so in order to be sure I have to reload the Console page
all the time clicking on "Console Message" then on "All Messages"...
The Console application shows that Xcode can't allocate this or that
variable...
IB truncates the names of the instance variables (Info panel too small).
It's really frustrating working this way. Is Xcode beta 3.1 available?
It looks like I am talking about Windows...
Best Regards
--
Lorenzo
email: email@hidden
> From: Jerry Krinock <email@hidden>
> Date: Sat, 29 Dec 2007 20:09:06 -0800
> To: Lorenzo <email@hidden>
> Subject: Re: APIs popup menu missing
>
>
> On 2007 Dec, 29, at 19:32, Lorenzo wrote:
>
>> Hi,
>> On my XCode 3.0, after the last Docs update, I cannot longer see the
>> popup
>> menu listing the APIs.
>> For example, if I select the help page of the NSWindow class, I cannot
>> longer see the popup menu and take a look at the API I am looking for.
>> Scrolling the whole page looking for the API is a pain.
>> What can I do to fix the problem?
>
> I don't know, but you've got a unique problem. NSWindow documentation
> shows the popup with list of API for me. Try relaunching Xcode
>
_______________________________________________
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