Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 727
Jack BeNimble Avatar asked Sep 23 '11 18:09

Jack BeNimble


2 Answers

Cmd+Enter

or View -> Standard Editor -> Show Standard Editor

like image 174
A.J. Avatar answered Oct 11 '22 22:10

A.J.


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.

like image 37
IanStallings Avatar answered Oct 11 '22 22:10

IanStallings