Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-02-03 03:48:37 +0000
committerspingel2009-02-03 03:48:37 +0000
commit85cdfca5f0823028add287c9343424745451d1f7 (patch)
treefec463d03d6d4b02424bb6f14968887e4a51bf4b /org.eclipse.mylyn.help.ui/userguide/Mylyn Reference.html
parent8d9a2dea97ea412f07c93da0cd57cd101885c7ec (diff)
downloadorg.eclipse.mylyn.tasks-85cdfca5f0823028add287c9343424745451d1f7.tar.gz
org.eclipse.mylyn.tasks-85cdfca5f0823028add287c9343424745451d1f7.tar.xz
org.eclipse.mylyn.tasks-85cdfca5f0823028add287c9343424745451d1f7.zip
NEW - bug 246387: restructure the User Guide and FAQ
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246387
Diffstat (limited to 'org.eclipse.mylyn.help.ui/userguide/Mylyn Reference.html')
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Mylyn Reference.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference.html b/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference.html
new file mode 100644
index 000000000..f9a2561a0
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/userguide/Mylyn Reference.html
@@ -0,0 +1,89 @@
+<?xml version='1.0' encoding='utf-8' ?><!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 Reference</title>
+ <link type="text/css" rel="stylesheet" href="book.css"/>
+ </head>
+ <body>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <th style="width: 100%" align="center" colspan="3">Mylyn Reference</th>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Installation.html" title="Installation">
+ <img alt="Next" border="0" src="images/images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Installation</td>
+ </tr>
+ </table><hr/>
+ <p>
+ <a href="http://wiki.eclipse.org/Mylyn/Category:Mylyn" title="Category:Mylyn">Category:Mylyn</a>
+ </p>
+ <h1 id="Introduction">Introduction</h1>
+ <p>For
+ <b>tutorials and articles on using Mylyn</b> refer to the
+ <b>
+ <a href="http://www.eclipse.org/mylyn/start/">Get Started</a>
+ </b> page. The role of this document is to document the key Mylyn features and is not intended as a tutorial.
+ </p>
+ <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">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>
+ <h2 id="Shortcuts">Shortcuts</h2>
+ <p> <b>&nbsp;Task List view</b>
+ <ul>
+ <li><code>Ctrl+C</code>: copy taks/query URL and description</li>
+ <li><code>Ctrl+F</code>: find</li>
+ <li><code>Insert</code>: new personal task</li>
+ <li><code>F5</code>: synchronize selected</li>
+ <li>When dragging URLs to the Task List: in Mozilla/Firefox just drag, in Internet Explorer <code>Ctrl+drag</code></li>
+ </ul>
+ <b>&nbsp;General</b>
+ <ul>
+ <li><code>Alt+click</code> or <code>Alt+RightArrow</code>: show all children of an element in a focused view, then click to select. Hold down alt to keep drilling in, click on whitespace in view to show all root elements.</li>
+ <li><code>Ctrl+Shift+Alt+RightArrow</code> Quick Context View</li>
+ <li><code>Ctrl+F9</code>: activate task dialog</li>
+ <li><code>Ctrl+Shift+F9</code>: deactivate task</li>
+ <li><code>Ctrl+F12</code>: open task dialog</li>
+ <li><code>Ctrl+Shift+F12</code>: open repository task dialog</li>
+ </ul>
+ <b>&nbsp;Interest manipulation</b>
+ <ul>
+ <li><code>Ctrl+Shift+Up</code>: mark as landmark</li>
+ <li><code>Ctrl+Shift+Down</code>: mark less interesting</li>
+ </ul>
+ <b>&nbsp;Useful Eclipse shortcuts</b>
+ <ul>
+ <li><code>Alt+Shift+Q, K</code>: show
+ <i>Task List</i> view</li>
+ <li><code>Ctrl+F10</code>: invoke view menu or ruler menu in editor</li>
+ </ul>
+ </p><hr/>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <td style="width: 20%" align="left"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Installation.html" title="Installation">
+ <img alt="Next" border="0" src="images/images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top"></td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Installation</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file

Back to the top