IntelliJ IDEA 13修改Recent Project列表
问题描述:
IntelliJ IDEA 13对于每次打开的project,会在Recent Project里面保存,若project已经被删除了,但是它还在Recent Project列表里面。若要清理无用的最近列表,方法如下:
解决办法:
1.进入用户文件夹,找到此文件:
C:\Users\Administrator\.IntelliJIdea13\config\options\other.xml
2.找到<component name="RecentProjectsManager">这个节点下面的 <option name="recentPaths"> 节点,这里就是你的recent project list了,然后修改相关内容即可.
相关推荐
### IntelliJ IDEA for Mac OS X: Key Shortcuts and Features Overview #### Introduction IntelliJ IDEA is an advanced Integrated Development Environment (IDE) designed specifically for Java, Scala, ...
### IntelliJ IDEA 快捷键详解:提升开发效率的利器 #### 使用搜索功能 - **Alt+F7/Ctrl+F7**:查找使用(Find usages)。此快捷键用于在项目中查找一个类、方法或变量的所有使用情况。 - **Ctrl+Shift+F7**:突出...
- **Make project (compile modified and dependent) (Ctrl+F9)**:编译已修改及其依赖项。 - **Compile selected file, package or module (Ctrl+Shift+F9)**:编译选定的文件、包或模块。 - **Select ...
Flex4开发通常使用Adobe的Flash Builder(以前称为Flex Builder)或IntelliJ IDEA等集成开发环境。Flash Builder是专为Flex和ActionScript开发设计的,而IntelliJ IDEA则通过插件支持Flex项目。这里我们将以Flash ...