Can someone tell me how to make sure that when I open multiple files (i.e., xed blah1.c, xed blah2.c, and so on) from the Terminal that they open as different tabs and not as different windows? I am using Lion.

link|improve this question

56% accept rate
feedback

1 Answer

XCode doesn't have tabs in the traditional sense like your browser, Eclipse and Visual Studios.

The closest tool would be the Favorites bar. You can also switch between open windows using CMD+Tab.

edit

The favorites bar is the area one the document window that you can drag files to. It's essentially like your bookmark bar on the browser.

enter image description here

link|improve this answer
But then again command -tab would switch between all open applications and not just the code files that I am interested in .Could you tell me about favorites bar? I am willing to switch to any other GUI based editor for MAC.Suggestions are welcome. – Manish Sep 14 '11 at 17:50
@surfasb Command-Tab switches between apps: Command-` switches between an app's windows. – CajunLuke Sep 14 '11 at 18:01
@CajunLuke - Ahh yes! – surfasb Sep 15 '11 at 1:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.