Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple editor windows in Xcode

Tags:

xcode

When coding in Xcode, I double-click a file in the "Groups and files" list, and it opens a new editor window. I have several of these open at once.

Until today.

Today, when I double-click a file in the list, it opens the file in the last editor window I was using, meaning I can only have one editor window up at any one time.

I guess I've switched some option somewhere by mistake. How do I get it back to the way I like it?

I'm using Xcode 3.2.5

like image 370
teedyay Avatar asked Jan 31 '11 11:01

teedyay


People also ask

How do I open multiple windows in Xcode?

Option + Shift + Click on the file in the project navigator. In the popup that appears, the leftmost choice is "Open in a new window".

How do I split a window in Xcode?

Xcode 10 and earlier. Simply click on the button in the top right corner with two overlapping circles to access it or navigate to View/Assistant Editor/Show Assistant editor ( ⌥⌘^↩ ).

How do I change external editor in Xcode?

Using External Text Editors with XcodeChoose Xcode > Preferences to open Xcode's preferences window. There is a toolbar at the top of the window with many buttons. Click the File Types button. From here you can assign the editor to use for lots of file types.

How do I open tabs in Xcode?

Cmd + T opens a tab next the active one.


1 Answers

In the top right of the editing window is an icon that says "grouped", perhaps you clicked on it by accident.

Click on it so it says "ungrouped", and you'll be back to opening multiple windows.

like image 64
David Gelhar Avatar answered Sep 20 '22 17:09

David Gelhar