IntelliJ Idea清除Open Recent里面的项目列
2019-01-07 本文已影响0人
辛德瑞拉Dangerous
2种方法清除IntelliJ Idea 中 Open Recent里面的项目列表
第一种方法: 如下图:
![](https://img.haomeiwen.com/i4443033/ae1218461650e32d.png)
![](https://img.haomeiwen.com/i4443033/a2205cc5a27eef95.png)
第二种方法: 如下图:
在%HOMEPATH% 路径下,找到.IdeaIC2017.2\config\options路径(这里的路径根据自己的IDEA而不同),这里有一个
recentProjects.xml
文件,打开这个文件,在<component name="RecentProjectsManager">节点下面的 <option name="recentPaths"> 节点。直接删除list节点中的option节点即可:
![](https://img.haomeiwen.com/i4443033/a0e00790eaed10e0.png)
![](https://img.haomeiwen.com/i4443033/d7df139a89968b27.png)