Re: Incorrect arguments in auto-complete
Re: Incorrect arguments in auto-complete
- Subject: Re: Incorrect arguments in auto-complete
- From: David Ewing <email@hidden>
- Date: Wed, 18 May 2005 16:38:44 -0600
On May 18, 2005, at 8:18 AM, Tim Conkling wrote:
I'm not sure exactly what's going on here, but it looks like
Autocomplete in Xcode 2.0 doesn't understand namespaces. For
example, I have a class function:
XmlWriter::writeElement(const std::string name, const std::string
content);
Autocomplete lists this function as "writeElement(const std)" in
the popup menu, and when I autocomplete the text, it writes
"writer.writeElement(<#const std#>)" into my source file.
Yup. It doesn't understand namespaces. :(
Dave
_______________________________________________
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