mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
[IFT] Add Context Actions lesson for Python and Ruby
IDEA-CR-68877 GitOrigin-RevId: f6392c33f8a8b0dfc0ff900de9b0ed4f98a53142
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1c1e777a95
commit
eb748e2f41
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user