重置 Xcode 4 窗口位置
我恢复了之前的问题,但现在针对的是 Xcode 4。
如何重置 Xcode 4 中项目的窗口位置?
老问题是: 从双显示器切换到单显示器时的 Xcode 窗口位置
我尝试按照其他问题中的建议删除用户数据文件,但它没有重置窗口位置。
I revive a previous question, but now for Xcode 4.
How can I reset window positions for a project in Xcode 4?
The old question was:
Xcode window positions when switching from dual to single monitor
I've tried to delete user data files as suggested in the other question, but it didn't reset the window positions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要删除工作区捆绑包内的 xcuserdata/用户名.xcuserdatad/UserInterfaceState.xcuserstate 文件。您可以通过 Finder“显示包内容”或通过终端访问它。
如果您没有使用工作区,您的 xcodeproj 中将有一个可以打开的工作区文件。
删除文件并重新打开工作区,您的窗口设置将恢复为默认值。
顺便说一句,当我不小心打开双击的文件然后关闭主窗口时,这种情况经常发生在我身上。它总是会回来帮助显示单个文件,而不显示任何其他内容。
You need to delete the xcuserdata/username.xcuserdatad/UserInterfaceState.xcuserstate file inside the workspace bundle. You can get to it via Finder "Show Package Contents" or via the Terminal.
If you're not using a workspace, your xcodeproj will have a workspace file inside it that you can open up.
Delete the file and re-open the workspace and your window settings will be back to default.
BTW, this happens to me all the time when I accidentally leave a double-clicked file open and then close the main window.. it always comes back helpfully showing the single file with nothing else.
我假设您指的是项目包内容中的用户数据文件?您可以尝试删除用户->图书馆->首选项-> com.apple.dt.Xcode.plist。那应该重置一切。
I assume you're referring to the user data files in the project package contents? You can try deleting User -> Library -> Preferences -> com.apple.dt.Xcode.plist. That should reset everything.