It has been working all this while since I upgraded to Xcode11.2
. A couple of days back noticed it and now it's not allowing me to add an editor to the layout. Similar to Editor changes introduced in Xcode 11.
Tried:
Any other suggestions to try before reinstalling the Xcode?
Current State for Xcode:
This Assistant is not the same as regular editor. An editor would allow the user to independently open any file (and not always show to counterpart files). Plenty of visual space as using external monitor 24".
It seems to be an issue with the current project only (perhaps some messed up .xcodeproj
setting?). Opened another project, and I'm able to see the "Add editor on right" just fine.
Turned out to be that Editor was in focused mode. As soon as an editor is in focused mode, Xcode hides the other editors and disables "adding editors to right" option on the menu and right bar.
Use the following key combination to toggle the focus-unfocus the editor.
Control + Shift + Command + Enter