Code completion problem with [UIColor colorWith...]

Hi,

I haven't tried this with other methods having a similar signature however I assume the behaviour would be the same.

When I type [UIColor colorWithRed:...], the completion work fine and I get:

Screen shot 2011-04-15 at 16.10.47.png
then I select the appropriate method, I get this correctly:

Screen shot 2011-04-15 at 16.11.02.png
things go wrong after this, when I start to type the parameter values:

Screen shot 2011-04-15 at 16.06.04.png
As you can see, as I type ".", the code completion offers the name of the next parameter. And if I type "tab" to go to the next parameter I get:

Screen shot 2011-04-15 at 16.13.52.png

0
2 comments
Avatar
Permanently deleted user

That's fixed.

BTW, whenever you have particular issuse with this great level of details it's better to file it at http://youtrack.jetbrains.net/issues/OC. You'll get instant notification when it's fixed and also it is much easier for us to track.

0
Avatar
Permanently deleted user

No problem! From now on, I'll do that.
Thanks.

0

Please sign in to leave a comment.