问题
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?
回答1:
Add the tag shellMaximized to the supplementary tab of your TrimmedWindow like this:
See the Eclipse 4 RCP - Tutorial by Lars Vogel for more information.
来源:https://stackoverflow.com/questions/12543858/set-the-window-of-an-eclipse-e4-application-to-have-the-whole-screen-size