mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EDU-626 "Create new educational project" is not intuitive name
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</extensions>
|
||||
|
||||
<actions>
|
||||
<action class="com.jetbrains.edu.coursecreator.PyCCCreateProjectFromArchive" id="PyCC.NewEdu" text="Create New Educational Project">
|
||||
<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>
|
||||
|
||||
+4
@@ -7,6 +7,10 @@ import com.intellij.openapi.project.DumbAwareAction;
|
||||
import com.intellij.openapi.project.Project;
|
||||
|
||||
public class PyCCCreateProjectFromArchive extends DumbAwareAction {
|
||||
public PyCCCreateProjectFromArchive() {
|
||||
super("Preview Course");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void actionPerformed(AnActionEvent e) {
|
||||
final Project project = e.getData(CommonDataKeys.PROJECT);
|
||||
|
||||
Reference in New Issue
Block a user