Open ComiR opened 3 years ago
I received a similar error in intellij after restarting the IDE:
`java.lang.Throwable: An editable copy of Default has not been initialized.
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:370)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.getDefaultScheme(EditorColorsManagerImpl.java:558)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.getGlobalScheme(EditorColorsManagerImpl.java:572)
at com.tobszarny.intellij.plugin.activetabhighlighter.config.HighlighterSettingsConfig.setDefaults(HighlighterSettingsConfig.java:67)
at com.tobszarny.intellij.plugin.activetabhighlighter.config.HighlighterSettingsConfig.
I'm presently working on v2. Lot's of APIs has been deprecate or removed since the v1.5.1. Will look out for these issues resolution in v2 if not resolved already.
Stack trace
``` java.lang.AssertionError: An editable copy of Default has not been initialized. at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.getDefaultScheme(EditorColorsManagerImpl.java:483) at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.getGlobalScheme(EditorColorsManagerImpl.java:493) at com.tobszarny.intellij.plugin.activetabhighlighter.config.HighlighterSettingsConfig.setDefaults(HighlighterSettingsConfig.java:67) at com.tobszarny.intellij.plugin.activetabhighlighter.config.HighlighterSettingsConfig.PhpStorm Version
PhpStorm 2021.2.1 RC Build #PS-212.5080.45, built on August 19, 2021 Runtime version: 11.0.11+9-b1504.16 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.7Unfortunately I can't say what I was doing when it occurred.