Pharo 中是否有可重用的对话框来获取类名?

发布于 2024-12-05 20:47:57 字数 76 浏览 3 评论 0原文

我需要比在文本字段中写下整个类名更好的东西。也许是系统浏览器的缩小视图。

我用“对话框”和“窗口”搜索了类名,但找不到它。

I need something better than writing the entire class name in a text field. Maybe a reduced view of the System Browser.

I've searched class names with 'Dialog' and 'Window' but i couldn't find it.

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

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

发布评论

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

评论(1

简单爱 2024-12-12 20:47:57

不久前,我为 OmniBrowser 实现了一个可插入完成对话框。这是为最终用户描述它的博客文章:

     OmniBrowser 完成对话框

该模型在 OBCompletionRequest 以及 OBCompletionDialog 中的形态视图。虽然代码当前依赖于 OmniBrowser 基础设施,但提取起来应该相对容易。没有困难的依赖关系。

该模型是完全可插入的,因此该对话框适用于任何实体集合。此外,该对话框可以很好地扩展到巨大的列表:显示和过滤所有系统类或所有系统选择器并不是什么大问题。

A while ago I've implemented a pluggable completion dialog for OmniBrowser. This is the blog post describing it for end-users:

     OmniBrowser Completion Dialog

The model is implemented in OBCompletionRequest and the morphic view in OBCompletionDialog. While the code currently depends on the OmniBrowser infrastructure, it should be relatively easy to extract. There are no difficult dependencies.

The model is fully pluggable, so the dialog works with any collection of entities. Furthermore, the dialog scales well to huge lists: displaying and filtering all system classes or all system selectors is no big deal.

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