Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-03 21:04:09 +0000
committermkersten2005-10-03 21:04:09 +0000
commit19320b3204b057316260711abea7c2bdd2ddbf44 (patch)
tree1a292fdccd196255a64851a95f61034c121a28e9
parent0392b0b2c378bea6258f74886244838aab5246d7 (diff)
downloadorg.eclipse.mylyn.tasks-19320b3204b057316260711abea7c2bdd2ddbf44.tar.gz
org.eclipse.mylyn.tasks-19320b3204b057316260711abea7c2bdd2ddbf44.tar.xz
org.eclipse.mylyn.tasks-19320b3204b057316260711abea7c2bdd2ddbf44.zip
Fixed Bugzilla Bug 111375: improve laziness of managed viewer refresh
-rw-r--r--org.eclipse.mylyn.help.ui/doc/new.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html
index 18b89dd4a..75080d147 100644
--- a/org.eclipse.mylyn.help.ui/doc/new.html
+++ b/org.eclipse.mylyn.help.ui/doc/new.html
@@ -41,6 +41,32 @@ Submit feature requests to
</tr>
</table>
+<table cellpadding="10" cellspacing="0" width="600" id="table45">
+ <tr>
+ <td width="30%" valign="top" align="left">
+ <p align="right"><b>Qualified names in Active Search</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <span style="background-color: #FFCC99">Active Search now has a
+ button for specifying if member names should be qualified...</span><p>
+ &nbsp;</td>
+ </tr>
+</table>
+
+<table cellpadding="10" cellspacing="0" width="600" id="table44">
+ <tr>
+ <td width="30%" valign="top" align="left">
+ <p align="right"><b>Increased laziness</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <span style="background-color: #FFCC99">When no task is active,
+ Mylar should not be doing anything and if it is, that's a bug.&nbsp;
+ When the Active Search view is not open no background searches will
+ run.</span><p>
+ &nbsp;</td>
+ </tr>
+</table>
+
<table cellpadding="10" cellspacing="0" width="600" id="table41">
<tr>
<td width="30%" valign="top" align="left">

Back to the top