Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Relative layout issue with views from different plug-ins
Relative layout issue with views from different plug-ins [message #1060860] Tue, 28 May 2013 17:35 Go to next message
Stephan Druskat is currently offline Stephan DruskatFriend
Messages: 104
Registered: October 2011
Location: Berlin, Germany
Senior Member

Assume that in my RCP I have four plug-ins, that (amongst other things) have the following functionality.


  1. rcp.my.core - declares an empty perspective
  2. rcp.my.gefeditor - implements a GEF editor
  3. rcp.my.navigation - provides a navigation view
  4. rcp.my.console - provides a custom console view


The navigation view is left-relative to org.eclipse.ui.editorss (ratio: 0.2f).
The custom console view is bottom-relative to org.eclipse.ui.editorss (ratio: 0.8f).

The way the workbench looks when I run my product is like this:

--------------------------------
| N |                           |
| A |                           |
| V |                           |
| I |                           |
| G |                           |
| A |                           |
| T |                           |
| I |                           |
| O |                           |
| N |                           |
--------------------------------
| CUSTOM CONSOLE VIEW           |
--------------------------------


However, I want it to look like this:


--------------------------------
| N |                           |
| A |                           |
| V |                           |
| I |                           |
| G |                           |
| A |                           |
| T |                           |
| I |                           |
| O |---------------------------|
| N | CUSTOM CONSOLE VIEW       |
--------------------------------

My simple question is: what am I doing wrong?

As I don't want to introduce unnecessary dependencies, I have added the view to the core perspective declaratively. Is this an issue of in which order the plugins are started?

[Updated on: Tue, 28 May 2013 17:37]

Report message to a moderator

Re: Relative layout issue with views from different plug-ins [message #1061561 is a reply to message #1060860] Sun, 02 June 2013 22:02 Go to previous message
Stephan Druskat is currently offline Stephan DruskatFriend
Messages: 104
Registered: October 2011
Location: Berlin, Germany
Senior Member

Any help would be much appreciated.
Previous Topic:How to supress Message "Java was started but returned exit code"
Next Topic:How to add columns in SourceViewer at right side?
Goto Forum:
  


Current Time: Tue Apr 23 08:10:30 GMT 2024

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

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

Back to the top