30

enter image description here

Say you have File.m showing in the blue area above.

I want File.m to open in a new separate window.

How to do this??

Note that - of course - IF you have the ProjectNavigator showing and IF you can see the filename "File.m", then double-click on the filename and it will open in a new window.

What I want to do is open ANOTHER copy of the "CURRENT" file (the one in the primaryEditor) in a NEW WINDOW - without touching the ProjectNavigator.

Any ideas? Cheers


Note that ... (an excellent page here)

http://realmacsoftware.com/blog/xcode-4-s-less-obvious-shortcuts

if you click on whatever file is in the current primaryEditor, then shift option apple comma that will indeed open the following "freaky little-known Xcode popup" ...

enter image description here

you can then, indeed, choose to open a new window. (So to be clear, that is exactly what I want to do.)

So, I want to be able to do that in one step. Cheers!

4

5 回答 5

37

在 XCode 的首选项中,您可以更改以下内容: xcode 首选项

然后在主编辑器中右键单击并单击“在单独的窗口中打开”

编辑:command您可以简单地键入++ (逗号)option, 而不是右键单击主编辑器,

于 2013-10-27T10:35:20.307 回答
12

在“新建”窗口中打开要打开的文件。

  • Command+ Shift+t

在单独的窗口中打开要打开的文件。

  • Command+ Option+,
于 2019-08-27T06:48:34.617 回答
2

我编写了一个新的自动化服务,它在 Xcode 中执行以下步骤:

  1. 执行“打开方式...”菜单项 (Command-O) 的默认快捷方式(如果这不是您当前的“打开方式”快捷方式,则工作流程将不起作用。如果您仍想测试它,只需更改您的默认快捷方式:) )
  2. 在奇怪的“打开方式”视图中一直向左走
  3. 按回车
  4. 当前文件在新窗口中打开

您唯一需要做的就是在 osx 上安装该服务并为其映射一个快捷方式。

这里下载到该服务: https ://www.dropbox.com/s/486t2iz17o0l9dh/Open-New-Window.zip

安装说明

1. 将服务文件放在文件夹 ~/Library/Services 2. 打开“系统偏好设置” 3. > 键盘 4. > 选项卡“快捷方式” > “服务” > “常规” 5. > 设置您自己的服务快捷方式 6.转到 XCode 并使用您自己的快捷方式测试服务

在 OS X Mavericks、Xcode 5.0.1 上测试

于 2013-10-29T19:23:18.387 回答
-1

在 XCode 4 中,您可以通过 View -> Show Assistant Editor 来拆分窗口。然后通过助理编辑器顶部的小右箭头选择您已经在主编辑器中打开的相同文件。

谢谢

于 2013-10-27T10:51:27.023 回答
-2

在项目导航器中。如果您看到文件名:双击文件名。它将在新窗口中打开。

于 2013-10-20T14:34:09.417 回答