在 Pharo 中,我的类不应出现在浏览器中,甚至不应出现在 Smalltalk 全局中

发布于 2024-12-12 06:59:23 字数 103 浏览 0 评论 0 原文

我不希望我的新类出现在系统浏览器中,而且,我认为它们不应该出现在 Smalltalk 全局中。

默认情况下,类出现在浏览器和 Smalltalk 全局中。我怎样才能改变这一点?

I don't want my new classes to appear in the system browser, moreover, i dont think they should appear in the Smalltalk global.

By default, classes appear in the browser and in the Smalltalk global. How can I change that?

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

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

发布评论

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

评论(2

世界如花海般美丽 2024-12-19 06:59:24

博客文章 Pharo Superpower:创建匿名类 详细解释了匿名类的创建。

The blog post Pharo Superpower: Create Anonymous Class explains the creation of anonymous classes in all details.

森末i 2024-12-19 06:59:24

但要小心你的要求。调试不可见的代码并不有趣。

But be careful about what you ask for. Debugging invisible code is not much fun.

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