Xcode 4:编辑突出显示行的颜色
在 Xcode 4 中,如何更改纠错突出显示的行的颜色?
在此示例中,第一条突出显示的行正确使用“字体和颜色”中“选择”选项设置的颜色,而另一个则通过单击其警告标志来突出显示。我如何改变那个颜色?
In Xcode 4, how do I change the color of a line highlighted by error correction?
In this example, the first highlighted line correctly uses the color set by the "Selection" option in "Fonts&Colors", while the other one is highlighted clicking on its warning sign. How do I change that color?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我制作了一个 Xcode 插件,允许您自定义内联错误和警告消息的颜色。请参阅这里。
I've made an Xcode Plugin that allows you to customize the colors of the inline error and warning messages. See here.