How to determine in Application.e4xmithat I want my window to be the size of the entire available screen?What values should be added to Bounds(x,y,w,h) Trimmed Window?I tried -1,-1,-1,-1, but it does not work.Any ideas?
Application.e4xmi
Bounds(x,y,w,h)
Trimmed Window
-1,-1,-1,-1
Add the tag shellMaximizedto your extra tab TrimmedWindowas follows:
shellMaximized
TrimmedWindow
See the Eclipse 4 RCP - Tutorial by Lars Vogel for more details .