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?
  • From: "Hoepfner, Marcus" <marcus.hoepfner@xxxxxxx>
  • Date: Tue, 15 Feb 2022 14:23:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=0PDioKzNEXGUV+T4CLdWJRoha0Az963m6xMKoaimjrs=; b=gUnwUpHTHgcgtyJDmaWL2xZ4ubDMar0Kq55a38P8+olHhvPF8xQBufnrs9UGA0BKDAwldDNIq8ZiLxhAGOFM8AqXHJcThq0bPe0j10oFPhgB4KAJOsCpgeUzNBaL3md1yzqVSAPTVPJz9q1EKYB5DFtxMQUS+RB/bpvz4KXyclVRcJy4zL1BVcbgsTmA/24S1Yq3GXajy3/0Dzf3Tt33O8sFZbBNtKSSIKAeb5GKi4hBekFiB3bVynHLzCQqgkqWEeI/QZqGbjvZUF6zcTmGzduS9VWK41GlTByFXvvsnUXvz2lTCWKGYhzopMdtSRoSFu5gxh5+jlXnpVVLWsMLgg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VbwN1ka2XiSgKMTMYWT6hbXEJl+jyFJHEAYhcaL+eKe8NHBaurb288rKHRB+cgYmuZP+zngtuVe9wf/Gj+g3bOlRF5OO1klscjjrdmytd0CCUD99lLO7P6uTVJsvHB3H6TRQ0XWKlJyojzJH27q0TJXslSHE/A/a4wFFnqAZJK3m3tAzxWEWLNhxSVrlkpuMyz+wpPFelhywMxCy7kjp+M19OuDxVu4Mr4kBBzIPNmCoTxGc/qOuioo9SNA46IBzk5DtsKfU+jPIKeEjYxSBJctLdqgTp1CFZ+jpgTrpdMgmKLq1rgBvZVlSqGuDFyHLukLwp0iSHes6/ctQevEW5w==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYCIJl7kvvq4jJl0afr6UZgA2FNaxhAHOAgCuoaL0=
  • Thread-topic: [platform-dev] Where is the e4 model for the workbench located?

Hi,

 

thanks. I thought I’d see CTabFolder somewhere in the e4xm which I can replace with a customized CTabFolder implementation for testing.

Unfortunately I cannot see this.

What do I have to do if I want to replace the tabfolder in the editor area with some custom implementation?

 

Thanks, Marcus

 

From: Lars Vogel <lars.vogel@xxxxxxxxxxx>
Date: Thursday, 13. January 2022 at 15:20
To: Eclipse platform general developers list. <platform-dev@xxxxxxxxxxx>
Cc: Hoepfner, Marcus <marcus.hoepfner@xxxxxxx>
Subject: Re: [platform-dev] Where is the e4 model for the workbench located?

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://eur03.safelinks.protection.outlook.com/?url=""> 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://eur03.safelinks.protection.outlook.com/?url="">



--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web:
https://eur03.safelinks.protection.outlook.com/?url="">


Back to the top