How to delete projects in IntelliJ 12?

I created some dummy projects. Now I don't see any way to delete the projects that I don't want. Per this suggestion I can delete files, the project is going away but there is traces of it still available. For example, on the Recent Projects you can still see the name of the project you just deleted. So I am thinking there should be another (and really easy way) to delete a project.

88695 次浏览

Del(或 fndelete)键从 Recent Projects列表中删除项目。

为这个问题投票 ,使它更加明显和用户友好。

如果您的项目是作为模块导入的,您还可以转到 File-> Project Architecture,然后单击左侧部分中的“ Module”。现在您可以点击减号按钮来从项目中远程控制模块。

您还可以单击 File-> Open project..。

When a file menu appears, you can right click the unwanted project folder and select Delete.

有时,即使删除了这个项目,一些花边新闻还是会留在下面的 Windows 路径中:

  • C: 用户 username.domain. IntelliJIde2017.1系统编译器
  • C: 用户 username.domain. IntelliJIde2017.1系统编译-服务器
  • C: 用户 username.domain. IntelliJIde2017.1系统框架检测
  • C: 用户 username.domain. IntelliJIde2017.1系统转换
  • 用户 username.domain. IntelliJIde2017.1配置组件版本
  • C: 用户 username.domain. IntelliJIde2017.1配置任务

这已被证明是有问题的-例如,如果一个新的项目是使用以前删除的项目名称创建的,它将创建存储在上述路径中的数据的项目,至少,这是我的经验。

真正删除该项目的唯一方法是清除上述文件夹中留下的所有垃圾。我建议使用 Search Everything 在用户临时文件夹中找到更多的花边新闻。

刚刚想到,我正在使用创意社区版本13.1.1和最干净和最简单的方法是去 文件 > 重开项目 > 清除列表。我今天偶然发现了这份菜单。我一直认为这只是为了从 IDE 内部的视图中清除最新的项目,并且刚刚意识到它也正在从主对话框中清除项目。

VRS

你所要做的就是进入文件-关闭项目-避免在菜单列表中再次看到它们,然后从项目目录中删除它们。

另外,在 IDEA 13.x.x 中,你可以选择 File-> Close Project,然后用 Recent Projects选项卡在窗口中着陆。在选定的项目上按 Fn + DelDel会有帮助。

在 OSX Mountain Lion 和 IDEA 14上,随着项目的打开和集中,您可以转到 文件-> 关闭项目,然后从您的文件系统中删除该项目。这将删除对项目的所有引用。

请注意,如果正在删除的项目是唯一打开的项目,则关闭该项目将显示欢迎对话框,该对话框仍将显示该项目。下一步是从操作系统中手动删除项目,项目仍然会出现在欢迎对话框中,直到关闭并再次显示,通常是从列表中打开另一个项目,或者退出并重新启动 IDEA。

close project first, or until this dialog appear, then hover your mouse on project you want to delete from history, then press Del main dialog

你会被要求确认

confirm

在我的情况下,我必须删除 home/.IntelliJIdea2017.2/config/options/recentProjects.xml .在我的文件系统(Ubuntu)中,这个文件由于某种奇怪的原因出现,不能写,并且保存了一个我无法删除的项目列表。删除这个文件并重新启动将迫使 IntellijIDEA 创建一个新的文件,其中包含一个空的项目列表。