Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Phantom Editor view left around
Phantom Editor view left around [message #1791664] Tue, 03 July 2018 09:57
Eclipse UserFriend
In our custom RCP app, at the point the last editor is closed, we attempt to hide the editor area, however the editor area persists overlaying the view to the right of the content area which moves in to cover the space.

index.php/fa/33299/0/

In our PartListener>partClosed event

        int numEditors = partRef.getPage().getEditorReferences().length;
        if (numEditors == 0) {           
          partRef.getPage().setEditorAreaVisible(false);
        }


If I was to comment out the setEditorAreaVisible line, the editor area would hang around and the right view wouldn't flow into the center.

index.php/fa/33300/0/
Previous Topic:64 bit RCP application not able to read and write in Program Files or Program Files(x86)
Next Topic:e4xmi view appearance changes on eclipse
Goto Forum:
  


Current Time: Thu Jul 10 07:27:36 EDT 2025

Powered by FUDForum. Page generated in 0.03105 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top