Fix #EDU-565 The shortcut for "check task" doesn't work
authorValentina Kiryushkina <valentina.kiryushkina@jetbrains.com>
Mon, 14 Mar 2016 11:33:43 +0000 (14:33 +0300)
committerValentina Kiryushkina <valentina.kiryushkina@jetbrains.com>
Mon, 14 Mar 2016 11:38:25 +0000 (14:38 +0300)
commit7ccccc3b368e20aefce7478548730715ab353281
tree853cc979f2fe3344f04631228ffb6f80b25ad694
parenta5c7f891d6896ae1d0b917bfd83a1bfc5e461b6d
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
16 files changed:
python/educational-core/student/resources/META-INF/plugin.xml
python/educational-core/student/src/com/jetbrains/edu/learning/StudyInstructionPainter.java [deleted file]
python/educational-core/student/src/com/jetbrains/edu/learning/StudyProjectComponent.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyCheckAction.java [deleted file]
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyNextStudyTaskAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyNextWindowAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyPrevWindowAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyPreviousStudyTaskAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyRefreshTaskFileAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyShowHintAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyTaskNavigationAction.java
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyToolbarAction.java [new file with mode: 0644]
python/educational-core/student/src/com/jetbrains/edu/learning/actions/StudyWindowNavigationAction.java
python/educational-python/student-python/resources/META-INF/plugin.xml
python/educational-python/student-python/src/com/jetbrains/edu/learning/PyStudyCheckAction.java
python/educational-python/student-python/src/com/jetbrains/edu/learning/PyStudyInstructionPainter.java [new file with mode: 0644]