[IFT] Add Context Actions lesson for Python and Ruby

IDEA-CR-68877

GitOrigin-RevId: f6392c33f8a8b0dfc0ff900de9b0ed4f98a53142
This commit is contained in:
Konstantin Hudyakov
2020-11-17 14:36:42 +03:00
committed by intellij-monorepo-bot
parent 1c1e777a95
commit eb748e2f41
4 changed files with 39 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ class JavaContextActionsLesson(module: Module) : ContextActionsLesson(module, "J
""".trimIndent())
override val warningQuickFix: String = QuickFixBundle.message("safe.delete.text", "redundant")
override val warningCaret: String = "redundant"
override val warningPossibleArea: String = "redundant"
override val intentionText: String = IntentionPowerPackBundle.message("negate.conditional.intention.name")
override val intentionCaret: String = "? a : b"