带有建议下拉菜单的 NSTextField

发布于 2024-11-24 02:08:43 字数 117 浏览 0 评论 0原文

我没有实现我自己的,而是考虑重用现有的自定义 NSTextField,它支持建议下拉菜单 - 与浏览器中的下拉菜单相同,当您键入时,您会在下面看到建议列表。

你知道有什么好的吗?

谢谢你!

Instead of implementing my own, I am looking into reusing an existing custom NSTextField that has support for suggestions drop-down - Same as the one in the browser as you type you get a list of suggestions underneath.

Do you know any good ones?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奶茶白久 2024-12-01 02:08:44

它们被称为完成。您仍然使用常规文本字段,但添加以下内容:

control:textView:completions:forPartialWordRange:indexOfSelectedItem

最大的问题是您需要提供可以自动完成的单词列表。

They're called completions. You still use a regular text field but add this:

control:textView:completions:forPartialWordRange:indexOfSelectedItem

The biggest problem is you need to provide the list of words that can be autocompleted.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文