Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html')
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html
index 2c1e87110..7426587ba 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html
@@ -31,20 +31,20 @@
</table><hr/>
<h1 id="Java_Development">Java Development</h1>
<h2 id="Content_assist_troubleshooting">Content assist troubleshooting</h2>
- <p>Mylyn uses custom Content Assist processors in order to rank and separate the elements in the current task context. To see proposals ranked according to interest you must have only the
- <i>Type Proposals (Mylyn)</i> kinds checkbox enabled in the list below, otherwise you will see duplicates.
- <b>If you do not see any proposals, check this list</b> to ensure that either the Mylyn or the plain proposals are enabled.
- <b>To do this automatically</b>, run
- <i>New → Mylyn → Recommended Preferences</i>. Or you can select them manually as in the preference page below.
+ <p>Mylyn uses custom Content Assist processors in order to rank and separate elements in the current task context. To see proposals ranked according to interest you must have the
+ <i>Java Proposals (Task-Focused)</i> checkbox enabled in the list below and other Java proposals unchecked, otherwise you will see duplicates.
</p>
<p>
- <img border="0" src="images/mylar-content-assist-prefs.gif"/>
+ <b>If you do not see any proposals, check this list</b> to ensure that either the Mylyn or the plain proposals are enabled. You always recover by disabling Mylyn's content assist through pressing "Reset Defaults" in the preferences under Window → Preferences → Java → Editor → Content Assist → Advanced.
+ </p>
+ <p>
+ <img border="0" src="images/Mylyn-content-assist-prefs.png"/>
</p>
<p>
<b>Why do I see duplicate proposals?</b>
</p>
<p>Ensure that you have only the
- <i>(Mylyn)</i> proposals kinds enabled in
+ <i>Task-Focused</i> proposals kinds enabled in
<i>Window → Preferences → Java → Editor → Content Assist → Advanced</i>, otherwise you will see duplicates.
</p>
<p>If you use proposals via Ctrl+Shift+Space instead of the typical Ctrl+Space you will see duplicates. Vote for JDT/Text
@@ -64,7 +64,7 @@
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=141457" target="mylyn_external">bug 141457</a>.
</p>
<p>
- <img border="0" src="images/mylyn-content-assist-timeout.gif"/>
+ <img border="0" src="images/Mylyn-content-assist-timeout.gif"/>
</p>
<h2 id="Why_do_interesting_elements_not_show_in_the_Project_Explorer.3F">Why do interesting elements not show in the Project Explorer?</h2>
<p>The
@@ -81,7 +81,7 @@
</p>
<p>Note that this will hide interest information about members that aren’t in your current file (e.g. showing you which methods are landmarks). This means that you will need to commit those methods to memeory, and the next time that you start working on the task you will have the burden of figuring out what they are. On smaller screen resolutions this mode can be useful, but also consider turning the Package Explorer into a fast view.</p>
<p>
- <img border="0" src="images/mylar-java-filtering-declarations.gif"/>
+ <img border="0" src="images/Mylar-java-filtering-declarations.gif"/>
</p>
<h2 id="Why_does_nothing_show_up_in_the_Active_Search_or_Active_Hierarchy.3F">Why does nothing show up in the Active Search or Active Hierarchy?</h2>
<p>As you work, elements become Landmarks (bold decoration), and these elements populate the

Back to the top