eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

How to remove Eclipse Test Menus and Tabs #62

Closed autumoswitzerland closed 1 year ago

autumoswitzerland commented 1 year ago

Eclipse shows eclipse developer test menus and tabs.

An eclipse developer gave me a link to an unofficial eclipse distribution once.

Since then I have Test menus and tabs shown in eclipse everywhere. I just installed a new clean latest eclipse version (2022-06 - jee edition) and I transferred my installed software and my eclipse workspace and the test entries show up again.

How can I permanently remove these test entries?

See attached image too. eclipse

akurtakov commented 1 year ago

Go to Help/About Eclipse SDK/Installation details/Features and give us the list of installed features and we can try to figure out what you need to uninstall.

autumoswitzerland commented 1 year ago

Here's the list. Very appreciated!

Bildschirmfoto 2022-09-14 um 18 06 45 Bildschirmfoto 2022-09-14 um 18 06 56

mickaelistria commented 1 year ago

Just uninstall the 1st feature org.eclipse.sdk.tests

autumoswitzerland commented 1 year ago

Thanks. Sorry to ask: But how to de-install a feature?

akurtakov commented 1 year ago

Remove org.eclipse.sdk.examples too. You can do that in the first tab "Installed Software". Look for tests and examples and at the botton there is Uninstall button when you have something selected.

autumoswitzerland commented 1 year ago

Those ? Bildschirmfoto 2022-09-14 um 18 16 21

akurtakov commented 1 year ago

Those ? Bildschirmfoto 2022-09-14 um 18 16 21

Yes.

autumoswitzerland commented 1 year ago

Looks good so far. Thanks!