在Android Studio 2.1.2中,我无法设置信息严重性级别的突出显示样式(由我的代码检查配置文件确定).它显示使用弱警告样式.
我按照说明from the official docs here但没有看到Info的条目,仅用于弱警告.这感觉就像IDE中的一个错误,因为当我点击“编辑|颜色和字体”按钮时,我被带到了我在该部分中选择的最后一个项目而不是正确的项目,即“信息”(或许那是因为没有这样的“信息”项目存在).
我无法弄清楚如何将“信息”的新项目添加到“颜色和放大器”下的列表中.字体或者.
最佳答案
不推荐使用INFO严重性,如问题IDEA-137974 Cannot change the color of the “info” severity的注释中所述:
原文链接:https://www.f2er.com/android/430029.html“INFO” level is deprecated since 2011 but it seems users don’t know
about it. I removed this severity from settings (will be available in
2016.3). If you want to have an additional severity you can always create it.BTW in 2016.3 you will have INFORMATION severity. Particularly,this
severity has no highlighting.
因此,您可以通过Severity – >创建自己喜欢的颜色和喜欢的颜色.编辑严重性……并改用它.