duplicates replaced

This commit is contained in:
Alexey Kudravtsev
2010-11-10 12:42:53 +03:00
parent 5327288e5a
commit 57040244f1
48 changed files with 116 additions and 107 deletions
@@ -129,7 +129,7 @@ public class ExceptionFilter implements Filter, DumbAware {
final OpenFileHyperlinkInfo linkInfo = new OpenFileHyperlinkInfo(myProject, virtualFile, lineNumber - 1);
TextAttributes attributes = HYPERLINK_ATTRIBUTES.clone();
if (!ProjectRootManager.getInstance(myProject).getFileIndex().isInContent(virtualFile)) {
Color color = UIUtil.getTextInactiveTextColor();
Color color = UIUtil.getInactiveTextColor();
attributes.setForegroundColor(color);
attributes.setEffectColor(color);
}