Xcode 5:如何启用“重新打开上一个项目/窗口”?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18932534/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 5: how to enable "reopen last projects/windows"?
提问by LearnCocos2D
I'm stumped. Xcode 5 - the final and public release only - will no longer automatically re-open the previously open projects when restarting Xcode. This feature always used to work, up to and including the Xcode 5 GM seed.
我难住了。Xcode 5 - 最终和公开版本 - 将不再在重新启动 Xcode 时自动重新打开以前打开的项目。此功能一直有效,直到并包括 Xcode 5 GM 种子。
I can't find anything regarding "open last windows" or similar in System Preferences. It used to be on the General page. This is all there is in my version:
我在系统偏好设置中找不到有关“打开最后一个窗口”或类似内容的任何信息。它曾经在“常规”页面上。这就是我的版本中的全部内容:
Does anyone know how to re-enable this feature, and can you confirm that it is gone? Or do I have a broken Xcode?
有谁知道如何重新启用这个功能,你能确认它已经消失了吗?还是我的 Xcode 损坏了?
回答by DoS
This is actually an os x feature. Under "System Preferences" and then "General", there is a checkbox that says "Close windows when quitting an application". This needs to be unchecked to reopen windows. This is what I had to do to get the opposite effect of what you want and can confirm this works.
这实际上是一个 os x 功能。在“系统偏好设置”和“常规”下,有一个复选框显示“退出应用程序时关闭窗口”。这需要取消选中才能重新打开窗口。这是我必须做的才能获得与您想要的相反的效果,并且可以确认这是有效的。
In previous os x 10.7- it's ""Restore windows when quitting and re-opening apps", and needs to be checked to work.
在以前的 os x 10.7- 它是“退出和重新打开应用程序时恢复窗口”,需要检查才能工作。