English 中文(简体)
如何在Xcode 4.2中设立外部编辑
原标题:How to set an external editor in Xcode 4.2
  • 时间:2011-11-22 07:00:17
  •  标签:
  • xcode

我发现的所有职位都建议采用XCode偏好下的“档案类型”分节,并增加一名外部编辑,以备特定档案。 然而,在XCode 4.2中似乎并没有这种选择。

最佳回答

<>m>looks就好像它只是通过发射台,这样......不管你在缺席时利用Finder打开。

问题回答

我对我有一 look,我 could不出。 我注意到,在来源档案中进行右-,“在外部编辑中开放”是一种灰色选择。 我无法说明如何从表面上看工作。

合理的工作是,在你想要的原始档案中打上右翼,点击“Finder中的Reveal”,然后在你选择的编辑中翻开档案。 改动将自动在X代码中更新。 我认为,你可能会失去在X条码中为这一档案而可能拥有的任何不成事实/专业的历史。

you have to make the editor you want is the default editor for the file type(cpp/h/lua ..). step: first time you show in finder , then open the file with open as , then choose the editor you want, make sure you choose the always open it . then every is ok now.

我同意,你需要改变护堤卷宗类型中的缺省情况。 这样做的最佳途径是在Finder中正确记录任何类似档案。 选择从流行的菜单中获取信息。 然后看看一下“用”退学方案的清单。 选定你的主编,然后在“利用这一办法打开所有文件”的字样后点击“所有文件”。

然后,它将改变对你所有申请的缺省。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

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 ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签