Search code examples
xcode4

Xcode 4 + split screen feature


Xcode 3 had a very good feature of horizontal and vertical split screen wherein you could have worked on multiple files in the same window. xCode 4 has a split screen feature in the Editor but I think there are two things lacking:

  1. Inability to switch files in the second window through project navigator (left pane).
  2. Cannot split the main screen horizontally.

Any ideas on how this can be achieved? The split feature

Thanks, Raj


Solution

  • First, you can change the layout/placement of the Assistant under the View > Assistant Layout menu. This includes placing all assistant windows in the same "column" as the main editor.

    Second, you cannot split the main editor. That's what the assistant is for in Xcode 4.

    Third, Assistant windows aren't controlled by the main editor unless they're in one of the automatic modes that base their selection upon the main editor's. The only way to navigate them independently is to use their Jump Bar at the top of each assistant panel.

    Update

    One tip I just remembered: Option-click a file in navigator to open a file in the assistant; Opt-Shift-Click to be prompted in a popup window where to open the new file (double-click an area to choose it or double-click the + sign to add a new area).