Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-02-18 20:34:46 +0000
committerspingel2009-02-18 20:34:46 +0000
commitb16b69988d31ac3e4e471ec7e754bfd3b9512724 (patch)
tree787c5cecf210b411429a8d27f2e8493b83af9fbc /org.eclipse.mylyn.help.ui
parent15888006a881ec3ac668e2b7af1fe4da60f873cd (diff)
downloadorg.eclipse.mylyn.tasks-b16b69988d31ac3e4e471ec7e754bfd3b9512724.tar.gz
org.eclipse.mylyn.tasks-b16b69988d31ac3e4e471ec7e754bfd3b9512724.tar.xz
org.eclipse.mylyn.tasks-b16b69988d31ac3e4e471ec7e754bfd3b9512724.zip
RESOLVED - bug 265345: Can't print Mylyn task List
https://bugs.eclipse.org/bugs/show_bug.cgi?id=265345
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Installation.html24
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Task-List.html7
2 files changed, 15 insertions, 16 deletions
diff --git a/org.eclipse.mylyn.help.ui/userguide/Installation.html b/org.eclipse.mylyn.help.ui/userguide/Installation.html
index 4294997f5..e437149d2 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Installation.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Installation.html
@@ -50,8 +50,15 @@
<li>Press the
<i>Add Site...</i> button
</li>
- <li>Enter the desired Mylyn update site url (enter one of the Eclipse 3.4 Mylyn distribution
- <a href="http://www.eclipse.org/mylyn/downloads/">update site url</a>)
+ <li>Enter the Mylyn update site url:
+ <ol>
+ <li><code>
+ <a href="http://download.eclipse.org/tools/mylyn/update/e3.4">http://download.eclipse.org/tools/mylyn/update/e3.4</a></code>
+ </li>
+ <li>Additional extension update sites are from
+ <a href="http://www.eclipse.org/mylyn/downloads/">the download page</a>
+ </li>
+ </ol>
</li>
<li>After pressing
<i>OK</i> the update site will be available in the sites list
@@ -73,18 +80,13 @@
<li>Select
<i>New Remote Site</i>.
</li>
- <li>Enter "Mylyn" for the name and insert the download site given on the
- <a href="http://www.eclipse.org/mylyn/dl.php">Mylyn downloads page</a>. The URL should end up as something similar to <code>
- <a href="http://download.eclipse.org/tools/mylyn/update/eX.Y">http://download.eclipse.org/tools/mylyn/update/eX.Y</a>.</code> where X.Y is the Eclipse release number.
+ <li>Enter "Mylyn" for the name and insert the update site url:
<ol>
- <li>Eclipse 3.2: <code>
- <a href="http://download.eclipse.org/tools/mylyn/update/e3.2">http://download.eclipse.org/tools/mylyn/update/e3.2</a></code>
- </li>
- <li>Eclipse 3.3: <code>
+ <li><code>
<a href="http://download.eclipse.org/tools/mylyn/update/e3.3">http://download.eclipse.org/tools/mylyn/update/e3.3</a></code>
</li>
- <li>Eclipse 3.4: <code>
- <a href="http://download.eclipse.org/tools/mylyn/update/e3.4">http://download.eclipse.org/tools/mylyn/update/e3.4</a></code> (probably)
+ <li>Additional extension update sites are from
+ <a href="http://www.eclipse.org/mylyn/downloads/">the download page</a>
</li>
</ol>
</li>
diff --git a/org.eclipse.mylyn.help.ui/userguide/Task-List.html b/org.eclipse.mylyn.help.ui/userguide/Task-List.html
index fe8fc48fe..54a939265 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Task-List.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Task-List.html
@@ -240,9 +240,6 @@
<b>Synchronize Changed</b> - Updates the task list with any changes on the task repository.
</li>
<li>
- <b>Print</b> - Prints the task list
- </li>
- <li>
<b>Synchronize Automatically</b> - When checked, the task list will update from the task repository on an interval specified in Window -> Preferences -> Tasks -> Synchronization
</li>
<li>
@@ -285,13 +282,13 @@
<b>Rename</b> - Rename a task.
</li>
<li>
- <b>Go into</b> - Show only the tasks in the selected category.
+ <b>Go into</b> (queries only) - Show only the tasks in the selected category.
</li>
<li>
<b>Import and Export</b> - Access functionality for importing and exporting task data.
</li>
<li>
- <b>Repository</b> - Update repository settings
+ <b>Repository</b> (queries only) - Update repository settings
</li>
<li>
<b>Synchronize</b> - Update the selected tasks or queries from the shared task repository

Back to the top