Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-08-28 18:45:02 +0000
committerSam Davis2015-08-28 18:45:02 +0000
commitbb8fe3b8d5d336f716e904df10588ff8526e3f35 (patch)
tree3c0074236230574eb0c01c2c5ed36ca1e31d72bd
parent353556c3f13f0861a589404254f35acf05fe101b (diff)
downloadorg.eclipse.mylyn.tasks-bb8fe3b8d5d336f716e904df10588ff8526e3f35.tar.gz
org.eclipse.mylyn.tasks-bb8fe3b8d5d336f716e904df10588ff8526e3f35.tar.xz
org.eclipse.mylyn.tasks-bb8fe3b8d5d336f716e904df10588ff8526e3f35.zip
475539: update help documentation for 3.17
Change-Id: I249c7077c6f80e9307d05e204688c34b5333bd7a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=475539
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html7
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Context-and-Timing-data.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/FAQ.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html30
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Integration-with-other-tools.html6
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/JIRA-Connector.html9
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html7
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Editor.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-List.html10
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Trac-Connector.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Updating-This-Document.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/Web-Templates-Connector.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html12
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Shortcuts.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Editor.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Focused-Interface.html17
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repositories.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repository-Connectors.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Team-Support.html5
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Updating-This-Document.html4
-rw-r--r--org.eclipse.mylyn.help.ui/Mylyn/User_Guide/User-Guide.html4
26 files changed, 81 insertions, 90 deletions
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html
index 49010fbd8..9ed674bfe 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Bugzilla-Connector.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">JIRA Connector</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Bugzilla_Connector">Bugzilla Connector</h1>
<h2 id="What_versions_are_supported.3F">What versions are supported?</h2>
<ul>
@@ -157,8 +157,7 @@
<li>If
<b>attachments are failing to submit</b> and you see that after processing the attachment, the bugzilla bug shows a size of “bytes” (no numbers), your database may be dropping the packet sending the file.
<b>On MySQL</b>, check the
- <a href="http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html" target="mylyn_external">max_allowed_packet directive</a>. You may see errors like: <code>DBD::mysql::st execute</code> failed: Got a packet bigger than 'max_allowed_packet' bytes
- <a href="for">Statement “INSERT INTO attach_data (id, thedata) VALUES (38, ?)”</a> at <code>/path/to/bugzilla/attachment.cgi</code> line 993. Also,
+ <a href="http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html" target="mylyn_external">max_allowed_packet directive</a>. You may see errors like: <code>DBD::mysql::st execute</code> failed: Got a packet bigger than 'max_allowed_packet' bytes [for Statement “INSERT INTO attach_data (id, thedata) VALUES (38, ?)”] at <code>/path/to/bugzilla/attachment.cgi</code> line 993. Also,
<b>check the maximum attachment size</b> in
<i>Bugzilla Parameters → Attachments</i>.
</li>
@@ -195,7 +194,7 @@
<li>The server setting "Timezone used to display dates and times" must be set to "Same as Server," otherwise you will get a security token error when performing any submit operation other than submitting a new bug. This may also manifest as a midair collision. (
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=429523" target="mylyn_external">bug#429523</a>)
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Context-and-Timing-data.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Context-and-Timing-data.html
index 98d39c539..41cbfe5cb 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Context-and-Timing-data.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Context-and-Timing-data.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Java Development</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Context_and_Timing_data">Context and Timing data</h1>
<h2 id="How_do_I_prevent_code_checked_out_from_polluting_my_task_context.3F">How do I prevent code checked out from polluting my task context?</h2>
<p>When checking out a new project, you must first deactivate the active task. Otherwise all newly created files will become interesting. </p>
@@ -43,7 +43,7 @@
</ul>
<ul>
<li>If elements have been renamed they may not appear as interesting when the context is activated.</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/FAQ.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/FAQ.html
index ce1d2d93c..77b4e40b3 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/FAQ.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/FAQ.html
@@ -24,7 +24,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Installation</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<p>
<a href="../../Mylyn/User_Guide/User-Guide.html" title="Mylyn/User Guide">Mylyn/User Guide</a>,
@@ -46,7 +46,7 @@
<p>Mylyn is a task-focused interface for Eclipse that makes working with very large workspaces as easy as working with small ones. Mylyn extends Eclipse with mechanisms for keeping track of the tasks that you work on. A task is defined as any unit of work that you want to recall or share with others, such as a bug reported by a user or a note to yourself about improving a feature. You can store tasks locally in your workspace, or they can come from one or more task repositories. To connect to a task repository, you must have a connector that supports that repository. (A task repository is a bug/ticket/issue tracker such as Bugzilla, Trac, JIRA, and
<a href="http://wiki.eclipse.org/index.php/Mylyn/Extensions" target="mylyn_external">others</a>).
</p>
- <p>Once your tasks are integrated, Mylyn monitors your work activity on those tasks to identify information relevant to the task-at-hand. Mylyn monitors Eclipse and captures your interaction in a task context. System artifacts such as files, types, methods, and fields get assigned a degree-of-interest based on how recently and frequently you interact with them. This results in uninteresting elements being filtered from view within Eclipse, allowing you to focus in on what is important. From this, Mylyn creates a task context, which is the set of all artifacts related to your task. These can include methods you have edited, APIs you have referred to, and documents you have browsed. Mylyn uses this task context to focus the Eclipse UI on interesting information, hide what's uninteresting, and automatically find what's related. Having the information you need to get your work done at your fingertips improves your productivity by reducing the time you spend searching, scrolling, and navigating. By making task context explicit, Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise.</p><hr/>
+ <p>Once your tasks are integrated, Mylyn monitors your work activity on those tasks to identify information relevant to the task-at-hand. Mylyn monitors Eclipse and captures your interaction in a task context. System artifacts such as files, types, methods, and fields get assigned a degree-of-interest based on how recently and frequently you interact with them. This results in uninteresting elements being filtered from view within Eclipse, allowing you to focus in on what is important. From this, Mylyn creates a task context, which is the set of all artifacts related to your task. These can include methods you have edited, APIs you have referred to, and documents you have browsed. Mylyn uses this task context to focus the Eclipse UI on interesting information, hide what's uninteresting, and automatically find what's related. Having the information you need to get your work done at your fingertips improves your productivity by reducing the time you spend searching, scrolling, and navigating. By making task context explicit, Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise.</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left"></td>
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html
index 2e8669d1a..887221ceb 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Installation.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task List</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Installation">Installation</h1>
<ul>
<li>
@@ -118,11 +118,11 @@
</table></p>
<p>Mylyn also relies on a web browser that works with the Standard Widget Toolkit; Windows and MacOS users are fine, but Linux users might have to download another browser. See
<a href="http://www.eclipse.org/swt/faq.php#browserlinux" target="mylyn_external">the SWT Browser guide</a> for which browsers will work. See
- <a href="Installing_on_Linux" title="Mylyn/FAQ#Installing_on_Linux">installing on Linux</a> for instructions.
+ <a href="#Installing_on_Linux" title="Mylyn/FAQ#Installing_on_Linux">installing on Linux</a> for instructions.
</p>
<h2 id="Which_repositories_are_supported.3F">Which repositories are supported?</h2>
- <p>See
- <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=288567" target="mylyn_external">bug 288567</a> for announcement regarding supported repository versions.
+ <p>See the
+ <a href="http://eclipse.org/mylyn/new/" target="mylyn_external">New &amp; Noteworthy</a> for the current supported repository versions.
</p>
<h4 id="Mylyn_3.8">Mylyn 3.8</h4>
<ul>
@@ -269,7 +269,7 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
<b>What does “Could not create Browser page: No more handles (<code>java.lang.UnsatisfiedLinkError: …</code>)” mean?</b>
</p>
<p>It probably means that you are running Linux and don’t have Eclipse and a Web browser configured to work together. See
- <a href="Installing_on_Linux" title="Mylyn/FAQ#Installing_on_Linux">installing on Linux</a>.
+ <a href="#Installing_on_Linux" title="Mylyn/FAQ#Installing_on_Linux">installing on Linux</a>.
</p>
<p>
<b>What does “Could not create Bugzilla editor input” and “<code>java.io.IOException</code>: SAX2 driver class <code>org.apache.xerces.parsers.SAXParser</code> not found” mean?</b>
@@ -285,9 +285,9 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
</p>
<p>If you see startup errors or warnings such as <code>BundleException</code> or timeout messages restart Eclipse with the <code>-clean</code> flag either on the command line, in your shortcut link, or by temporarily it into the <code>eclipse/eclipse.ini</code> file. These warnings do not cause any bad behavior, but this bug has been fixed in all Mylyn builds after 2.1. The warnings have this form:</p>
<pre> !MESSAGE While loading class "org.eclipse.mylar.tasks.ui.TasksUiPlugin", thread "Thread
- <a href="main,6,main">main,6,main</a>" timed out waiting (5000ms) for thread "Thread<a href="Worker-3,5,main">Worker-3,5,main</a>" to finish
- starting bundle "update@plugins/org.eclipse.mylar.tasks.ui_2.0.0.v20070514-1800.jar <a href="809">809</a>".
- To avoid deadlock, thread "Thread<a href="main,6,main">main,6,main</a>" is proceeding but
+ [main,6,main]" timed out waiting (5000ms) for thread "Thread[Worker-3,5,main]" to finish
+ starting bundle "update@plugins/org.eclipse.mylar.tasks.ui_2.0.0.v20070514-1800.jar [809]".
+ To avoid deadlock, thread "Thread[main,6,main]" is proceeding but
"org.eclipse.mylar.tasks.ui.TasksUiPlugin" may not be fully initialized.
</pre>
<h2 id="Installation_Troubleshooting_on_Eclipse_3.4_and_later">Installation Troubleshooting on Eclipse 3.4 and later</h2>
@@ -339,7 +339,7 @@ J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.mylyn.monitor.ui/[3.0.3.v20081015-1500 -e3x,3.0.3.v20081015-1500-e3x]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.mylyn.monitor.ui/[3.0.1.v20080721-2100-e3x,3.0.1.v20080721-2100-e3x]]can be satisfied.
[…]
</pre>
- <pre>Cannot find a solution satisfying the following requirements org.eclipse.ui <a href="3.4.2.M20090204-0800">3.4.2.M20090204-0800</a>.
+ <pre>Cannot find a solution satisfying the following requirements org.eclipse.ui [3.4.2.M20090204-0800].
</pre>
<p>Also see steps under
<a href="#Installation_Troubleshooting_on_Eclipse_3.4_and_later">Installation Troubleshooting on Eclipse 3.4 and later</a>.
@@ -534,14 +534,10 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla
<p>The appearance of GTK applications is controlled by the KDE System Settings / Control Center
in the section “Appearance”.</p>
<dl>
- <dt>GTK Styles and Fonts: GTK Styles: Select “Use another style
- <a href="Human">Human</a>”
- </dt>
+ <dt>GTK Styles and Fonts: GTK Styles: Select “Use another style [Human]”</dt>
</dl>
<dl>
- <dt>Colors: At bottom:
- <a href="x">x</a> Apply colors to non-KDE applications
- </dt>
+ <dt>Colors: At bottom: [x] Apply colors to non-KDE applications</dt>
</dl>
<p>These changes are applied to these two GTK configuration files, respectively:</p>
<ul>
@@ -679,7 +675,7 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla
<li>Move one workspace down</li>
</ul>
<p>See also:
- <a href="Linux_key_mappings_a_problem.3F" title="Mylyn/FAQ#Linux_key_mappings_a_problem.3F">keyboard mappings on Linux</a>.
+ <a href="#Linux_key_mappings_a_problem.3F" title="Mylyn/FAQ#Linux_key_mappings_a_problem.3F">keyboard mappings on Linux</a>.
</p>
<h3 id="Why_do_I_get_an_error_when_accessing_secured_web_sites.3F">Why do I get an error when accessing secured web sites?</h3>
<p>The internal browser may display an error if the web site certificate is not trusted and block access to the site:</p>
@@ -759,7 +755,7 @@ The activator org.eclipse.mylar.java.MylarJavaPlugin for bundle org.eclipse.myla
<p>
<b>If you are seeing content assist timeouts</b> that indicate the Mylyn proposal computer did not complete quickly enough, note that the problem is not with Mylyn, but with the standard content assist mechanism timing out due to an intensive computation (eg, a large number of matches). In this scenario switching or
<a href="http://wiki.eclipse.org/Mylyn_FAQ#Content_assist_troubleshooting" title="Mylyn_FAQ#Content_assist_troubleshooting" target="mylyn_external">disabling the Mylyn proposal computers</a> does not help improve performance, although it will get rid of those messages.
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Integration-with-other-tools.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Integration-with-other-tools.html
index 1b48a5d76..c93f7e82e 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Integration-with-other-tools.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Integration-with-other-tools.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Misc</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Integration_with_other_tools">Integration with other tools</h1>
<p>See the
<b>
@@ -50,7 +50,7 @@
<b>If you would like to see support for a particular tool</b>, first do a search of the open bridge requests and
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;short_desc_type=anywordssubstr&amp;short_desc=%5Bbridge%5D&amp;product=Mylyn&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=substring&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=" target="mylyn_external">vote for the corresponding bug</a> if your tool is there, or
<a href="http://www.eclipse.org/mylyn/bugs.php" target="mylyn_external">create a new bug</a>. Also consider adding your experiences to the
- <a href="Integration_with_other_tools" title="Mylyn/FAQ#Integration_with_other_tools">"Integration..."</a> section of the Mylyn FAQ.
+ <a href="#Integration_with_other_tools" title="Mylyn/FAQ#Integration_with_other_tools">"Integration..."</a> section of the Mylyn FAQ.
</p>
<h2 id="Using_Mylyn_with_WTP">Using Mylyn with WTP</h2>
<p>Context modeling works at the file level, noting the limitation of
@@ -64,7 +64,7 @@
<p>Source code generators can be considered analogous since they produce intermediate files. However, if you want to inspect the results of the source code generation after it is done you can avoid setting the exclusion. Note that if a large number of files was generated not all generated files may be unfiltered.</p>
<p>
<img border="0" src="images/Mylar-resource-exclusion.gif"/>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/JIRA-Connector.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/JIRA-Connector.html
index ba23e152e..bbe79e7f9 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/JIRA-Connector.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/JIRA-Connector.html
@@ -28,12 +28,11 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Trac Connector</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="JIRA_Connector">JIRA Connector</h1>
- <p>The JIRA Connector documentation has moved to Atlassian:
- <a href="http://confluence.atlassian.com/display/IDEPLUGIN/Eclipse+Connector+FAQ" target="mylyn_external">http://confluence.atlassian.com/display/IDEPLUGIN/Eclipse+Connector+FAQ</a>. See this
- <a href="http://wiki.eclipse.org/Mylyn/FAQ#What_happened_to_the_Mylyn_JIRA_Connector.3F" target="mylyn_external">FAQ entry</a> for more details.
- </p><hr/>
+ <p>Atlassian has ended support for the Atlassian JIRA connector See
+ <a href="https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/" target="mylyn_external">this blog post</a> for more details.
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
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 7426587ba..f7b0ce973 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Java-Development.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Team Support</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<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 elements in the current task context. To see proposals ranked according to interest you must have the
@@ -93,7 +93,7 @@
<li>
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=106678" target="mylyn_external">Bug 106678</a>: The Project Explorer’s Hierarchical Java package presentation layout is not supported on Eclipse 3.3Mx, and interesting elements will be hidden if enabled. Work-around is to use the default Flat package presentation.
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
index 834179b35..0845f347c 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Misc.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Updating This Document</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Misc">Misc</h1>
<h2 id="Performance">Performance</h2>
<h3 id="Retrieval_of_repository_configuration">Retrieval of repository configuration</h3>
@@ -52,7 +52,8 @@
</table>
<h2 id="System_Properties">System Properties</h2>
<p>The system properties below can used to change the behavior of Mylyn. To set a property pass it on the command line when starting Eclipse:
-<code>eclipse -vmargs -Dorg.eclipse.mylyn.property=value</code>.</p>
+<code>eclipse -vmargs -Dorg.eclipse.mylyn.property=value</code>. To pass a parameter to tests run by maven, pass it like this in the maven properies:
+<code>test.uservmargs=-Dorg.eclipse.mylyn.tests.all=true</code>.</p>
<table>
<tr>
<td>System Property</td>
@@ -220,7 +221,7 @@ org.eclipse.mylyn.trac.core/debug/xmlrpc=true
<a href="http://wiki.eclipse.org/Category:FAQ" title="Category:FAQ" target="mylyn_external">Category:FAQ</a>
<a href="http://wiki.eclipse.org/Category:Mylyn" title="Category:Mylyn" target="mylyn_external">Category:Mylyn</a>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Editor.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Editor.html
index cd7a33435..f32d893af 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Editor.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Editor.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Repositories</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_Editor">Task Editor</h1>
<h2 id="When_I_submit_a_new_bug_to_eclipse.org_the_priority_isn.E2.80.99t_updated.3F">When I submit a new bug to eclipse.org the priority isn’t updated?</h2>
<p>Eclipse.org’s Bugzilla repository forces all new bug reports to priority 3 (P3) regardless of what is selected in Mylyn. Eventually we will disable this field in the new bug editor for bugs.eclipse.org and provide a tooltip with explanation (
@@ -40,7 +40,7 @@
<i>ISO-8859-1</i>.
</p>
<h2 id="How_can_I_view_images_or_screenshots_that_are_attached_to_an_image.3F">How can I view images or screenshots that are attached to an image?</h2>
- <p>By default Eclipse does not provide a built-in image viewer so images can either be opened with a browser or saved to disk and opened in a native image viewer. Alternatively Eclipse extension such as QuickImage can be installed which support opening images within Eclipse.</p><hr/>
+ <p>By default Eclipse does not provide a built-in image viewer so images can either be opened with a browser or saved to disk and opened in a native image viewer. Alternatively Eclipse extension such as QuickImage can be installed which support opening images within Eclipse.</p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html
index d95538602..8f0b7afec 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Focused-UI.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Context and Timing data</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task-Focused_UI">Task-Focused UI</h1>
<h2 id="What_is_the_Task-Focused_UI.3F">What is the Task-Focused UI?</h2>
<p>When you activate a task, Mylyn automatically maintains a task context by monitoring your interaction. The task context provides a predictable degree-of-interest weighting of the relevance of the elements (files, classes, methods, etc.) and relations that you work with to the active task. The Task-Focused UI uses the task context to reduce information overload and to automate the management of editors, views, change sets and other UI elements. This increases productivity while working on the task and also makes it much easier to multitask because you can switch task contexts with a single click. </p>
@@ -161,7 +161,7 @@
<h2 id="Why_does_startup_of_org.eclipse.mylyn.context.ui_take_so_long.3F">Why does startup of org.eclipse.mylyn.context.ui take so long?</h2>
<p>If you are seeing the Eclipse splash screen stall for 10s of seconds while loading org.eclipse.mylyn.context.ui remove <code>workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.resources.ui.prefs</code> as a work-around. This files stores editor mementos and can sometimes grow very large and affect startup time. This issue is being tracked on
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=226618" target="mylyn_external">bug 226618</a>.
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-List.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-List.html
index e1b3a30ee..b67ac9873 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-List.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-List.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Editor</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_List">Task List</h1>
<h2 id="How_do_I_restore_my_tasks_from_backup.3F">How do I restore my tasks from backup?</h2>
<p>The task list can be restored from automated backup via the Task List view’s drop down view menu and selecting Restore Tasks from History…</p>
@@ -143,19 +143,17 @@
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=206399" target="mylyn_external">bug 206399</a>).
</p>
<p>See the
- <a href="Recommended_GTK_Setup_for_KDE" title="Mylyn/FAQ#Recommended_GTK_Setup_for_KDE">Recommended GTK Setup for KDE</a> if the style selection does not work.
+ <a href="Installation.html#Recommended_GTK_Setup_for_KDE" title="Mylyn/FAQ#Recommended_GTK_Setup_for_KDE">Recommended GTK Setup for KDE</a> if the style selection does not work.
</p>
<h2 id="Why_is_starring_tasks_not_supported.3F">Why is starring tasks not supported?</h2>
<p>The current mechanism for starring tasks is to schedule them for
<i>Today</i>, which has a very similar effect to starring in other UIs. If you schedule a task for today, the task will stand out as blue and always show (i.e., have guaranteed visibility when the Task List is focused). If that’s too visible, you can schedule it for
<i>This Week</i>, in which case the task will always show but not turn blue.
</p>
- <p>The alternative to mark a shared task as outgoing by adding text into it and (e.g. “
- <a href="review">review</a>”). The ougtoing change will also give the task guaranteed visibility. This is currently the only work-around for ‘starring’ completed tasks.
- </p>
+ <p>The alternative to mark a shared task as outgoing by adding text into it and (e.g. “[review]”). The ougtoing change will also give the task guaranteed visibility. This is currently the only work-around for ‘starring’ completed tasks.</p>
<p>The task-focused interface consider tasks orthogonal to resources (e.g., files and web pages). Resources make sense to star/bookmark, since their primary residence is in some structural hierarchy (e.g. folders or a type hierarchy). Starring provides a mechanism for locating the most relevant parts of a large hierarchy (at the cost of having our starred/bookmark lists bloat and become yet another thing to manage). Tasks are inherently different than resources because their primary residence is in time (e.g. due dates, milestones, things completed in the past). As such, the equivalent of starring for tasks is to schedule them to be viewed in the “current” time window (e.g. today or this week). For a discussion on this refer to
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=168363" target="mylyn_external">bug 168363</a>.
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
index ed82bf558..9e1d8c28f 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Task-Repositories.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Bugzilla Connector</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_Repositories">Task Repositories</h1>
<h2 id="What_if_I.E2.80.99m_not_using_a_Task_Repository.3F">What if I’m not using a Task Repository?</h2>
<p>Mylyn does not require the use a of a task repository and can be used entirely with the
@@ -198,7 +198,7 @@ keytool -importcert -file client.crt
<p>Note that to view a hyperlink you must hold down the <code>Ctrl</code> key when hovering over the reference to the task. References to tasks are connector specific and the common reference is found on the top left of the task editor and other conventions tend to follow those used in the web UI (e.g. “bug 123” for Bugzilla, “ABC-123” for JIRA).</p>
<p>
<img border="0" src="images/Mylyn-project-repository-association.gif"/>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html
index 8312ce506..7b37ef906 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Team-Support.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">WikiText</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Team_Support">Team Support</h1>
<h2 id="My_change_set_is_missing_or_doesn.E2.80.99t_contain_elements_it_should._Help.21">My change set is missing or doesn’t contain elements it should. Help!</h2>
<p>If a task change set disappears or is missing items, toggle the Incoming/Outgoing mode of the Synchronize view via its toolbar button. </p>
@@ -84,7 +84,7 @@
<i>Package Explorer</i> is a problem, organize your projects via
<i>Project Explorer → view menu → Top Level Elements → Working Sets</i>.
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Trac-Connector.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Trac-Connector.html
index d3bd4c50c..b0b2a149b 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Trac-Connector.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Trac-Connector.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Web Templates Connector</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Trac_Connector">Trac Connector</h1>
<h2 id="What_are_the_server_requirements.3F">What are the server requirements?</h2>
<p>The Trac connector supports two different access methods: The recommended XML-RPC mode offers complete integration with Mylyn but requires additional setup and privileges which may not be available to all users. Web mode offers less functionality but will work with any public Trac repository. </p>
@@ -127,7 +127,7 @@
<li>
<a href="http://trac-hacks.org/wiki/MasterTicketsPlugin" target="mylyn_external">Master Tickets Plugin</a> for sub-task support (Mylyn 2.3 or higher)
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Updating-This-Document.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Updating-This-Document.html
index 786dfed58..981e5e691 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Updating-This-Document.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Updating-This-Document.html
@@ -24,12 +24,12 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top"></td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Updating_This_Document">Updating This Document</h1>
<p>This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
<a href="http://wiki.eclipse.org/Mylyn/FAQ" target="mylyn_external">http://wiki.eclipse.org/Mylyn/FAQ</a>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Web-Templates-Connector.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Web-Templates-Connector.html
index 7f8b0f0c2..7729be402 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Web-Templates-Connector.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/Web-Templates-Connector.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task-Focused UI</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Web_Templates_Connector">Web Templates Connector</h1>
<h2 id="Where_can_I_find_the_Web_Templates_connector.3F">Where can I find the Web Templates connector?</h2>
<p>It is available from the incubator update site. Please see
@@ -78,7 +78,7 @@
<li>
<a href="http://alblue.blogspot.com/2009/04/google-code-and-mylyn-redux.html" target="mylyn_external">Instructions for Google Code</a>
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html
index 39ad1656b..4ab294fb1 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/FAQ/WikiText.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Integration with other tools</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="WikiText">WikiText</h1>
<h2 id="What_is_WikiText.3F">What is WikiText?</h2>
<p>WikiText is a set of plug-ins for Eclipse that provide lightweight markup (wiki) parsing, editing and display capabilities to the Eclipse platform and Mylyn. WikiText provides a parser for wiki markup and converts the markup to HTML, Docbook, DITA, or Eclipse Help format, either via the API or by using Ant tasks. WikiText also provides UI components (such as an editor) integrating with Eclipse and the Mylyn task editor.</p>
@@ -57,10 +57,10 @@
<p>The same WikiText documentation is also available in the stand-alone distribution and online:</p>
<ul>
<li>
- <a href="http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/Mylyn%20WikiText%20User%20Guide.html" target="mylyn_external">WikiText User Guide</a>
+ <a href="http://help.eclipse.org/luna/topic/org.eclipse.mylyn.wikitext.help.ui/help/Mylyn%20WikiText%20User%20Guide.html" target="mylyn_external">WikiText User Guide</a>
</li>
<li>
- <a href="http://help.eclipse.org/helios/topic/org.eclipse.mylyn.wikitext.help.ui/help/devguide/WikiText%20Developer%20Guide.html" target="mylyn_external">WikiText Developer Guide</a>
+ <a href="http://help.eclipse.org/luna/topic/org.eclipse.mylyn.wikitext.help.ui/help/devguide/WikiText%20Developer%20Guide.html" target="mylyn_external">WikiText Developer Guide</a>
</li>
</ul>
<h2 id="How_do_I_run_the_WikiText_Ant_tasks.3F">How do I run the WikiText Ant tasks?</h2>
@@ -76,6 +76,7 @@
<ul>
<li>Confluence</li>
<li>MediaWiki</li>
+ <li>Markdown</li>
<li>Textile</li>
<li>TracWiki</li>
<li>TWiki</li>
@@ -90,6 +91,9 @@
<li>AsciiDoc (see
<a href="http://wiki.eclipse.org/Mylyn/WikiText/AsciiDoc" title="Mylyn/WikiText/AsciiDoc" target="mylyn_external">AsciiDoc HOWTO</a>)
</li>
+ <li>A Markdown implementation that conforms to the
+ <a href="http://commonmark.org" target="mylyn_external">CommonMark</a> specification
+ </li>
</ul>
<p>WikiText is also designed to make it easy to add support for new markup languages.</p>
<h2 id="Why_doesn.27t_the_preview_tab_show_up_in_the_WikiText_editor.3F">Why doesn't the preview tab show up in the WikiText editor?</h2>
@@ -131,7 +135,7 @@
<li>
<a href="http://greensopinion.blogspot.com/2008/08/textile-j-is-moving-to-mylyn-wikitext.html" target="mylyn_external">Textile-J Is Moving to Mylyn WikiText</a>
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html
index cf0db199b..9c96ce68f 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Preferences.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Repository Connectors</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Preferences">Preferences</h1>
<p>You can access the following Mylyn preference pages by navigating to Window -&gt; Preferences -&gt; Tasks.</p>
<h2 id="Tasks">Tasks</h2>
@@ -96,7 +96,7 @@
<li>
<b>Commit Message Template</b> - Set the values that will appear in commit messages that are automatically generated when committing resources associated with a task.
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Shortcuts.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Shortcuts.html
index 796eacf1f..cce1385ec 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Shortcuts.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Shortcuts.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Preferences</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Shortcuts">Shortcuts</h1>
<p><b>&nbsp;Task List view</b>
<ul>
@@ -79,7 +79,7 @@
<i>Task List</i> view</li>
<li><code>Ctrl+F10</code>: invoke view menu or ruler menu in editor</li>
</ul>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Editor.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Editor.html
index 523edf745..3a97b85b8 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Editor.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Editor.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task-Focused Interface</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_Editor">Task Editor</h1>
<p>The task editor allows you to view and edit the tasks in your task list. Double-click on a task in your task list to open the editor. The features of the task editor will vary depending on whether it is a local task or a shared repository task. For shared repository tasks, there are some differences depending on the type of repository (and corresponding connector) that you are using (link: connectors). </p>
<h2 id="Repository_Task_Details">Repository Task Details</h2>
@@ -191,7 +191,7 @@
<p>Use the planning tab to access local information about the task that is private to your workspace. You can view the planning tab by selecting it in the lower left of the editor window. This tab contains a large area where you can enter personal notes about the task. See the local task section for more information about fields in the Personal Planning section.</p>
<p>
<img border="0" src="images/Feature-Reference-3.0-Planning-Tab.png"/>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Focused-Interface.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Focused-Interface.html
index be4d2bd72..482e78600 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Focused-Interface.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Focused-Interface.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Team Support</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task-Focused_Interface">Task-Focused Interface</h1>
<p>The task-focused interface is oriented around tasks and offers several ways to focus the interface on only what is relevant for the currently active task.</p>
<h2 id="Focusing_Navigator_Views">Focusing Navigator Views</h2>
@@ -37,18 +37,11 @@
<img border="0" src="images/Feature-Guide-3.0-Package-Explorer-Focused.png"/>
</p>
<h2 id="Alt.2BClick_Navigation_.2F_Show_Filtered_Children">Alt+Click Navigation / Show Filtered Children</h2>
- <p>To navigate to a new resource that is not a part of the active task's context, you can toggle "Focus on Active Task" off, browse to the resource, and then click "Focus on Active Task" again to see only relevant resources. A more efficient way to add new resources is to use Alt+Click navigation (clicking the mouse while holding the Alt key) or click the
- <a href="+">+</a> icon that appears to the right of a tree node when the mouse hovers over it.
- </p>
- <p>When a view is in Focused mode, you can click the
- <a href="+">+</a> icon to the right of a node, or Alt+Click the node, to temporarily show all of its children.
- </p>
+ <p>To navigate to a new resource that is not a part of the active task's context, you can toggle "Focus on Active Task" off, browse to the resource, and then click "Focus on Active Task" again to see only relevant resources. A more efficient way to add new resources is to use Alt+Click navigation (clicking the mouse while holding the Alt key) or click the [+] icon that appears to the right of a tree node when the mouse hovers over it.</p>
+ <p>When a view is in Focused mode, you can click the [+] icon to the right of a node, or Alt+Click the node, to temporarily show all of its children. </p>
<ul>
<li>Once an element that was previously not interesting is selected with the mouse, it becomes interesting and the other child elements will disappear. The clicked element is now a part of the task's context.</li>
- <li>You can drill down multiple levels of filtered nodes by clicking the
- <a href="+">+</a> icon to the right of each node you want to unfilter. Note that trying to expand the node in other ways (e.g. clicking the triangle to the left of the node) will not show its filtered children - clicking anywhere in the view (other than a
- <a href="+">+</a> icon) will hide all filtered children again.
- </li>
+ <li>You can drill down multiple levels of filtered nodes by clicking the [+] icon to the right of each node you want to unfilter. Note that trying to expand the node in other ways (e.g. clicking the triangle to the left of the node) will not show its filtered children - clicking anywhere in the view (other than a [+] icon) will hide all filtered children again.</li>
<li>Alt can be held down while clicking to drill down from a top-level element to a deeply nested element that is to be added to the task context.</li>
<li>Multiple Alt+Clicks are supported so that you can add several elements to the task context. As soon as a normal click is made, uninteresting elements will disappear.</li>
<li>Ctrl+Clicks (i.e. disjoint selections, use Command key on Mac) are also supported and will cause each element clicked to become interesting. The first normal click will cause uninteresting elements to disappear. Note that Ctrl+clicked elements will become interesting (turn from gray to black) but only the most recently-clicked one will be selected while Alt is held down.</li>
@@ -89,7 +82,7 @@
</p>
<p>
<img border="0" src="images/Feature-Reference-3.0-Error-Log.png"/>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repositories.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repositories.html
index 4557ea42f..6223ea7ea 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repositories.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repositories.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Editor</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_Repositories">Task Repositories</h1>
<p>
<img border="0" src="images/Feature-Reference-3.0-Add-Task-Repository.png"/>
@@ -47,7 +47,7 @@
<i>Task Repositories</i> view.
</li>
<li>Now that you have created a repository, you may add queries to the Task List.</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repository-Connectors.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repository-Connectors.html
index e2a4cd5aa..4cf08a117 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repository-Connectors.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Task-Repository-Connectors.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Updating This Document</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_Repository_Connectors">Task Repository Connectors</h1>
<p>Mylyn allows you to collaborate on tasks via a shared task repository, also known as bug tracking systems. In order to collaborate, you need to have a
<b>Connector</b> to your particular repository.
@@ -148,7 +148,7 @@
</p>
<p>
<a href="http://wiki.eclipse.org/Category:Draft_Documentation" title="Category:Draft Documentation" target="mylyn_external">Category:Draft Documentation</a>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Team-Support.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Team-Support.html
index a2fbcfa32..5a13cd3f0 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Team-Support.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Team-Support.html
@@ -28,7 +28,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Shortcuts</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Team_Support">Team Support</h1>
<p>The task-focused interface provides several ways to improve your work flow when working with a source code repository such as CVS or Subversion. CVS support is available out-of-the-box and task-focused interface integration for Subversion is available via the Subclipse or Subversive plugins.</p>
<h2 id="Task-focused_Change_Sets">Task-focused Change Sets</h2>
@@ -62,6 +62,7 @@
</ul>
<h2 id="Automatic_Commit_Messages">Automatic Commit Messages</h2>
<p>When using task-focused change sets as described above, commit messages are automatically be generated based on the task whose resources are being commited. By default, the commit message includes information such as the task ID, description, and URL. To change the template for these commit messages, navigate to Window -&gt; Preferences -&gt; Tasks -&gt; Team.</p>
+ <p>Note that for EGit, Task-focused Change Sets are not supported, however the commit message will be populated based on your currently active task.</p>
<h2 id="Working_with_Patches">Working with Patches</h2>
<p>When applying patches, the preferred scenario is to have a task context attached to the task along with the patch. Since this is not always feasible, Mylyn provides an action in the popup menu of the
<i>Synchronize</i> view that supports adding changed elements to the task context.
@@ -77,7 +78,7 @@
</ol>
<p>
<img border="0" src="images/Feature-Reference-3.0-Add-To-Context.png"/>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Updating-This-Document.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Updating-This-Document.html
index 569b366fc..ecdfb43a4 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Updating-This-Document.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/Updating-This-Document.html
@@ -24,12 +24,12 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top"></td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Updating_This_Document">Updating This Document</h1>
<p>This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
<a href="http://wiki.eclipse.org/Mylyn/User_Guide" target="mylyn_external">http://wiki.eclipse.org/Mylyn/User_Guide</a>
- </p><hr/>
+ </p><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left">
diff --git a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/User-Guide.html b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/User-Guide.html
index f8b171f2e..3d1f9129c 100644
--- a/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/User-Guide.html
+++ b/org.eclipse.mylyn.help.ui/Mylyn/User_Guide/User-Guide.html
@@ -24,7 +24,7 @@
<td style="width: 60%" align="center"></td>
<td style="width: 20%" align="right" valign="top">Task Repositories</td>
</tr>
- </table><hr/>
+ </table><hr class="navigation-separator"/>
<h1 id="Task_List">Task List</h1>
<p>Use the Task List to view and manage your tasks. If the task list view is not visible, you can open it by navigating to Window -&gt; Show View -&gt; Other... -&gt; Mylyn -&gt; Task List. The Task List contains both "Local Tasks" and shared repository tasks that are stored in a task repository such as Bugzilla or Trac. Local tasks are typically contained in categories, which you can create by right-clicking on the task list and selecting New -&gt; Category. Repository tasks are contained in special categories that represent queries.</p>
<p>
@@ -465,7 +465,7 @@
<li>
<b>Properties</b> - Edit the settings for a repository query
</li>
- </ul><hr/>
+ </ul><hr class="navigation-separator"/>
<table class="navigation" style="width: 100%;" border="0" summary="navigation">
<tr>
<td style="width: 20%" align="left"></td>

Back to the top