How to make Eclipse e4 RCP App Full-screen and Trimless

To make your Eclipse e4 RCP App full-screen and trimless then you need to find your TrimmedWindow element in Windows & Dialog section of Application.e4xmi file.

Add the tag shellMaximized and the persistentState value styleOverride to 8.


Comments

  1. I used above code in my application but still I am getting small window in Linux. It is working fine in Windows OS.

    ReplyDelete

Post a Comment

Popular posts from this blog

Comparison of Cloud Services

When to use Import-Package and Require-Bundle in Eclipse Plugin?