Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-06-26 20:57:38 +0000
committermkersten2006-06-26 20:57:38 +0000
commitdb5a319a6dd50ff27feb49d207ecb2804515062e (patch)
treea63a80c16bc62d713ecd34c1d697801cca6af280 /org.eclipse.mylyn.help.ui
parente3bd24e9073b1e54edc2b4dc2e17ec5f3ead1697 (diff)
downloadorg.eclipse.mylyn.tasks-db5a319a6dd50ff27feb49d207ecb2804515062e.tar.gz
org.eclipse.mylyn.tasks-db5a319a6dd50ff27feb49d207ecb2804515062e.tar.xz
org.eclipse.mylyn.tasks-db5a319a6dd50ff27feb49d207ecb2804515062e.zip
Completed: 102851: support adding attachments to reports
https://bugs.eclipse.org/bugs/show_bug.cgi?id=102851
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/doc/faq.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/faq.html b/org.eclipse.mylyn.help.ui/doc/faq.html
index b05f00552..7feafef6a 100644
--- a/org.eclipse.mylyn.help.ui/doc/faq.html
+++ b/org.eclipse.mylyn.help.ui/doc/faq.html
@@ -14,7 +14,7 @@
</li>
<li><a href="#install-macos">Installing on MacOS</a></li>
<li><a href="#uninstall">Uninstall troubleshooting</a></li>
- <li><a href="#tasklist-backup">Task backup and restore</a></li>
+ <li><a href="#tasklist-backup">Task List backup and restore</a></li>
</ul>
<p><b>Integration</b></p>
<ul>
@@ -261,6 +261,10 @@ screenshot</a>) <i>-&gt; Restore Defaults</i></p>
the schedule in <i>Preferences -&gt; Mylar -&gt; Task List -&gt; Backup</i>.&nbsp;
Use <i>File -&gt; Import -&gt; Mylar Task Data</i> to restore from one of the
archive zips.</p>
+ <p>Note that uninstalling a connector will cause all of the queries and
+ tasks of that kind to disappear from the Task List (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=146344">bug
+ 146344</a>), so you may need to restore from a backup if you did this
+ accidentally.</p>
<p>If the Task List is blank Mylar failed to <a href="#install-failure">install or update</a>,
or there was a problem reading the task list.&nbsp; By default Mylar
keeps your task list in <i>&lt;workspace&gt;/.mylar/tasklist.xml</i>.&nbsp; If

Back to the top