Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2009-01-06 21:32:50 +0000
committerdgreen2009-01-06 21:32:50 +0000
commitb57339bcaeff7f719189d9621f2c3af537ae0008 (patch)
treea97c420d770abfd456a3700fc7586ba2a4c5cd58 /org.eclipse.mylyn.help.ui
parentbd22b8b755fb5e42dd1c9637be08d0f555b1b564 (diff)
downloadorg.eclipse.mylyn.tasks-b57339bcaeff7f719189d9621f2c3af537ae0008.tar.gz
org.eclipse.mylyn.tasks-b57339bcaeff7f719189d9621f2c3af537ae0008.tar.xz
org.eclipse.mylyn.tasks-b57339bcaeff7f719189d9621f2c3af537ae0008.zip
NEW - bug 260065: In converted help from wikitext, the bread crumb is not displayed in the top of the help page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=260065
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Configuration.html8
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Installation.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Integration-with-other-tools.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide-toc.xml1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Task-Focused-UI.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Task-List.html7
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Task-Repositories.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html4
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Team-Support.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Updating-This-Document.html1
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/images/Jira-editor.gif4
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/images/Progress-categories.gif4
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/images/mylar-tasklist-backup.gif4
14 files changed, 28 insertions, 11 deletions
diff --git a/org.eclipse.mylyn.help.ui/userguide/Configuration.html b/org.eclipse.mylyn.help.ui/userguide/Configuration.html
index a2e612f63..11a451bda 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Configuration.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Configuration.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Configuration</title>
</head>
<body>
@@ -84,9 +85,10 @@
</ol>
<p>Depending on how you set up (1) and (2), you may want to limit (3) to certain components in order to avoid tasks showing up in multiple containers.</p>
<h2 id="Workspacesetup">Workspace setup</h2>
- <p>The following is an example of how to set up your Eclipse to work with a single workspace in a way where you can use Mylyn to focus you on your task while using
- <i>Working Sets</i> to maintain only a single workspace while keeping project/product boundaries clear.
+ <p>The Mylyn task list does not span workspaces, if multiple workspaces are in use this results in a unique task list per workspace. Multiple task lists is considered a performance antipattern and we recommended making use of the native Eclipse mechanism for managing large volumes of projects -
+ <b>working sets</b>. Instead of creating multiple workspaces, simply create working sets that aggregate the projects all within a single workspace. Activate the working set and only those projects are visible within Eclipse. This has the added benefit of making Eclipse feel faster (i.e searching is improved) due to the scoping effect of the working set. Mylyn has added functionality to make switching working sets easier from the Task List view.
</p>
+ <p>The following is an example of how to set up your Eclipse to work with a single workspace while keeping project/product boundaries clear. </p>
<ul>
<li>Create a
<i>Working Set</i> for each project/product that you have checked out.
@@ -107,7 +109,7 @@
<i>Working Sets</i> that you contribute to.
</li>
</ul>
- <p>When using working sets, the second drop down arrow (Task Activation History) will reveal task activation history for the currenlty selected working set. Choosing a different working set will then only reveal tasks previously activated while the that working set was active. To see the aggregate of all previously active tasks in the task activation history drop down you need to select "Show All" from the work set selection drop down.</p>
+ <p>When using working sets, the second drop down arrow in the Task List toolbar area (Task Activation History) will reveal task activation history for the currently selected working set. Choosing a different working set will then only reveal tasks previously activated while the that working set was active. To see the aggregate of all previously active tasks in the task activation history drop down you need to select "Show All" from the work set selection drop down.</p>
<h2 id="UISettings">UI Settings</h2>
<p>This section is evolving, please consider adding your own UI settings.</p>
<ul>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Installation.html b/org.eclipse.mylyn.help.ui/userguide/Installation.html
index b8c153c5a..9c20b87d4 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Installation.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Installation.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Installation</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Integration-with-other-tools.html b/org.eclipse.mylyn.help.ui/userguide/Integration-with-other-tools.html
index f0adf6421..ca80eb951 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Integration-with-other-tools.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Integration-with-other-tools.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Integration with other tools</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide-toc.xml b/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide-toc.xml
index b10bee459..4f409bbe3 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide-toc.xml
+++ b/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide-toc.xml
@@ -48,6 +48,7 @@
<topic href="userguide/Task-List.html#AutomaticDuplicateDetection" label="Automatic Duplicate Detection"></topic>
<topic href="userguide/Task-List.html#SubmittingContexts" label="Submitting Contexts"></topic>
<topic href="userguide/Task-List.html#Keybindings" label="Keybindings"></topic>
+ <topic href="userguide/Task-List.html#ReviewingTasks" label="Reviewing Tasks"></topic>
</topic>
<topic href="userguide/Task-Repositories.html#TaskRepositories" label="Task Repositories">
<topic href="userguide/Task-Repositories.html#OpeningaRepositoryTask" label="Opening a Repository Task"></topic>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide.html b/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide.html
index 11aa1305a..a8d12740f 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Mylyn User Guide.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Task-Focused-UI.html b/org.eclipse.mylyn.help.ui/userguide/Task-Focused-UI.html
index 72cae22bd..84a41ccaf 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Task-Focused-UI.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Task-Focused-UI.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Task-Focused UI</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Task-List.html b/org.eclipse.mylyn.help.ui/userguide/Task-List.html
index 53e6b79b7..8f7a29790 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Task-List.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Task-List.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Task List</title>
</head>
<body>
@@ -249,7 +250,11 @@
<td>Ctrl+F</td>
<td>Find</td>
</tr>
- </table><hr/>
+ </table>
+ <h2 id="ReviewingTasks">Reviewing Tasks</h2>
+ <p>The task list has been carefully designed to support reviewing tasks. Task reviewing is best done by configuring a query to show the tasks that you want to review. Once the tasks are displayed in the task list they can be reviewed one at a time by scrolling through them using the keyboard up/down arrows. The task tooltip should provide enough detail to do a review and will display information relevant to the currently selected task. </p>
+ <p>To edit the selected task press the enter key, use Ctrl+Enter to open the task in the background. To quickly jump to the next unread task hold down the Alt-key when pressing up or down. To mark a task as read while navigating use Alt+shift+up/down.
+ When reviewing tasks in the task list avoid mouse-based and gesture-based scrolling if possible as the result will be sub-optimal.</p><hr/>
<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/userguide/Task-Repositories.html b/org.eclipse.mylyn.help.ui/userguide/Task-Repositories.html
index eefde51a6..101bc072e 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Task-Repositories.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Task-Repositories.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Task Repositories</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html b/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html
index d4b48bcce..781e2acb9 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Task-Repository-Connectors.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Task Repository Connectors</title>
</head>
<body>
@@ -131,7 +132,8 @@
<b>XML-RPC Plugin</b> (Trac trunk): This requires the latest revision (1175) of the
<a href="http://trac-hacks.org/wiki/XmlRpcPlugin">XmlRpcPlugin</a> for Trac to be enabled for the accessed repository. The XmlRpcPlugin provides a remote interface to the Trac repository and is distributed separately from Trac (see
<a href="http://trac.edgewall.org/ticket/217">#217</a>). Currently, Trac and the XmlRpcPlugin need to be installed from source. See these
- <a href="http://trac-hacks.org/wiki/XmlRpcPlugin#Installation">install instructions</a> for requirements and documentation.
+ <a href="http://trac-hacks.org/wiki/XmlRpcPlugin#Installation">install instructions</a> for requirements and documentation. See
+ <a href="http://nil.checksite.co.uk/post.cfm/trac-0-11-and-mylyn">here for additional instructions</a>.
</li>
</ul>
<p>The Trac connector integrates Trac queries into the Task List. If you do not know your Trac repository version use the
diff --git a/org.eclipse.mylyn.help.ui/userguide/Team-Support.html b/org.eclipse.mylyn.help.ui/userguide/Team-Support.html
index 790848401..26d409e0c 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Team-Support.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Team-Support.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Team Support</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Updating-This-Document.html b/org.eclipse.mylyn.help.ui/userguide/Updating-This-Document.html
index a4707d586..225842868 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Updating-This-Document.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Updating-This-Document.html
@@ -1,6 +1,7 @@
<?xml version='1.0' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mylyn User Guide - Updating This Document</title>
</head>
<body>
diff --git a/org.eclipse.mylyn.help.ui/userguide/images/Jira-editor.gif b/org.eclipse.mylyn.help.ui/userguide/images/Jira-editor.gif
index 54790b19f..31f525bc6 100644
--- a/org.eclipse.mylyn.help.ui/userguide/images/Jira-editor.gif
+++ b/org.eclipse.mylyn.help.ui/userguide/images/Jira-editor.gif
@@ -195,7 +195,7 @@ Retrieved from "<a href="http://wiki.eclipse.org/Images/8/8b/Jira-editor.gif">ht
<li></li>
</ul>
</td><td>
- <p>Copyright &copy; 2008 The Eclipse Foundation. All Rights Reserved</p>
+ <p>Copyright &copy; 2009 The Eclipse Foundation. All Rights Reserved</p>
</td></tr><tr><td>
<ul id="footernav">
<li class="first"></li>
@@ -233,4 +233,4 @@ Retrieved from "<a href="http://wiki.eclipse.org/Images/8/8b/Jira-editor.gif">ht
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
</div>
-<!-- Served in 0.285 secs. --></body></html>
+<!-- Served in 0.439 secs. --></body></html>
diff --git a/org.eclipse.mylyn.help.ui/userguide/images/Progress-categories.gif b/org.eclipse.mylyn.help.ui/userguide/images/Progress-categories.gif
index cb3998349..b1a96d96d 100644
--- a/org.eclipse.mylyn.help.ui/userguide/images/Progress-categories.gif
+++ b/org.eclipse.mylyn.help.ui/userguide/images/Progress-categories.gif
@@ -195,7 +195,7 @@ Retrieved from "<a href="http://wiki.eclipse.org/Images/8/89/Progress-categories
<li></li>
</ul>
</td><td>
- <p>Copyright &copy; 2008 The Eclipse Foundation. All Rights Reserved</p>
+ <p>Copyright &copy; 2009 The Eclipse Foundation. All Rights Reserved</p>
</td></tr><tr><td>
<ul id="footernav">
<li class="first"></li>
@@ -233,4 +233,4 @@ Retrieved from "<a href="http://wiki.eclipse.org/Images/8/89/Progress-categories
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
</div>
-<!-- Served in 0.241 secs. --></body></html>
+<!-- Served in 0.412 secs. --></body></html>
diff --git a/org.eclipse.mylyn.help.ui/userguide/images/mylar-tasklist-backup.gif b/org.eclipse.mylyn.help.ui/userguide/images/mylar-tasklist-backup.gif
index c8063e06e..b7970fda4 100644
--- a/org.eclipse.mylyn.help.ui/userguide/images/mylar-tasklist-backup.gif
+++ b/org.eclipse.mylyn.help.ui/userguide/images/mylar-tasklist-backup.gif
@@ -195,7 +195,7 @@ Retrieved from "<a href="http://wiki.eclipse.org/Images/8/8c/Mylar-tasklist-back
<li></li>
</ul>
</td><td>
- <p>Copyright &copy; 2008 The Eclipse Foundation. All Rights Reserved</p>
+ <p>Copyright &copy; 2009 The Eclipse Foundation. All Rights Reserved</p>
</td></tr><tr><td>
<ul id="footernav">
<li class="first"></li>
@@ -233,4 +233,4 @@ Retrieved from "<a href="http://wiki.eclipse.org/Images/8/8c/Mylar-tasklist-back
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
</div>
-<!-- Served in 0.173 secs. --></body></html>
+<!-- Served in 0.959 secs. --></body></html>

Back to the top