xcode - Finding features of Xcode3 in Xcode5+ -


my first day mac/apple , xcode5.2 (updated: 6.0.1), , watching video lesson on xcode3.2.1.

the movie shows , narrates following tabs in xcode3.2.1 editor:

  • on upper left:

    • history tab ("playfile.m:2" on screenshot below)
    • functions list tab ("<no selected symbol>" on screenshot below)
  • on upper right:

    • bookmarks list tab
    • breakpoints list tab
    • class navigation tab
    • list of included files tab
    • counterparts tab (bouncing between .m , .h files)
    • lock file tab (in upper right corner)
    • split editor view

tooltip on "split editor view" tab in xcode3:

popupping on "split editor view" tab in xcode3.2.1

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

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

what see in xcode5.1.1 is:

xcode5.1.1 editor windows

updated: same in xcode 6.0.1:

xcode 6.0.1

my questions:

  • how can split editor window in xcode5/xcode6?
  • where history, bookmarks, counterparts, etc. in xcode5 xcode6?
  • can xcode3 "look , feel" in xcode5 xcode6?

the easiest way split right-click in file you're editing , choose "open in assistant editor".

most of other things you're asking either tabs above word "strings" appears near top left of window or menu items drop down menu above column set breakpoints (strange icon 8 small vertical rectangles).

but, really, you'd better off looking @ instructions version you're going use rather trying figure out , remember translations.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -