在 Smalltalk Pharo 中进行重构的浏览器?
默认情况下,Pharo 开发映像附带的浏览器似乎不具有任何重构功能。将新的 Pharo 图像转变为更有用的图像的最便捷方法是什么?
The Pharo dev image ships, by default, with a browser that doesn't seem to have any refactoring abilities. What's the most convenient way to transform a fresh Pharo image into something more useful?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以下载 Pharo 开发者镜像< /a> 从 Pharo 网站 上的下载部分(它包含精选的开发人员工具,包括重构引擎)或者您在 Pharo 核心图像:
You either download the Pharo Developer Image from the download section on the Pharo Website (it contains a selection of developer tools including the refactoring engine) or you use the following script in a Pharo Core Image:
您能确切告诉我您下载了哪张 Pharo 图像吗?因为 Pharo 镜像中默认附带了重构工具和其他一些开发人员工具。
检查以下链接: http:// /gforge.inria.fr/frs/download.php/26681/Pharo-1.0-10515-rc3dev10.03.1.zip
我从 http://www.pharo-project.org/pharo-download
谢谢
Can you tell me exactly which Pharo image did you download ? because refactoring tools, and several other developer tools are shipped by default in the Pharo images.
Check the following link: http://gforge.inria.fr/frs/download.php/26681/Pharo-1.0-10515-rc3dev10.03.1.zip
that I got from http://www.pharo-project.org/pharo-download
Thanks