EDU-683 Do not show placeholders from previous steps in student mode

This commit is contained in:
liana.bakradze
2016-07-20 12:00:13 +03:00
parent 2378c89ea9
commit 119dc90ca0
@@ -56,6 +56,9 @@ public class EduAnswerPlaceholderPainter {
}
public static void drawAnswerPlaceholderFromPrevStep(@NotNull Editor editor, @NotNull AnswerPlaceholder placeholder) {
if (placeholder.getUseLength()) {
return;
}
EditorColorsScheme scheme = EditorColorsManager.getInstance().getGlobalScheme();
Color color = scheme.getColor(EditorColors.TEARLINE_COLOR);
SimpleTextAttributes attributes = SimpleTextAttributes.GRAY_ATTRIBUTES;