Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-15 01:42:06 +0000
committermkersten2005-10-15 01:42:06 +0000
commit8cecfd6ea54981b5c61bd784d6082059b46406f7 (patch)
treec8a2795aa68a0f7ab0772a70e75b90f588d7d2df
parent50127b888a41ce1890a56ea67ea89d69d0d6145a (diff)
downloadorg.eclipse.mylyn.tasks-8cecfd6ea54981b5c61bd784d6082059b46406f7.tar.gz
org.eclipse.mylyn.tasks-8cecfd6ea54981b5c61bd784d6082059b46406f7.tar.xz
org.eclipse.mylyn.tasks-8cecfd6ea54981b5c61bd784d6082059b46406f7.zip
-rw-r--r--org.eclipse.mylyn.help.ui/doc/images/active-search-linked.gifbin0 -> 6141 bytes
-rw-r--r--org.eclipse.mylyn.help.ui/doc/images/preference-error-interest.gifbin0 -> 4798 bytes
-rw-r--r--org.eclipse.mylyn.help.ui/doc/images/test-context.gifbin0 -> 18413 bytes
-rw-r--r--org.eclipse.mylyn.help.ui/doc/new.html22
4 files changed, 16 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/images/active-search-linked.gif b/org.eclipse.mylyn.help.ui/doc/images/active-search-linked.gif
new file mode 100644
index 000000000..1407080bf
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/doc/images/active-search-linked.gif
Binary files differ
diff --git a/org.eclipse.mylyn.help.ui/doc/images/preference-error-interest.gif b/org.eclipse.mylyn.help.ui/doc/images/preference-error-interest.gif
new file mode 100644
index 000000000..ee172dfbe
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/doc/images/preference-error-interest.gif
Binary files differ
diff --git a/org.eclipse.mylyn.help.ui/doc/images/test-context.gif b/org.eclipse.mylyn.help.ui/doc/images/test-context.gif
new file mode 100644
index 000000000..dba15f26a
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/doc/images/test-context.gif
Binary files differ
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html
index 1f4be0386..06c09d30e 100644
--- a/org.eclipse.mylyn.help.ui/doc/new.html
+++ b/org.eclipse.mylyn.help.ui/doc/new.html
@@ -22,8 +22,14 @@ Submit feature requests to
<p align="right"><b>JUnit testing of task context</b></p>
</td>
<td width="70%" valign="top">
- <span style="background-color: #FFCC99">Task context can be tested
- with the Mylar launch configuration...</span></td>
+ <span style="background-color: #FFCC99">To automatically test every
+ element in your task context add one of the two Mylar JUnit launch
+ configurations visible below.&nbsp; This has the effect of
+ automatically creating a suite with every interesting test in your
+ context (those that you've selected and edited), as well as every
+ test that has a predicted interest (those whose test methods show up
+ in the Active Search view).</span><p>
+ <img border="0" src="images/test-context.gif" width="555" height="194"></td>
</tr>
</table>
@@ -41,7 +47,9 @@ Submit feature requests to
<p align="right"><b>Linked mode for Active Search</b></p>
</td>
<td width="70%" valign="top">
- <span style="background-color: #FFCC99">Can link to editor...</span></td>
+ <span style="background-color: #FFCC99">The Active Search view now
+ has a &quot;Link with Editor&quot; button.</span><p>
+ <img border="0" src="images/active-search-linked.gif" width="241" height="158"></td>
</tr>
</table>
@@ -59,12 +67,14 @@ Submit feature requests to
<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
+ <span style="background-color: #FFCC99">The predicted interest of
+ errors can be turned and off in the Java preferences.&nbsp; </span>
+ When 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>
+ Off by default.<p>
+ <img border="0" src="images/preference-error-interest.gif" width="488" height="131"><p>
<img border="0" src="images/interest-error.gif" width="233" height="189"></td>
</tr>
<tr>

Back to the top