tags:

views:

168

answers:

2

Is it possible to open the same file in two separate windows in XCode. I can open a file in one window and the same file in the main xcode editor window, but I wanted two separate fulltime editor windows.

+3  A: 

Yes. Right-click the filename in the main XCode window and pick "Open in Separate Editor". Every time you do that, you get a new complete editor window.

Carl Norum
right also, but no side-by-side editing. And you cant open the same file mutliple times.
Johannes Rudolph
Sure you can, I just did it.
Carl Norum
Screenshot: http://img69.imageshack.us/img69/4283/xcodescreenshot.png
Carl Norum
Thanks. That's exactly what I was looking for.
John Smith
Just out of curiosity, why are you trying to do this?
ifwdev
I prefer it that way. The computer should do my bidding, not the other way.
John Smith
A: 

Alternatively, you can split an Xcode editor window, so you can view multiple parts of one file in a single editor window. Just click the little split window icon above the up and down scroll bar.

Mr. Berna
Sorry, I was very explicit in what I wanted. I hate being forced to work within one frame on 30 inches of desktop.
John Smith
But looking for a similar solution I found this tip very helpful :o)
Captain Fim