mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix #EDU-565 The shortcut for "check task" doesn't work
Create super class for all toolbar action, so they provide action id and action shortcut to be added
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<directoryProjectGenerator implementation="com.jetbrains.edu.learning.PyStudyDirectoryProjectGenerator"/>
|
||||
<applicationService serviceInterface="com.intellij.openapi.fileEditor.impl.EditorEmptyTextPainter"
|
||||
serviceImplementation="com.jetbrains.edu.learning.PyStudyInstructionPainter" overrides="true"/>
|
||||
</extensions>
|
||||
<extensions defaultExtensionNs="Pythonid">
|
||||
<inspectionExtension implementation="com.jetbrains.edu.learning.highlighting.PyStudyInspectionExtension"/>
|
||||
@@ -42,6 +44,8 @@
|
||||
<action id="StudyWatchTutorial" class="com.jetbrains.edu.learning.actions.PyStudyWatchTutorialAction">
|
||||
<add-to-group group-id="HelpMenu" anchor="before" relative-to-action="HelpTopics"/>
|
||||
</action>
|
||||
<action class="com.jetbrains.edu.learning.PyStudyCheckAction" id="PyCheckAction"
|
||||
/>
|
||||
</actions>
|
||||
|
||||
<project-components>
|
||||
|
||||
Reference in New Issue
Block a user