I am using Eclipse 3.3M7. At some point in 3.3 development, a new
presentation was introduced that upon minimizing a, say, view, it would
go into the nearest trim area with a "Restore" icon to restore that.
Here is the issue that I am running to:
In my RCP app, I have the following layout: a navigation view
(standalone view) on the left side of screen and then the main editor
area to its right. When I double click on the tab of my editors to
maximize them, all looks fine and I get a maximized editor area and the
standalone navigation view minimizes to the trim area on the left with
the restore icon. However, when I click on the restore icon, it doesn't
restore the standalone view (same effect if I double click on the editor
tab as well). The only way I can restore that is to minimize the editor
and maximize it again. Even doing that still leaves the "Restore" icon
on the trim area even though I have the view restored.
Is there something special I need to do with this new presentation to
get the expected behavior with standalone views? I testes and it works
fine with non-standalone views.