当intellij想法开始时如何防止开放最后的项目
默认情况下intellij想法在开始时打开最后的项目。 如何打开intellij的想法,而不打开最后的项目?
IntelliJ 14,15,16:
Settings -> Appearance & Behaviour -> System Settings -> Reopen last project on startup
先前:
Settings -> General -> Startup/shutdown -> Reopen last project on startup.
如果由于任何原因,您需要更改此设置而不使用UI(例如,如果IDEA在打开项目时挂起),则可以在例如
/.IntelliJIdea10/config/options/ide.general.xml
该文件的位置logging在http://devnet.jetbrains.net/docs/DOC-181
对于Mac 10.9(Mavericks)上的Intellij 13,它也位于〜/ Library / Preferences / IntelliJIdea13 / options / ide.general.xml中。 (我没有足够的声望投票给尼古拉斯的答案)。
在Mac上,该文件位于~/Library/Preferences/IntelliJIdea12/options/ide.general.xml
然后将reopenLastProject
选项设置为false
。
只需勾选checkbox:
Settings -> General -> Reopen last project on startup
这是想法10。
我用这个path在VI中打开这个文件:
〜/库/首选项/ IdeaIC13 /选项/ ide.general.xml
并改变了这个值:
<option name="reopenLastProject" value="true" />
至
<option name="reopenLastProject" value="false" />
在IntelliJ 14中是这样的:
设置 – >外观和行为 – >系统设置 – >启动/关机 – >在启动时重新打开上一个项目
您可以通过按CTL + ALT + S来进入设置窗口。
最快的方法是
CTRL + SHIFT +一
然后input
重开
IntelliJ 2016.x现在将这些信息保存在自己的文件中。 在我的MacBook Pro w / OSX上:
~/Library/Preferences/IntelliJIdea2016.2/options/recentProjects.xml
如果IntelliJ在启动时挂起,请强制退出应用程序,然后将该文件重命名为“recentProjects.xml.bak”。
重新启动后,您将获得创build或打开项目的选项屏幕。
注意:实际path可能会有所不同,具体取决于您安装的IntelliJ版本。
IntelliJIdea2016.1/ IntelliJIdea2016.2/ IntelliJIdea2016.3/
感谢您使用设置 – >外观与行为 – >系统设置:D在Intellij 14工作的Java恶魔
Intellij Idea或Android Studio :
从菜单转到:
File
> Settings >Appearence & Behavior
> System Settings
。
禁用该选项:
Reopen last project on startup
对于最新版本的Android Studio IDE
只要按照这个步骤
文件>设置>系统设置>单击重新打开最后一个项目checkbox>应用或好