Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-14 01:58:32 +0000
committermkersten2005-10-14 01:58:32 +0000
commitb22846ab758b4cc08f87eca0aa19d4add1b177b9 (patch)
treeb82c3d0794a5441c67b48323c01844e7a42341c2
parentdeb0edfe815595fc492e9dec156e7e013f3a66ca (diff)
downloadorg.eclipse.mylyn.tasks-b22846ab758b4cc08f87eca0aa19d4add1b177b9.tar.gz
org.eclipse.mylyn.tasks-b22846ab758b4cc08f87eca0aa19d4add1b177b9.tar.xz
org.eclipse.mylyn.tasks-b22846ab758b4cc08f87eca0aa19d4add1b177b9.zip
Fixed Bug #112019: CVS text decorator applied twice on Active Search view
-rw-r--r--org.eclipse.mylyn.help.ui/doc/faq.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/faq.html b/org.eclipse.mylyn.help.ui/doc/faq.html
index 58244ae02..7c855a9d5 100644
--- a/org.eclipse.mylyn.help.ui/doc/faq.html
+++ b/org.eclipse.mylyn.help.ui/doc/faq.html
@@ -16,7 +16,9 @@
<p>Mylar supports Eclipse 3.1 final and Eclipse 3.2 milestone releases.&nbsp;
For the time being Mylar <i>only runs in a Java 5 VM</i>, but we are
exploring support for JDK 1.4 VMs.</p>
- <h3>What are the key known limitations?</h3>
+ <h3>What are the known limitations?</h3>
+ <p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=106678">Bug 106678</a>&nbsp;
+ The Package Explorer's hierarchical layout is not supported. </p>
<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=102663">Bug
102663</a>&nbsp; Multiple workbench windows are not supported and Mylar will
not work properly if you have more than one window open.</p>
@@ -26,6 +28,7 @@
109314</a>&nbsp; Folding must be toggled off in order to view all the
matches for &quot;mark occurrences&quot;.&nbsp; This is not a Mylar-specific
limitation but is more noticeable when Automatic Folding is enabled.</p>
+ <p>106678</p>
<h3>How do I stop declarations from showing up in the Package Explorer?</h3>
If you don't like Mylar's constant showing of Java members in the
Package Explorer, select the drop-down menu, then &quot;Filters...&quot; and

Back to the top