Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-14 02:54:19 +0000
committermkersten2005-10-14 02:54:19 +0000
commita894126c91b852dd1230aba58185b6e7bf0956d4 (patch)
treea6dd923594a6c79099e295591b9bb470e1483c55
parentb22846ab758b4cc08f87eca0aa19d4add1b177b9 (diff)
downloadorg.eclipse.mylyn.tasks-a894126c91b852dd1230aba58185b6e7bf0956d4.tar.gz
org.eclipse.mylyn.tasks-a894126c91b852dd1230aba58185b6e7bf0956d4.tar.xz
org.eclipse.mylyn.tasks-a894126c91b852dd1230aba58185b6e7bf0956d4.zip
Fixed Bugzilla Bug 111813: make error interest a preference
-rw-r--r--org.eclipse.mylyn.help.ui/doc/new.html40
1 files changed, 21 insertions, 19 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html
index 6e158c419..1f4be0386 100644
--- a/org.eclipse.mylyn.help.ui/doc/new.html
+++ b/org.eclipse.mylyn.help.ui/doc/new.html
@@ -53,6 +53,27 @@ Submit feature requests to
</tr>
</table>
+<table cellpadding="10" cellspacing="0" width="600" id="table64">
+ <tr>
+ <td width="30%" valign="top" align="left">
+ <p align="right"><b>Predicted interest of errors</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <span style="background-color: #FFCC99">To turn on...
+ Java elements that have errors get a predicted
+ interest, which means that they show up in views such as a the
+ package explorer.&nbsp; Once the errors are fixed the predicted
+ interest goes away.&nbsp; Set this on the Java preference page.&nbsp;
+ Off by default.</span><p>
+ <img border="0" src="images/interest-error.gif" width="233" height="189"></td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr>
+ </td>
+ </tr>
+</table>
+
<table cellpadding="10" cellspacing="0" width="600" id="table55">
<tr>
<td width="30%" valign="top" align="left">
@@ -203,25 +224,6 @@ Submit feature requests to
</tr>
</table>
-<table cellpadding="10" cellspacing="0" width="600" id="table28">
- <tr>
- <td width="30%" valign="top" align="left">
- <p align="right"><b>Predicted interest of errors</b></p>
- </td>
- <td width="70%" valign="top">
- Java elements that have errors get a predicted
- interest, which means that they show up in views such as a the
- package explorer.&nbsp; Once the errors are fixed the predicted
- interest goes away.<p>
- <img border="0" src="images/interest-error.gif" width="233" height="189"></td>
- </tr>
- <tr>
- <td colspan="2">
- <hr>
- </td>
- </tr>
-</table>
-
<table cellpadding="10" cellspacing="0" width="600" id="table29">
<tr>
<td width="30%" valign="top" align="left">

Back to the top