Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Where is the e4 model for the workbench located?

Hi Marcus,

If you looking for .ecore it is here:

https://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.e4.ui.model.workbench/model

Regards,
AF

1/13/2022 5:20 PM, Lars Vogel пишет:
Hi Marcus,

The base model should be here:

./bundles/org.eclipse.ui.ide.application/LegacyIDE_fragment.e4xmi
./bundles/org.eclipse.ui.workbench/LegacyIDE.e4xmi

It is extended with additional entries at startup, see the model spy
which is integrated into PDE and can be used via Windows -> Spy.
Ensure to close it in the official release as 4.21 has a bug which
resets you IDE layout if you leave the spy open and restart.

Best regards, Lars

On Thu, Jan 13, 2022 at 2:35 PM Hoepfner, Marcus via platform-dev
<platform-dev@xxxxxxxxxxx> wrote:
Hi,



I want to work on this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=546115 and as a first shot I wanted to add Wim’s custom CTabFolder implementation to the workbench’s e4 model.



Unfortunately I didn't find the e4 model of the workbench.

In which plugin is it located?



Thanks and happy new year.



Marcus





_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev





Back to the top