Zigii Wong
Zigii Wong

Reputation: 7826

How to open a new window in latest Xcode 12 beta?

How can I open a new window editor in latest Xcode 12 beta?

enter image description here

Edit: Dragging from the top navigation bar doesn't work, too.

Edit: This has beened fixed in Version 12.0 beta 4 (12A8179i)

Upvotes: 2

Views: 857

Answers (2)

EvenBoy
EvenBoy

Reputation: 395

You can enable 'open in New Window' by setting navigation in Xcode - Preferences.

enter image description here

By setting Navigation style and optional navigation, you can see 'Open in New Window' when right-click.

enter image description here

Upvotes: 1

user3816540
user3816540

Reputation:

Using Shift + + T (or using File > New > Window) will open the current file in a new window. This is the best solution I have found.

Upvotes: 3

Related Questions