diff --git a/python/educational-python/course-creator-python/course-creator-python.iml b/python/educational-python/course-creator-python/course-creator-python.iml deleted file mode 100644 index ba637201f6dc..000000000000 --- a/python/educational-python/course-creator-python/course-creator-python.iml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/python/educational-python/course-creator-python/src/icons/CourseCreatorPythonIcons.java b/python/educational-python/course-creator-python/src/icons/CourseCreatorPythonIcons.java deleted file mode 100644 index b4bcd501ad76..000000000000 --- a/python/educational-python/course-creator-python/src/icons/CourseCreatorPythonIcons.java +++ /dev/null @@ -1,17 +0,0 @@ -package icons; - -import com.intellij.openapi.util.IconLoader; - -import javax.swing.*; - -/** - * NOTE THIS FILE IS AUTO-GENERATED - * DO NOT EDIT IT BY HAND, run build/scripts/icons.gant instead - */ -public class CourseCreatorPythonIcons { - private static Icon load(String path) { - return IconLoader.getIcon(path, CourseCreatorPythonIcons.class); - } - - public static final Icon CourseCreationProjectType = load("/icons/CourseCreationProjectType.png"); // 16x16 -} diff --git a/python/educational-python/main_pycharm_edu.iml b/python/educational-python/main_pycharm_edu.iml index c2e9e1eff290..465313c7319f 100644 --- a/python/educational-python/main_pycharm_edu.iml +++ b/python/educational-python/main_pycharm_edu.iml @@ -16,7 +16,6 @@ - diff --git a/python/educational-python/course-creator-python/resources/fileTemplates/internal/task.html.ft b/python/educational-python/resources/fileTemplates/internal/task.html.ft similarity index 100% rename from python/educational-python/course-creator-python/resources/fileTemplates/internal/task.html.ft rename to python/educational-python/resources/fileTemplates/internal/task.html.ft diff --git a/python/educational-python/course-creator-python/resources/fileTemplates/internal/task.md.ft b/python/educational-python/resources/fileTemplates/internal/task.md.ft similarity index 100% rename from python/educational-python/course-creator-python/resources/fileTemplates/internal/task.md.ft rename to python/educational-python/resources/fileTemplates/internal/task.md.ft diff --git a/python/educational-python/course-creator-python/resources/fileTemplates/internal/task.py.ft b/python/educational-python/resources/fileTemplates/internal/task.py.ft similarity index 100% rename from python/educational-python/course-creator-python/resources/fileTemplates/internal/task.py.ft rename to python/educational-python/resources/fileTemplates/internal/task.py.ft diff --git a/python/educational-python/course-creator-python/resources/fileTemplates/internal/tests.py.ft b/python/educational-python/resources/fileTemplates/internal/tests.py.ft similarity index 100% rename from python/educational-python/course-creator-python/resources/fileTemplates/internal/tests.py.ft rename to python/educational-python/resources/fileTemplates/internal/tests.py.ft diff --git a/python/educational-python/course-creator-python/resources/META-INF/plugin.xml b/python/educational-python/student-python/resources/META-INF/course-creator.xml similarity index 60% rename from python/educational-python/course-creator-python/resources/META-INF/plugin.xml rename to python/educational-python/student-python/resources/META-INF/course-creator.xml index 85ec939dd37e..29d74733ee4e 100644 --- a/python/educational-python/course-creator-python/resources/META-INF/plugin.xml +++ b/python/educational-python/student-python/resources/META-INF/course-creator.xml @@ -1,23 +1,4 @@ - com.jetbrains.edu.coursecreator.python - Course Creator for PyCharm Edu - 2.0.3 - - . - ]]> - JetBrains - - - - - com.intellij.modules.platform - com.intellij.modules.python - com.jetbrains.edu.coursecreator - com.jetbrains.edu.interactivelearning - com.jetbrains.python.edu.interactivelearning.python - diff --git a/python/educational-python/student-python/resources/META-INF/plugin.xml b/python/educational-python/student-python/resources/META-INF/plugin.xml index ad55873def45..2a5a9bd21263 100644 --- a/python/educational-python/student-python/resources/META-INF/plugin.xml +++ b/python/educational-python/student-python/resources/META-INF/plugin.xml @@ -18,6 +18,7 @@ com.intellij.modules.lang com.intellij.modules.python com.jetbrains.edu.interactivelearning + com.jetbrains.edu.coursecreator diff --git a/python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType.png b/python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType.png similarity index 100% rename from python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType.png rename to python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType.png diff --git a/python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType@2x.png b/python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType@2x.png similarity index 100% rename from python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType@2x.png rename to python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType@2x.png diff --git a/python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType@2x_dark.png b/python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType@2x_dark.png similarity index 100% rename from python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType@2x_dark.png rename to python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType@2x_dark.png diff --git a/python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType_dark.png b/python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType_dark.png similarity index 100% rename from python/educational-python/course-creator-python/resources/icons/CourseCreationProjectType_dark.png rename to python/educational-python/student-python/resources/icons/com/jetbrains/edu/learning/CourseCreationProjectType_dark.png diff --git a/python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/CreateFromArchiveProjectStep.java b/python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/CreateFromArchiveProjectStep.java similarity index 100% rename from python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/CreateFromArchiveProjectStep.java rename to python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/CreateFromArchiveProjectStep.java diff --git a/python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCChangeCourseInfo.java b/python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCChangeCourseInfo.java similarity index 100% rename from python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCChangeCourseInfo.java rename to python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCChangeCourseInfo.java diff --git a/python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCCreateProjectFromArchive.java b/python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCCreateProjectFromArchive.java similarity index 100% rename from python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCCreateProjectFromArchive.java rename to python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCCreateProjectFromArchive.java diff --git a/python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCLanguageManager.java b/python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCLanguageManager.java similarity index 100% rename from python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCLanguageManager.java rename to python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCLanguageManager.java diff --git a/python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCProjectGenerator.java b/python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCProjectGenerator.java similarity index 97% rename from python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCProjectGenerator.java rename to python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCProjectGenerator.java index 351a8807898c..08b023c7d613 100644 --- a/python/educational-python/course-creator-python/src/com/jetbrains/edu/coursecreator/PyCCProjectGenerator.java +++ b/python/educational-python/student-python/src/com/jetbrains/edu/coursecreator/PyCCProjectGenerator.java @@ -27,7 +27,7 @@ import com.jetbrains.python.PythonLanguage; import com.jetbrains.python.newProject.PyNewProjectSettings; import com.jetbrains.python.newProject.PythonProjectGenerator; import com.jetbrains.python.remote.PyProjectSynchronizer; -import icons.CourseCreatorPythonIcons; +import icons.InteractiveLearningPythonIcons; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -52,7 +52,7 @@ public class PyCCProjectGenerator extends PythonProjectGenerator + \ No newline at end of file