Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » e4 compat layer and standalone views.
e4 compat layer and standalone views. [message #1117517] Thu, 26 September 2013 14:29 Go to next message
Christophe Bouhier is currently offline Christophe BouhierFriend
Messages: 937
Registered: July 2009
Senior Member
Hi,

See the screenshot attached.

In 3.x I could drag "views" around a standalone view and place them,
left, above, below.

With the same code deployed with the e4 compat. layer workbench, I am
not allowed to drag a view to the left, above and below. I can only drag
it to the same placeholder holding the view.

Functionally this is different, is this intended? Should I move away
from standalone views with the e4 workbench compat. layer?

Here is the code for setting the 3.x standalone view.

layout.setEditorAreaVisible(false);
layout.addStandaloneView("com.netxforge.netxstudio.screens.selector.design",
false, IPageLayout.LEFT, 0.5f, IPageLayout.ID_EDITOR_AREA);

Thank you, Christophe
Re: e4 compat layer and standalone views. [message #1131675 is a reply to message #1117517] Thu, 10 October 2013 18:29 Go to previous messageGo to next message
Eric Moffatt is currently offline Eric MoffattFriend
Messages: 118
Registered: July 2009
Senior Member

You should open a defect for this (it's not an enhancement because it used to work). The problem is just that the DND code currently doesn't recognize stand alone MParts as potential targets for a 'split' operation (the one that created a new sash, splitting the existing element with the one being dragged).
Re: e4 compat layer and standalone views. [message #1139405 is a reply to message #1131675] Tue, 15 October 2013 19:00 Go to previous message
Eric Moffatt is currently offline Eric MoffattFriend
Messages: 118
Registered: July 2009
Senior Member

I've opened the following defect to track problems with stand-alone views, I'll add this use case to the list...

https://bugs.eclipse.org/bugs/show_bug.cgi?id=384344

Previous Topic:Contribute new project wizard for kepler/luna ide ?
Next Topic:RCP Issue - Maximize is not working in view part in eclipse 4.3 kelper
Goto Forum:
  


Current Time: Thu Apr 18 21:34:21 GMT 2024

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

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

Back to the top