是否可以阻止 Xcode 在单独的窗口中列出构建错误?
我不喜欢 Xcode 在单独的浮动构建结果窗口中显示编译错误并突出显示源代码的方式。很容易在屏幕上出现 3 个文本编辑器,所有编辑器都显示相同的源代码!我只是希望它像 Visual Studio 一样跳转到主文本编辑器中的错误。有没有办法解决这个问题,或者 Xcode 4 中有什么不同吗?
I don't like the way Xcode displays compile errors and highlights source code in a separate floating Build Results window. It's easy to end up with 3 text editors on screen, all showing the same source code! I just want it to jump to my error in the main text editor like Visual Studio would. Is there a way around this, or is it any different in Xcode 4?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,在 XCode 常规首选项中选择“All in one”布局。
Yes, select the "All in one" layout in XCode General Preferences.
是的,Xcode 4 是一个窗口,并且不断构建,因此错误几乎立即出现。我认为您会更喜欢它,特别是如果您习惯了 Visual Studio(请注意,它与 VS 不同,但比 Xcode 3 更相似)。
Yes, Xcode 4 is all one window, and builds constantly so errors appear almost immediately. I think you'll like it much better, especially if you're accustomed to Visual Studio (it's not the same as VS, mind you, but more similar than Xcode 3).
没办法,伙计,在我转向 Mac 之前,我是一名 .net 开发人员。 Xcode 和 Objective C 很难使用,它不像 Visual Studio 或 C Sharp 那样直观。
然而,最新版本的 Xcode 带来了一些改进,因此它不会在单独的窗口中显示编译器错误。它向您显示左侧的错误和编辑器中的代码。你应该升级它更直观一点。
No way mate, I was a .net developer before I switched to mac. It's very hard to get use to Xcode and Objective C, it's not as intuitive as Visual Studio , or C sharp.
However the latest version of Xcode brings some improvements , so it doesn't show you the compiler errors in a separate window. It shows you the errors in the left side and the code in the editor. you should upgrade it's a bit more intuitive.