mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ok, rollback again
This commit is contained in:
@@ -17,6 +17,7 @@ package com.intellij.codeStyle;
|
||||
|
||||
import com.intellij.openapi.application.ApplicationManager;
|
||||
import com.intellij.openapi.editor.colors.impl.BundledColorSchemesProvider;
|
||||
import com.intellij.util.PlatformUtils;
|
||||
|
||||
/**
|
||||
* @author Konstantin Bulenkov
|
||||
@@ -29,9 +30,9 @@ public class IdeaColorSchemesProvider implements BundledColorSchemesProvider {
|
||||
@Override
|
||||
public String[] getBundledSchemesRelativePaths() {
|
||||
if (ApplicationManager.getApplication().isUnitTestMode()) return null;
|
||||
/*if (PlatformUtils.isCommunity() || PlatformUtils.isIdea()) */return PATHS;
|
||||
if (PlatformUtils.isCommunity() || PlatformUtils.isIdea()) return PATHS;
|
||||
|
||||
//return null;
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user