blob: ad9356a6cb360e4b698952332ed130ca52877bcf [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
<title>Eclipse 3.4 Plug-in Migration FAQ</title>
</head>
<body>
<h1>Eclipse 3.4 Plug-in Migration FAQ</h1>
<ol>
<li><a href="#overviewRulerAnnotationColor">Why are my annotations in the editor's overview Ruler no longer discolored?</a></li>
</ol>
<hr>
<!-- ############################################## -->
<h2><a name="overviewRulerAnnotationColor">Why are my annotations in the editor's overview ruler no longer discolored?</a></h2>
<p>
As of 3.4, temporary annotations are no longer discolored in the editor's overview ruler. There were many complaints
that the color was computed by discoloring the color set on the <b>General &gt; Editors &gt; Text Editors &gt; Annotations</b> preference page. Clients that nevertheless
want to stick to the old behavior can use <code>org.eclipse.jface.text.source.OverviewRuler.OverviewRuler(IAnnotationAccess, int, ISharedTextColors, boolean)</code>
to create the overview ruler.
</p>
<!-- ############################################## -->
</body>
</html>