Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Move a multipe view from one perspective to an other
Move a multipe view from one perspective to an other [message #554113] Fri, 20 August 2010 08:33 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: August 2010
Junior Member
Hello,

I want to create a new perspective different from the default one but using the same views of the default one in the new one created.
In the case of the simple view, I can move it from one perspective to an other without any problem.
In the case of multiple view, I can't do it. In fact, each time I ask to move the view a new empty one is generated in the appropriate place.
How can I resolve this problem.

I have used this code to move the view.

layout.addView(View_id, IPageLayout.LEFT,0.4f, layout.getEditorArea());


=> that is generated the view in the correct position but empty.
I want to move the view with the its data.

Thanks
Re: Move a multipe view from one perspective to an other [message #554502 is a reply to message #554113] Mon, 23 August 2010 12:35 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: August 2010
Junior Member
Did any one knows if there is a problem eclipse with the multiple view Embarrassed
Previous Topic:Ant build and problem markers
Next Topic:Listening to code changes
Goto Forum:
  


Current Time: Tue Apr 23 14:34:14 GMT 2024

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

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

Back to the top