xcode - new tabs for different files -
I need to use Xcode as a general purpose editor. For example, I need to open the file .txt, .project, etc. If I open a file on time then it gets all right, but I have to put new files in a new tab.
I tried
cmd + t But the new tab is a text similar to the first tab ?? | And if I open a second file with double click, it opens a new window and does not have a new tab ?? | Is there a solution?
Thanks a lot!
Command + T will open a new tab with the same file, then you navigate to a new file And can open one in one tab.
XCode does not want to assume that the file you want to open in a new tab and it does not want to open an empty tab, so it opens the existing tab in a new tab.
Comments
Post a Comment