com.intellij.openapi.application.PyCharmEduConfigImportSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of python-educational Show documentation
Show all versions of python-educational Show documentation
A packaging of the IntelliJ Community Edition python-educational library.
This is release number 1 of trunk branch 142.
The newest version!
package com.intellij.openapi.application;
import com.intellij.ide.plugins.PluginManagerCore;
// see com.intellij.openapi.application.ConfigImportHelper.getConfigImportSettings
@SuppressWarnings("UnusedDeclaration")
public class PyCharmEduConfigImportSettings extends ConfigImportSettings {
public PyCharmEduConfigImportSettings() {
PluginManagerCore.disablePlugin("org.jetbrains.plugins.coursecreator");
}
}