mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
move all the content of course-creator module to educational-core module (EDU-898)
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<idea-plugin>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<directoryProjectGenerator implementation="com.jetbrains.edu.coursecreator.PyCCProjectGenerator"/>
|
||||
<configurationType implementation="com.jetbrains.edu.coursecreator.run.PyCCRunTestsConfigurationType"/>
|
||||
<runConfigurationProducer implementation="com.jetbrains.edu.coursecreator.run.PyCCRunTestsConfigurationProducer"/>
|
||||
</extensions>
|
||||
|
||||
<actions>
|
||||
<action class="com.jetbrains.edu.coursecreator.PyCCCreateProjectFromArchive" id="PyCC.NewEdu">
|
||||
<add-to-group group-id="CCFileGroup" anchor="last"/>
|
||||
<add-to-group group-id="CCProjectViewGroup" anchor="last"/>
|
||||
</action>
|
||||
<action class="com.jetbrains.edu.coursecreator.PyCCChangeCourseInfo" id="ChangeCourseInfo" overrides="true"/>
|
||||
</actions>
|
||||
|
||||
</idea-plugin>
|
||||
@@ -17,8 +17,7 @@
|
||||
<depends>com.intellij.modules.lang</depends>
|
||||
<depends>com.intellij.modules.python</depends>
|
||||
<depends>com.jetbrains.edu.interactivelearning</depends>
|
||||
<depends optional="true" config-file="course-creator.xml">com.jetbrains.edu.coursecreator</depends>
|
||||
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<directoryProjectGenerator implementation="com.jetbrains.edu.learning.PyStudyDirectoryProjectGenerator"/>
|
||||
<localInspection shortName="PyStudyInterpreterInspection" bundle="com.jetbrains.python.PyBundle" key="INSP.NAME.invalid.interpreter" groupKey="INSP.GROUP.python" enabledByDefault="true" level="WARNING" implementationClass="com.jetbrains.edu.learning.PyStudyInterpreterInspection"/>
|
||||
@@ -26,6 +25,10 @@
|
||||
<localInspection shortName="PyStudyLanguageLevelInspection" suppressId="PyStudyLanguageLevelInspection" enabledByDefault="true"
|
||||
level="WARNING" implementationClass="com.jetbrains.edu.learning.PyStudyLanguageLevelInspection"
|
||||
displayName="Unsupported language level for a course" groupName="Inspection.Study.Python"/>
|
||||
<!--course creator-->
|
||||
<directoryProjectGenerator implementation="com.jetbrains.edu.coursecreator.PyCCProjectGenerator"/>
|
||||
<configurationType implementation="com.jetbrains.edu.coursecreator.run.PyCCRunTestsConfigurationType"/>
|
||||
<runConfigurationProducer implementation="com.jetbrains.edu.coursecreator.run.PyCCRunTestsConfigurationProducer"/>
|
||||
</extensions>
|
||||
<extensions defaultExtensionNs="Pythonid">
|
||||
<inspectionExtension implementation="com.jetbrains.edu.learning.highlighting.PyStudyInspectionExtension"/>
|
||||
@@ -45,6 +48,12 @@
|
||||
</action>
|
||||
<action class="com.jetbrains.edu.learning.PyStudyCheckAction" id="PyCheckAction"
|
||||
/>
|
||||
<!--course creator-->
|
||||
<action class="com.jetbrains.edu.coursecreator.PyCCCreateProjectFromArchive" id="PyCC.NewEdu">
|
||||
<add-to-group group-id="CCFileGroup" anchor="last"/>
|
||||
<add-to-group group-id="CCProjectViewGroup" anchor="last"/>
|
||||
</action>
|
||||
<action class="com.jetbrains.edu.coursecreator.PyCCChangeCourseInfo" id="ChangeCourseInfo" overrides="true"/>
|
||||
</actions>
|
||||
|
||||
<project-components>
|
||||
|
||||
Reference in New Issue
Block a user