Create course from course creator plugin (EDU-349)

This commit is contained in:
Liana Bakradze
2016-06-14 18:28:03 +03:00
parent 667c8dab98
commit a61e8cfdc6
6 changed files with 121 additions and 14 deletions
@@ -32,4 +32,11 @@
<pyReferenceResolveProvider implementation="com.jetbrains.edu.coursecreator.PyCCReferenceResolveProvider"/>
</extensions>
<actions>
<action class="com.jetbrains.edu.coursecreator.PyCCCreateProjectFromArchive" id="PyCC.NewEdu" text="Create New Educational Project">
<add-to-group group-id="CCFileGroup" anchor="last"/>
<add-to-group group-id="CCProjectViewGroup" anchor="last"/>
</action>
</actions>
</idea-plugin>