Skip to main content
summaryrefslogtreecommitdiffstats
blob: 58244ae0235c56861ef6ac6d0402b24cc760c73b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
    <link rel="stylesheet" href="book.css" charset="ISO-8859-1" type="text/css">
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <title>
      Mylar Limitations
    </title>
  </head>
  <body>
    <h1>
      Frequent Asked Questions</h1>
	<h3>What platforms are supported?</h3>
	<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>
	<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>
	<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=102848">Bug 
	102848</a>&nbsp; You can only set one bugzilla repository per workspace.&nbsp; </p>
	<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=109314">Bug 
	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>
	<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 
			enable the &quot;Mylar Java Declarations Filter&quot;.&nbsp; It will then 
			stick in the menu in case you want to toggle between modes.<p>
			<img border="0" src="images/filtering-declarations.gif" width="441" height="211"></p>
	<h3>
			Why does nothing show up in the Active Search or Active Hierarchy?</h3>
	<p>
			As you work and elements become landmarks (bold decoration), and 
			these elements populate the Active Search and Active Hierarchy 
			views.&nbsp; To force an element to populate the views manually make 
			it a landmark by right-clicking or hitting Ctrl+Alt+Shift+Up Arrow.&nbsp; </p>
			    
  </body>
</html>

Back to the top