Jack BeNimble
Jack BeNimble

Reputation: 36673

How to close split window / adjacent editor - Xcode 4

I've managed, by playing around with the menus in Xcode 4, to open a window in an adjacent editor (Navigate, open in adjacent editor). Unfortunately, I'm having trouble figuring out how to close that window. How do you do that?

Upvotes: 13

Views: 7892

Answers (5)

Dmitry Mertsalov
Dmitry Mertsalov

Reputation: 1

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)

Upvotes: 0

Lexo
Lexo

Reputation: 437

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.

Upvotes: 0

A.J.
A.J.

Reputation: 446

Cmd+Enter

or View -> Standard Editor -> Show Standard Editor

Upvotes: 19

IanStallings
IanStallings

Reputation: 816

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.

Upvotes: 11

Swift Dev Journal
Swift Dev Journal

Reputation: 20088

There's a close button in the upper right corner of an assistant editor to close the editor.

enter image description here

The first assistant editor doesn't have buttons to add and close editors, which can be confusing.

Upvotes: 3

Related Questions