Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set the window of an eclipse e4 application to have the whole screen size

How do I define in the Application.e4xmi that I want my window to have as size the whole available screen?
What values should we add to the Bounds(x,y,w,h) of the Trimmed Window?
I tried -1,-1,-1,-1 but it does not work.
Any ideas?

like image 845
Cratylus Avatar asked Sep 22 '12 12:09

Cratylus


1 Answers

Add the tag shellMaximized to the supplementary tab of your TrimmedWindow like this:

Screenshot

See the Eclipse 4 RCP - Tutorial by Lars Vogel for more information.

like image 199
Modus Tollens Avatar answered Oct 28 '22 02:10

Modus Tollens