Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何定义Application.e4xmi我希望我的窗口具有整个可用屏幕的大小?我们应该在的 中 添加什么值? 我试过了,但它不起作用。 有任何想法吗? Bounds(x,y,w,h)Trimmed Window-1,-1,-1,-1
Application.e4xmi
Bounds(x,y,w,h)
Trimmed Window
-1,-1,-1,-1
将标签添加shellMaximized到您的补充选项卡中,TrimmedWindow如下所示:
shellMaximized
TrimmedWindow
有关更多信息,请参阅 Lars Vogel 的Eclipse 4 RCP - 教程。