carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/158/1/.cp/doc/overview.html
changeset 5 684bf18fdedf
equal deleted inserted replaced
4:4764c8c88759 5:684bf18fdedf
       
     1 <html>
       
     2 <head>
       
     3 <meta name="copyright"
       
     4 	content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
       
     5 <meta http-equiv="Content-Language" content="en-us">
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
       
     7 <link rel="STYLESHEET" href="book.css" charset="ISO-8859-1"
       
     8 	type="text/css">
       
     9 <style>
       
    10 td {
       
    11 	border-top: solid thin black;
       
    12 }
       
    13 
       
    14 img[alt] {
       
    15 	background-color: #ffdddd;
       
    16 }
       
    17 
       
    18 tr {
       
    19 	vertical-align: top;
       
    20 }
       
    21 </style>
       
    22 <title>Mylyn Overview</title>
       
    23 <script language="JavaScript"
       
    24 	src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
       
    25 </head>
       
    26 
       
    27 <body>
       
    28 
       
    29 <h2>Mylyn Overview</h2>
       
    30 
       
    31 <p>Mylyn documentation is available online at: <b>
       
    32 <a href="http://eclipse.org/mylyn/start/">http://eclipse.org/mylyn/start</a>
       
    33 </b></p>
       
    34 <p>The New &amp; Noteworthy for Mylyn 2.3 is at: <b>
       
    35 <a href="http://www.eclipse.org/mylyn/new">http://eclipse.org/mylyn/new</a> </b> </p>
       
    36 <p>Mylyn is a task-focused UI for Eclipse that makes working with very large 
       
    37 workspaces as easy as working with small ones. Mylyn extends Eclipse with rich 
       
    38 facilities for keeping track of the tasks that you work and collaborate on. A 
       
    39 task is defined as any unit of work that you want to recall or share with 
       
    40 others, such as a bug reported by a user or a note to yourself about improving a 
       
    41 feature. You can store tasks locally in your workspace, or they can come from 
       
    42 one or more task repositories. To connect to a task repository, for example a 
       
    43 bug tracker such as Bugzilla, you must have a connector that supports that 
       
    44 repository. </p>
       
    45 <p>Once your tasks are integrated, Mylyn monitors your work activity
       
    46 on those tasks to identify information relevant to the task-at-hand.
       
    47 System artifacts such as files, types, methods, and fields get assigned
       
    48 a degree-of-interest based on how recently and frequently you interact
       
    49 with them. This results in uninteresting elements being filtered from
       
    50 view within Eclipse, allowing you to focus on on what is important. From
       
    51 this, Mylyn creates a task context, which is the set of all artifacts
       
    52 related to your task. These can include methods you have edited, APIs
       
    53 you have referred to, and documents you have browsed. Mylyn uses this
       
    54 task context to focus the Eclipse UI on interesting information, hide
       
    55 what's uninteresting, and automatically find what's related. Having the
       
    56 information you need to get your work done at your fingertips improves
       
    57 your productivity by reducing the time you spend searching, scrolling,
       
    58 and navigating. By making task context explicit, Mylyn also facilitates
       
    59 multitasking, planning, reusing past efforts, and sharing expertise.</p>
       
    60 
       
    61 <img src=images/mylyn-2.0.png>
       
    62 </body>
       
    63 </html>