Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经下载了 IntelliJ IDEA IDE 的新 RC3,从以前的版本导出设置,导入到新版本,但我的项目缺少我的收藏夹。有没有办法轻松地将它们移动到新安装的版本?谢谢。
收藏夹存储在项目中(.idea/workspace.xml默认使用文件),请参见<component name="FavoritesManager">XML 中的节点下。
.idea/workspace.xml
<component name="FavoritesManager">
您不需要手动移动收藏夹,当您在新的 IDEA 版本中打开同一个项目时,它们会自动可用。
我已经通过在 IDEA 11 中创建一个新项目,将几个项目项添加到收藏夹,然后关闭项目并在 IDEA 12 中打开它来验证它是否有效。完全相同的文件和文件夹列表可以在新版本Favorites工具窗口。
Favorites