Skip to content

Allowing smaller images to show in the Workbench window #3069

Open
@andrew-tram

Description

@andrew-tram

Let's make sure issue is not already fixed in latest builds first.

Suggestion

From a fresh installation and clean workspace:
From the RAP / PDE IDE, after the welcome page, move the bottom layout tab group up a little bit and the PDE image disappears...

Default starting out:
Image

Moved bottom cluster up just a little:

Image

So with our RCP application, we have an open Workbench area just like PDE after Welcome. But our bottom and side views are a little bigger / wider because they need to be to display better. Any more narrow or shallow and it'd like weird.

Would it be possible to allow the image area to be smaller? Or more dynamic perhaps? When using editorOnboardingImage in ...

   <extension
          point="org.eclipse.ui.perspectiveExtensions">
       <perspectiveExtension
             editorOnboardingImage="$nl$/icons/onboarding_plugins.png"
             editorOnboardingText="%perspectiveExtension.editorOnboardingText"
             targetID="com.ibm.ftt.projects.view.ui.views.perspective">
          <editorOnboardingCommand
                id="org.eclipse.ui.window.quickAccess">
          </editorOnboardingCommand>
          <editorOnboardingCommand
                id="org.eclipse.ui.file.newQuickMenu">
          </editorOnboardingCommand>
      </perspectiveExtension>
    </extension>

Community

  • I understand suggesting an enhancement doesn't mandate anyone to implement it. Other contributors may consider this suggestion, or not, at their own convenience. The most efficient way to get it fixed is that I implement it myself and contribute it back as a good quality patch to the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions