Darkest Dark Theme with DevStyle

Add this URL to your Eclipse Installation to reach this solution's update site.

2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7)

https://devstyle.codetogether.io

Neon (4.6)

https://devstyle.codetogether.io

Learn more...
Solution Description

Darkest Dark theme from DevStyle - a free plugin providing an enhanced set of experiences for Eclipse. Included:

  • Darkest Dark theme - #1 in the Marketplace:
    True dark theme with flat replacement icons
    A great experience over Windows, Mac and Linux
     
  • Included with DevStyle:
    New light and dark color themes
    All new startup experience for Eclipse
    Inline search for text editors

​Entirely free to use!  Get DevStyle today.

Categories: IDE, UI

Additional Details

Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: CodeTogether Inc.

Development Status: Production/Stable

Date Created: Tuesday, January 31, 2017 - 12:51

License: Commercial - Free

Date Updated: Friday, September 20, 2024 - 09:08

Submitted by: Tim Webb

Screenshot
Date Ranking Installs Clickthroughs
October 2024 5/529 2222 7
September 2024 4/642 12415 66
August 2024 5/641 9292 54
July 2024 5/663 9672 45
June 2024 6/681 10827 75
May 2024 6/682 10796 49
April 2024 5/687 12345 57
March 2024 4/694 14353 82
February 2024 5/687 11373 322
January 2024 5/691 10676 75
December 2023 6/671 9424 59
November 2023 6/686 11696 50
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 242

Count Error Message
157 Cannot continue the operation. There is another install operation in progress.
19 Cannot complete the install because one or more required items could not be…
11 Cannot complete the install because one or more required items could not be…
9 Cannot complete the install because one or more required items could not be…
5 Cannot complete the install because one or more required items could not be…
4 Cannot complete the install because one or more required items could not be…
3 Cannot complete the install because one or more required items could not be…
3 Cannot complete the install because one or more required items could not be…
3 Cannot complete the install because one or more required items could not be…
3 Cannot complete the install because of a conflicting dependency. Software…
3 无法继续操作。正在执行另一个安装操作。
3 Cannot complete the install because one or more required items could not be…
2 Cannot complete the install because one or more required items could not be…
2 Cannot complete the install because one or more required items could not be…
2 Cannot complete the install because one or more required items could not be…
2 Cannot complete the install because of a conflicting dependency. Software…
2 Cannot complete the install because one or more required items could not be…
2 Cannot complete the install because one or more required items could not be…
1 Cannot complete the install because one or more required items could not be…
1 操作を続行できません。 別のインストール操作が進行中です。
1 Cannot complete the install because of a conflicting dependency. Software…
1 Cannot complete the install because one or more required items could not be…
1 Cannot complete the install because one or more required items could not be…
1 Cannot complete the install because one or more required items could not be…
1 Cannot complete the install because one or more required items could not be…
Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Darkest Dark Theme with DevStyle.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

As mentioned in other reviews, the plugin is completely broken in Eclipse 2024-09 and prevents the IDE from starting up. Mentioned workarounds help boot into Eclipse to uninstall it, but nothing makes the theme actually work. Resorted to the built-in dark mode theme for the time being.

Ruby 2023.3.5 (1C:Enterprise Development Tools)
DevStyle (includes Darkest Dark Theme)    2024.2.0.202406171634

If setup "Dark" you will see absolutely nothing until change active element of the tree.
I wiil be happy about any help/direction to right path of .css/settings to solve it.
Most convinient way to reproduce: open settings, left side is tree view. Select anything and try to read. 

I managed to start latest Eclipse STS with DevStyle Darkest Dark by deleting all com.genuitec.* packages in the plugins and features subfolders of the installation.

This is broken on Eclipse 2024-09 and REALLY screws eclipse up...

The error is this:

java.lang.NoSuchFieldError: Class org.eclipse.swt.graphics.Image does not have member field 'int currentDeviceZoom'

 

Looking in the SWT code on github, currentDeviceZoom is a PRIVATE field and they changed the name of the field or removed it.

 

TIP - Don't use private fields or methods in other peoples code...

!ENTRY org.eclipse.osgi 4 0 2024-09-11 14:54:40.151
!MESSAGE Application error
!STACK 1
java.lang.NoSuchFieldError: Class org.eclipse.swt.graphics.Image does not have member field 'int currentDeviceZoom'
    at org.eclipse.swt.graphics.Image._createDisabled(Image.java:2528)
    at org.eclipse.swt.graphics.Image.<init>(Image.java:255)
    at org.eclipse.jface.resource.DerivedImageDescriptor.internalCreateImage(DerivedImageDescriptor.java:83)
    at org.eclipse.jface.resource.DerivedImageDescriptor.createResource(DerivedImageDescriptor.java:51)
 

Getting the below error messgae while trying to install :

Cannot complete the install because some dependencies are not satisfiable
 Software being installed: a.jre.javase 20.0.0
 Software currently installed: Eclipse IDE for Enterprise Java and Web Developers 4.32.0.20240606-1231 (epp.package.jee 4.32.0.20240606-1231)
 Cannot satisfy dependency:
   From: Eclipse IDE for Enterprise Java and Web Developers 4.32.0.20240606-1231 (epp.package.jee 4.32.0.20240606-1231)
   To: osgi.ee; JavaSE [21.0.0,21.0.0], filter=(osgi.os=win32)

Dear all, 
is it just me or is there still something wrong with the current version of the theme. 

Please, help me out.

I have a brand-new installation of Eclipse 2024-06 "Eclipse IDE for Enterprise Java and Web Developers" on a standard Win10 x86_64 PC. 
I also installed some other addons from SAP an from the Market Place, everything went fine. 
Then I tried to install the Darkest Dark Theme, first from the Marketplace and second directly via DevStyle CI Update Site - https://devstyle.codetogether.io.
Both installations failed with the same Errors:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Can't download artifact osgi.bundle,com.genuitec.eclipse.theming.elevation.win32,2024.2.0.202406171634 required by com.genuitec.eclipse.theming.elevation.win32[2024.2.0.202406171634], com.genuitec.eclipse.json.simple[2024.2.0.202406171634], com.genuitec.eclipse.startup.workspace[2024.2.0.202406171634], configure.com.genuitec.eclipse.patches[2024.2.0.20181002], com.genuitec.eclipse.core.common.platform[2024.2.0.202406171634], com.genuitec.eclipse.theming.ui[2024.2.0.202406171634], com.genuitec.eclipse.theming.core.feature.feature.group[2024.2.0.202406171634], com.genuitec.eclipse.theming.scrollbar.win[2024.2.0.202406171634], com.genuitec.eclipse.theming.css[2024.2.0.202406171634], com.genuitec.eclipse.inlinesearch[2024.2.0.202406171634], com.genuitec.eclipse.startup[2024.2.0.202406171634], com.genuitec.eclipse.webclipse.evergreen[2024.2.0.202406171634], org.eclipse.nebula.widgets.gallery[1.0.0.201706221838], com.genuitec.eclipse.core.common.rss[2024.2.0.202406171634], com.genuitec.eclipse.theming.base.win[2024.2.0.202406171634], com.genuitec.eclipse.theming.scrollbar[2024.2.0.202406171634], com.genuitec.eclipse.meexplorer[2024.2.0.202406171634], com.genuitec.eclipse.webicons[2024.2.0.202406171634], com.genuitec.eclipse.theming.base[2024.2.0.202406171634], com.genuitec.eclipse.patches[2024.2.0.202406171634], com.genuitec.eclipse.theming.epl[2024.2.0.202406171634], com.genuitec.eclipse.theming.core[2024.2.0.202406171634], com.genuitec.eclipse.theming.elevation.win32[2024.2.0.202406171634], com.genuitec.eclipse.meexplorer.jdt[2024.2.0.202406171634], com.genuitec.eclipse.ui.common.platform[2024.2.0.202406171634], com.genuitec.eclipsecolortheme.api[2024.2.0.202406171634] from any of the following repositories: 
file:/C:/Users/X-removed-X/AppData/Local/eclipse/p2/org.eclipse.equinox.p2.core/cache/
file:/C:/Users/X-removed-X/AppData/Local/eclipse/configuration/org.eclipse.osgi/405/data/listener_1925729951/
file:/C:/Users/X-removed-X/AppData/Local/eclipse/
http://download.eclipse.org/usssdk/updates/release/latest
https://devstyle.codetogether.io
https://download.eclipse.org/modeling/emf/emf/builds/release/2.38.0
https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.30.0
https://download.eclipse.org/e4/snapshots/org.eclipse.e4.ui
https://tools.hana.ondemand.com/latest
https://download.eclipse.org/wildwebdeveloper/releases/1.3.6
https://download.eclipse.org/lsp4j/updates/releases/0.23.1
https://download.eclipse.org/technology/m2e/releases/latest
https://download.eclipse.org/eclipse/updates/4.32
https://www.codetogether.com/updates/ci/
https://sap.github.io/abap-cleaner/updatesite
https://download.eclipse.org/mylyn/updates/release/4.2.0
https://download.eclipse.org/lsp4e/releases/0.26.2
https://download.eclipse.org/webtools/repository/latest
https://download.eclipse.org/technology/epp/packages/latest/
https://download.eclipse.org/eclipse/updates/4.31
https://download.eclipse.org/releases/latest
https://download.eclipse.org/justj/epp/release/latest
https://download.eclipse.org/tm4e/releases/0.12.0
https://download.eclipse.org/releases/2024-06
https://download.eclipse.org/egit/updates-6.9
https://download.eclipse.org/webtools/downloads/drops/R3.33.0/R-3.33.0-20240304165142/repository
https://leuc.de/abapquickfixs4c/
https://download.eclipse.org/justj/jres/21/updates/release/latest

In reply to by Markus Krätzschmar

Dear all.
I found out that our Firewall / Scan Tools blocked the Download of the File "edge.codetogether.com/downloads/products/devstyle/updates/ds20240618/plugins/com.genuitec.eclipse.theming.elevation.win32_2024.2.0.202406171634.jar"
May be the Developer can check if this is still needed, or if everthing inside is needed. 
Win32 is long gone. 
KR
Markus
 

In reply to by Wojciech Galanciak

Dear Wojciech Galanciak

I still have trouble to get it installed. I get the following Error from Eclipse on a Win10 PC:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Can't download artifact osgi.bundle,com.genuitec.eclipse.theming.elevation.win32,2024.2.0.202406171634 required by com.genuitec.eclipse.theming.elevation.win32[2024.2.0.202406171634], com.genuitec.eclipse.json.simple[2024.2.0.202406171634], com.genuitec.eclipse.startup.workspace[2024.2.0.202406171634], configure.com.genuitec.eclipse.patches[2024.2.0.20181002], com.genuitec.eclipse.core.common.platform[2024.2.0.202406171634], com.genuitec.eclipse.theming.ui[2024.2.0.202406171634], com.genuitec.eclipse.theming.core.feature.feature.group[2024.2.0.202406171634], com.genuitec.eclipse.theming.scrollbar.win[2024.2.0.202406171634], com.genuitec.eclipse.theming.css[2024.2.0.202406171634], com.genuitec.eclipse.inlinesearch[2024.2.0.202406171634], com.genuitec.eclipse.startup[2024.2.0.202406171634], com.genuitec.eclipse.webclipse.evergreen[2024.2.0.202406171634], org.eclipse.nebula.widgets.gallery[1.0.0.201706221838], com.genuitec.eclipse.core.common.rss[2024.2.0.202406171634], com.genuitec.eclipse.theming.base.win[2024.2.0.202406171634], com.genuitec.eclipse.theming.scrollbar[2024.2.0.202406171634], com.genuitec.eclipse.meexplorer[2024.2.0.202406171634], com.genuitec.eclipse.webicons[2024.2.0.202406171634], com.genuitec.eclipse.theming.base[2024.2.0.202406171634], com.genuitec.eclipse.patches[2024.2.0.202406171634], com.genuitec.eclipse.theming.epl[2024.2.0.202406171634], com.genuitec.eclipse.theming.core[2024.2.0.202406171634], com.genuitec.eclipse.theming.elevation.win32[2024.2.0.202406171634], com.genuitec.eclipse.meexplorer.jdt[2024.2.0.202406171634], com.genuitec.eclipse.ui.common.platform[2024.2.0.202406171634], com.genuitec.eclipsecolortheme.api[2024.2.0.202406171634] from any of the following repositories: 
https://devstyle.codetogether.io
https://www.codetogether.com/updates/ci/

 

Hi,

When I've updated Eclipse to latest version 2024-06, I had issues with display of project trees and lists.

I tried to reinstall a fresh Eclipse from scratch and just add devstyle but the same issues araised.

For the bad list display, there seem to be a problem with column size, in fact all columns are always reduced to 0 width on the left, I can still pick them up and resize them which allows to see the contents, this is weird.

Anyways before this issue devstyle has always been my prefered them for Eclipse, bringing the darkest dark them I like so much and the best loading screen with humoristic quotes.

Continue the good work and fix this issue so that we can continue to enjoy the best dark theme :)

In reply to by Stephen H

I've upgraded Eclipse to 2024-06 and it seems that the plugin doesn't work at all. At the end it breakes Eclipse completly:

 

java.lang.NullPointerException: Cannot invoke "com.codeaffine.eclipse.swt.widget.scrollable.context.Reconciliation.runWithSuspendedBoundsReconciliation(java.lang.Runnable)" because "this.reconciliation" is null
    at com.codeaffine.eclipse.swt.widget.scrollable.TreeAdapter.setBounds(TreeAdapter.java:311)
    at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:697)
    at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:201)
    at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1339)
    at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1740)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4789)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
    at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:91)
    at org.eclipse.swt.widgets.Control.WM_WINDOWPOSCHANGED(Control.java:5656)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4802)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
    at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:997)
    at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:974)
    at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:1170)
    at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1744)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4789)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
    at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:91)
    at org.eclipse.swt.widgets.Control.WM_WINDOWPOSCHANGED(Control.java:5656)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4802)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5050)
    at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
    at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:997)
    at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:974)
    at org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:1170)
    at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1340)
    at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1324)
    at org.eclipse.swt.widgets.Composite.layout(Composite.java:704)
    at org.eclipse.swt.widgets.Composite.layout(Composite.java:656)
    at org.eclipse.swt.widgets.Composite.layout(Composite.java:612)
    at com.abapblog.classicOutline.views.View.getViewerForLinkedObject(View.java:74)
    at com.abapblog.classicOutline.views.View$2.run(View.java:292)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4058)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3676)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
    at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
    at java.base/java.lang.reflect.Method.invoke(Method.java:580)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1481)

In reply to by Stephen H

Confirmed, I had to uninstall DevStyle and DarkestDark for it to work after migrating to 2024-06.

java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
    at java.desktop/java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
    at java.desktop/java.awt.image.BufferedImage.<init>(BufferedImage.java:333)
    at com.genuitec.eclipse.webicons.IconDefinition.createImageData(IconDefinition.java:135)
    at com.genuitec.eclipse.webicons.IconImageDescriptor$IconImageDataProvider.getImageData(IconImageDescriptor.java:21)
    at org.eclipse.swt.internal.DPIUtil.lambda$2(DPIUtil.java:550)

It says:
Could you please taker a look into the issue. 
Many Thanks in Advance.

An error occurred while collecting items to be installed

session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Artifact not found: https://edge.codetogether.com/downloads/products/devstyle/updates/ds202….

https://edge.codetogether.com/downloads/products/devstyle/updates/ds202…

Hi, unfortunately since upgrading to the newest Eclipse version (2024-03) i cannot install the theme anymore:

An error occurred while collecting items to be installed

session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Artifact not found: https://edge.codetogether.com/downloads/products/devstyle/updates/ds202….

https://edge.codetogether.com/downloads/products/devstyle/updates/ds20240229/plugins/com.genuitec.eclipse.theming.elevation.win32_2024.1.0.202402281519.jar

 

Thanks for checking!

Since the upgrade to Eclipse 4.31 it is not possible anymore to install Devstyle Darkest Theme!

The following error message occurs:

Unable to read repository at https://devstyle.codetogether.io/content.xml.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

 

Also when trying with genuitec-Update URL the same message is coming.

Can you please repair your repository so that it will work with Eclipse 4.31.

 

Thanks in advance!

java.lang.Error: SWT Resource was not properly disposed
    at org.eclipse.swt.graphics.Resource.initNonDisposeTracking(Resource.java:172)
    at org.eclipse.swt.graphics.Resource.<init>(Resource.java:120)
    at org.eclipse.swt.graphics.Image.<init>(Image.java:669)
    at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:300)
    at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:289)
    at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:267)
    at com.genuitec.eclipse.startup.dialogs.tabs.RecentTabFactory.createTabArea(RecentTabFactory.java:92)
    at com.genuitec.eclipse.startup.dialogs.tabs.CodeFullyTabFactory.createContents(CodeFullyTabFactory.java:139)
    at com.genuitec.eclipse.startup.dialogs.custom.SideTabFolder.createTabContent(SideTabFolder.java:455)
    at com.genuitec.eclipse.startup.dialogs.custom.SideTabFolder.doCreateTabs(SideTabFolder.java:224)
    at com.genuitec.eclipse.startup.dialogs.custom.SideTabFolder.createTabs(SideTabFolder.java:155)
    at com.genuitec.eclipse.startup.dialogs.custom.AbstactSideTabDialog.createTabs(AbstactSideTabDialog.java:142)
    at com.genuitec.eclipse.startup.dialogs.custom.CustomStartupDialog.createTabs(CustomStartupDialog.java:464)
    at com.genuitec.eclipse.startup.dialogs.custom.CustomStartupDialog.createTabs(CustomStartupDialog.java:460)
    at com.genuitec.eclipse.startup.dialogs.custom.AbstactSideTabDialog.createContents(AbstactSideTabDialog.java:122)
    at org.eclipse.jface.window.Window.create(Window.java:431)
    at org.eclipse.jface.window.Window.open(Window.java:788)
    at com.genuitec.eclipse.startup.dialogs.custom.AbstactSideTabDialog.open(AbstactSideTabDialog.java:61)
    at com.genuitec.eclipse.startup.dialogs.custom.CustomStartupDialog.prompt(CustomStartupDialog.java:335)

After update STM32CubeIDE to version 1.14.0, DevStyle cannot applying on start and have loop restart with message:

Given how DevStyle intercepts certain components of this IDE, it is recommended to restart now.
Continue with restart?

Clicking OK, then restart and same message again. If clicking Cancel, then have just "wite" IDE with no DevStyle changes.

Then i uninstall DevStyle and when trying to install it was failed with message:

The following solutions are not available: Darkest Dark Theme with DevStyle 2022.6.13a
Proceed with the installation anyways?

Clicking Yes, then:

Cannot complete the request. See the error log for details.

Please help! ))

This is what I am geeting:

Unable to read repository at ...genuitec com updates devstyle ci content.jar.
AuthScheme is null

eclipse.buildId=4.28.0.20230608-1200
java.version=17.0.8
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

org.eclipse.equinox.p2.repository
Warning
Fri Sep 01 10:17:15 ART 2023
Server returned lastModified <= 0 for https genuitec com updates devstyle ci content.jar
 

Hi , my eclipse version 2021-06 . So , I got a error message that " An error has occured.See the log file C:\Users\ous2y\Documents\JavaProjects\.metadata|.log.". How can I delete this plugin? Eclipse doesn't open at all. I need to delete from eclipse folder file.

I'm trying to install this plugin in STS 3.9.9 for Windows 10 (32bits), but it still making the same error everytime:

An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: org.eclipse.update.feature,com.genuitec.eclipse.base.feature,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile5151991864494966.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile5151991864494966.jar
Problems downloading artifact: org.eclipse.update.feature,com.genuitec.eclipse.common.explorer.jdt.feature,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile6921182313697650455.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile6921182313697650455.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.core.common.platform,13.0.2.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile2788977013541497377.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile2788977013541497377.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.core.common.rss,13.0.2.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile5076642768404351491.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile5076642768404351491.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.inlinesearch,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile6024537098253199634.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile6024537098253199634.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.meexplorer,13.0.1.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile7253933474176093622.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile7253933474176093622.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.meexplorer.jdt,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile2098784224926969593.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile2098784224926969593.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.monitor,13.0.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile1073595588474706162.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile1073595588474706162.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.news,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile4523345002533089316.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile4523345002533089316.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.patches,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile7867142857216954818.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile7867142857216954818.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.startup,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile4921960813045457586.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile4921960813045457586.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.startup.workspace,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile4813752720346916983.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile4813752720346916983.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.base,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile5393863731183541664.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile5393863731183541664.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.base.win,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile6816694308138831595.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile6816694308138831595.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.core,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile8899376326602878445.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile8899376326602878445.jar
Problems downloading artifact: org.eclipse.update.feature,com.genuitec.eclipse.theming.core.feature,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile2034273396758957482.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile2034273396758957482.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.css,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile863092004248075296.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile863092004248075296.jar
Problems downloading artifact: org.eclipse.update.feature,com.genuitec.eclipse.theming.designer.feature,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile92045690645877113.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile92045690645877113.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.epl,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile1711225881122262675.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile1711225881122262675.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.icon.designer,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile6964003251523947302.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile6964003251523947302.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.scrollbar,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile5280264111947008187.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile5280264111947008187.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.scrollbar.win,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile3588388033152526762.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile3588388033152526762.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.theming.ui,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile3830172004345978867.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile3830172004345978867.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.ui.common.platform,13.0.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile2821157720207894173.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile2821157720207894173.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.webclipse.evergreen,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile8452915930901187962.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile8452915930901187962.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipse.webicons,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile6537463852821167319.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile6537463852821167319.jar
Problems downloading artifact: osgi.bundle,com.genuitec.eclipsecolortheme.api,1.11.0.202306151725.
Error reading signed content:C:\Users\Israel\AppData\Local\Temp\signatureFile5674749478502802063.jar
An error occurred while processing the signatures for the file: C:\Users\Israel\AppData\Local\Temp\signatureFile5674749478502802063.jar

Is there a solution for this?

Hi, I have this error when trying to install plug in within my corporate computer, is there a way to "install" it copying the files from another computer? Thanks!

 

An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Result of processing steps.
OK
OK
Public key not found for 700e4f39bc05364b.
OK

In reply to by Alejandro De Rosa

Pease install DevStyle manually from the following update site instead - this should work with your version of Eclipse: http://downloads.genuitec.com/downloads/products/devstyle/updates/ds202…

If you are unable to access this update site from your Eclipse installation, please create a mirror from a machine that does have access, as described here: https://www.genuitec.com/forums/topic/offline-installation/#post-615924