Fulproof
Fulproof

Reputation: 4646

Finding features of Xcode3 in Xcode5+

My first day with Mac/Apple and Xcode5.2 (Updated: as well as 6.0.1), and I am watching a video lesson on Xcode3.2.1.

The movie shows and narrates about the following tabs in Xcode3.2.1 editor:

Tooltip on the "Split the editor view" tab in XCode3:

Popupping on the "Split the editor view" tab in XCode3.2.1

The result of splitting the editor window in Xcode3.2.1. upon pressing the last button (on the right, below lock tab) in XCode3:

The result of splitting the editor window in Xcode3.2.1. upon pressing the last tab (on the right, below lock tab) in XCode3.2.1

What I see in Xcode5.1.1 is:

XCode5.1.1 editor windows

Updated: the same as in Xcode 6.0.1:

Xcode 6.0.1

My questions:

Upvotes: 0

Views: 74

Answers (1)

Phillip Mills
Phillip Mills

Reputation: 31016

The easiest way to do a split is right-click in the file you're editing and choose "open in assistant editor".

Most of the other things you're asking about are either the tabs just above where the word "Strings" appears near the top left of your window or menu items from the drop down menu just above the column where you set breakpoints (strange icon with 8 small vertical rectangles).

But, really, you'd be better off looking at instructions for the version you're going to use rather than trying to figure out and remember translations.

Upvotes: 1

Related Questions