[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] reappearing editor area
|
I have 3 views.
The first has the editor area deactivated with
layout.setEditorAreaVisible(false);
The second one has an editor area and the third one has it deactivated.
I start with perspective one, everything is fine.
is witch to perspective two, the editor area appears and the editor is
opened.
I switch to perspective 3 and the editor are disappears.
But if I go back to perspective one after I hit perspective two the
editor area won't disappear.
It stays hidden if I go to perspective three that's what confuses me a lot.
Is this a bug or might there something else be going wrong?
cheers
Jochen