如何关闭分割窗口/相邻编辑器 - Xcode 4
我通过使用 Xcode 4 中的菜单,成功地在相邻编辑器中打开一个窗口(导航,在相邻编辑器中打开)。不幸的是,我无法弄清楚如何关闭该窗口。你是怎么做到的?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我通过使用 Xcode 4 中的菜单,成功地在相邻编辑器中打开一个窗口(导航,在相邻编辑器中打开)。不幸的是,我无法弄清楚如何关闭该窗口。你是怎么做到的?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
或
查看 ->标准编辑器->显示标准编辑器
or
View -> Standard Editor -> Show Standard Editor
我通过“查看>”解决了这个问题编辑>标准',这会将视图重置为标准单窗口视图。我还没弄清楚为什么新窗口右上角的x是灰色的。不是一个完美的解决方案,而是一个解决方案。
I fixed this by going to 'view > editor > standard' and this reset the view to the standard one window view. I have yet to figure out why the x in the upper right corner of the new window is grayed out. Not a perfect solution, but a solution.
助理编辑器右上角有一个关闭按钮,可以关闭编辑器。
第一个助理编辑器没有用于添加和关闭编辑器的按钮,这可能会令人困惑。
There's a close button in the upper right corner of an assistant editor to close the editor.
The first assistant editor doesn't have buttons to add and close editors, which can be confusing.
我正在使用 XCode 13.41。编辑器视图的左上角有一个“X”图标。 (您可以将鼠标悬停在它上面以显示它的作用)。单击 X 关闭编辑器。
I am using XCode 13.41. There is an "X" icon at the top left corner of the editor view. (You can hover on it to reveal what it does). Click on the X to close the editor.
查看->隐藏代码审查(显示代码审查)
或
⌥ + ⇧ + ⌘ + ⏎ (但在我的 Mac 上,当它关闭且我想打开它时,此功能有效,反之亦然)
View -> Hide Code Review (Show Code Review)
or
⌥ + ⇧ + ⌘ + ⏎ (But on my mac this works when it is closed and I want to open it and doesn't work vise versa)