blob: b3a213a732f66a4c3c6eea792f973e635b5955f2 [file] [log] [blame]
<div>
<h2>Improved FileDialog feedback on failed upload</h2>
<p>
FileDialog now shows a tooltip when you roll over the "failed" icon with the reason of the
failure.
</p>
<p>
<img class="framed" alt="FileDialog feedback tooltip" src="./images/filedialog-feedback.png"/><br/>
</p>
<h2>Add missing API to Grid and JFace viewer classes</h2>
<p>
<ul>
<li><code>Grid.recalculateHeader()</code> method</li>
<li><code>Grid.getColumn(Point)</code> method</li>
<li>Make <code>ColumnViewer#applyEditorValue</code> method public</li>
<li><code>SelectionChangedEvent.getStructuredSelection()</code></li>
</ul>
</p>
<h2>Respect application arguments in e4 IApplicationContext</h2>
<p>
e4 application arguments like "-clearPersistedState" are now respected.
</p>
<h2>Improved focus handling under iOS</h2>
<p>
Using arrow keys in iOS virtual keyboard is now correctly handled by the framework.
</p>
</div>