简体   繁体   English

如何删除RAD中过时的工作区?

[英]How to delete obsolete workspace in RAD?

How can I delete workspace in Rational Application Developer (RAD). 如何在Rational Application Developer(RAD)中删除工作空间。 I know deleting the folder will delete the workspace, but it still shows me in switch workspace option in RAD. 我知道删除文件夹将删除工作空间,但仍在RAD中的“切换工作空间”选项中显示。

I found that edit the org.eclipse.ui.ide.prefs will do it, but what is it that I should edit?? 我发现编辑org.eclipse.ui.ide.prefs可以做到,但是我应该编辑什么?

Thanks in advance. 提前致谢。

THe org.eclipse.ui.ide.prefs only allows you to show RECENT_WORKSPACES for when you start Eclipse, it doesn't allow for deleting for the workspace. org.eclipse.ui.ide.prefs仅允许您在启动Eclipse时显示RECENT_WORKSPACES ,而不允许删除工作空间。

To delete workspace, just delete the workspace directory (and remove it from RECENT_WORKSPACES ). 要删除工作区,只需删除工作区目录(并将其从RECENT_WORKSPACES删除)。 An explanation can be found on EclipseZone . 可以在EclipseZone上找到说明。

Update the org.eclipse.ui.ide.prefs can be found under ECLIPSE_HOME/configuration/.settings/ directory. 更新 org.eclipse.ui.ide.prefs可以在ECLIPSE_HOME/configuration/.settings/目录下找到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM