-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Label is never displayed #405
Comments
Actually, I like how it works right now. I think that's pretty good, you just have to be aware of how it works when developing plugins. :-) |
I always wondered how the Address Book module allowed searching on both real name and nickname. That explains it.
I like this feature too, but it’s currently backwards. Label should show by default. Name should also be searchable and appear when matched. Right now, all of my Address Book contacts are showing nicknames.
You’re going to have a hard time convincing me that Alcor didn’t know how it was supposed to work when he wrote the Address Book plug-in. ;) |
I don't really care if the name or the label is displayed by default. We just have to be aware that for some plugins it would be better if we changed it (like the Address Book plugin), but for others it's better as it is right now (like the Mail.app plugin I've rewritten).
Oh, I'm not so sure. What makes you think that if we can't understand his code that he could? ;) |
Like I said, it was definitely the reverse in B54, which is what I was using when I wrote the documentation. http://projects.skurfer.com/QuicksilverPlug-inReference.mdown#label That second paragraph needs to be adjusted, since you can apparently still search on the name. |
Here's some justification for my belief that the label should be primary. This method from
Now, to figure out why it isn’t doing its job. |
As far as I can tell, the label is being ignored. (This is the value set using
[someObject setLabel:@“String Value”]
.)I see only the name. Most of the time, the name and label are the same, but not always. If they deviate, there’s probably a good reason. The label should always be displayed, with the name as a fallback, but that doesn’t seem to be happening.
This wasn’t the case in B54, but since I just noticed it, I have no idea when it was introduced.
The text was updated successfully, but these errors were encountered: