Fix for Xcode#39;s indiscernible highlighting of inline errors?(修复 Xcode 无法识别的内联错误突出显示?)
问题描述
我不可能是唯一一个 发现 Xcode 的指出"错误所在的方法的人 - 荒谬.与该功能一样有用且必不可少.. 它确实不有助于使我需要修复的行几乎不可能阅读或编辑...更不用说查看了...
并且不要让我开始不断努力寻找可见的选择"颜色,但保持理智/能够查看所选文本实际上是什么!
我在这里缺少什么?我知道如何使用 xCode 中的颜色,我知道如何弄乱外观控制面板",但这一切只会导致不同的配置 - 具有不同的审美品质 - 这 all 很难阅读...我在 TextMate 中没有这个问题...这是我的答案吗?
更新:感谢@amadillu 的出色工作和回答,这是安装他的.
I can't be the only one that finds Xcode's method of "pointing out" where your mistakes are - ridiculous. As helpful and essential as the feature is.. it does not help to make the line I need to fix virtually impossible to read or edit... let alone see...
And don't get me started on the constant struggle to find a "selection" color that is visible, yet retains one's sanity/ability to see what the selected text actually IS!
What am I missing here? I know how to futz with the colors in xCode, I know how to mess with the Appearance "Control Panel", but it all just results in different configurations - of varying aesthetic quality - that are all hard to read... I don't have this issue in TextMate... Is that my answer?
UPDATE: Thanks to the brilliant work, and answer by @amadillu, here is what the remarkably more usable Xcode looks like after installing his Xcode 4 "Fix-Ins"
I've made an Xcode Plugin by using davekeck's "fixins" that allows you to customize the colors of the inline error and warning messages. This really helps if you use a dark scheme / background . See here.
这篇关于修复 Xcode 无法识别的内联错误突出显示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:修复 Xcode 无法识别的内联错误突出显示?
基础教程推荐
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01