Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-10-07 02:38:25 +0000
committermkersten2005-10-07 02:38:25 +0000
commita86fd99fe19768dc712dfc31c2124edf3a528b02 (patch)
tree922f0a6f274d98717c2d116884b14a3b01ca2e0d /org.eclipse.mylyn.help.ui/doc
parent29c41f997e44ca65a57ae4988170487d288e1f16 (diff)
downloadorg.eclipse.mylyn.tasks-a86fd99fe19768dc712dfc31c2124edf3a528b02.tar.gz
org.eclipse.mylyn.tasks-a86fd99fe19768dc712dfc31c2124edf3a528b02.tar.xz
org.eclipse.mylyn.tasks-a86fd99fe19768dc712dfc31c2124edf3a528b02.zip
minor
Diffstat (limited to 'org.eclipse.mylyn.help.ui/doc')
-rw-r--r--org.eclipse.mylyn.help.ui/doc/new.html47
1 files changed, 33 insertions, 14 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/new.html b/org.eclipse.mylyn.help.ui/doc/new.html
index e045178f8..9bba9b235 100644
--- a/org.eclipse.mylyn.help.ui/doc/new.html
+++ b/org.eclipse.mylyn.help.ui/doc/new.html
@@ -9,25 +9,45 @@
<title>Mylar New & Noteworthy</title>
</head>
<body>
-<h2>New and Noteworthy for Mylar 0.3.10</h2>
-<p>Features added since Mylar 0.3.9 are <span style="background-color: #FFCC99">&nbsp;highlighted.</span>&nbsp;
+<h2>New and Noteworthy for Mylar 0.3.11</h2>
+<p>Features added since Mylar 0.3.10 are <span style="background-color: #FFCC99">&nbsp;highlighted.</span>&nbsp;
Send questions to <a href="mailto:mylar-dev@eclipse.org">mylar-dev@eclipse.org</a>.&nbsp;
Submit feature requests to
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mylar">Bugzilla</a>.</p>
<h3>Task context</h3>
+<table cellpadding="10" cellspacing="0" width="600" id="table55">
+ <tr>
+ <td width="30%" valign="top" align="left">
+ <p align="right"><b>Reduced context size</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <span style="background-color: #FFCC99">When a context is saved it
+ gets collapsed to remove redundancy in how interaction events
+ contribute to interest. This results in an order of magnitude file
+ size reduction, and much faster activation/deactivation.</span></td>
+ </tr>
+</table>
+
+<table cellpadding="10" cellspacing="0" width="600" id="table56">
+ <tr>
+ <td>
+ <hr>
+ </td>
+ </tr>
+</table>
+
<table cellpadding="10" cellspacing="0" width="600" id="table42">
<tr>
<td width="30%" valign="top" align="left">
<p align="right"><b>Open Type integration</b></p>
</td>
<td width="70%" valign="top">
- <span style="background-color: #FFCC99">If a task context is active,
- the Open Type dialog will first types that are in the task context,
- and then place those matches on top of the list as you type.&nbsp;
- When no task is active the Open Type dialog reverts to its standard
- behavior of showing types that you have selected from within the
- dialog.</span><p>
+ If a task context is active, the Open Type dialog will first types
+ that are in the task context, and then place those matches on top of
+ the list as you type.&nbsp; When no task is active the Open Type
+ dialog reverts to its standard behavior of showing types that you
+ have selected from within the dialog.<p>
<img border="0" src="images/open-type.gif" width="487" height="259"></td>
</tr>
</table>
@@ -46,8 +66,8 @@ Submit feature requests to
<p align="right"><b>Qualified names in Active Search</b></p>
</td>
<td width="70%" valign="top">
- <span style="background-color: #FFCC99">A toolbar button controls
- whether element names are qualified in the Active Search view.</span><p>
+ A toolbar button controls whether element names are qualified in the
+ Active Search view.<p>
<img border="0" src="images/active-search-qualify.gif" width="236" height="125"></td>
</tr>
</table>
@@ -66,10 +86,9 @@ Submit feature requests to
<p align="right"><b>Increased laziness</b></p>
</td>
<td width="70%" valign="top">
- <span style="background-color: #FFCC99">When no task is active,
- Mylar is inactive and Eclipse should behave as if Mylar were not
- installed.&nbsp; Also, when the Active Search view is closed, no
- background searches will be run.</span></td>
+ When no task is active, Mylar is inactive and Eclipse should behave
+ as if Mylar were not installed.&nbsp; Also, when the Active Search
+ view is closed, no background searches will be run.</td>
</tr>
</table>

Back to the top