We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c180dc commit d67d74aCopy full SHA for d67d74a
src/main/kotlin/org/tabooproject/intellij/step/ConfigurationPropertiesStep.kt
@@ -91,7 +91,7 @@ class ConfigurationPropertiesStep(val context: WizardContext) : ModuleWizardStep
91
row("Plugin name:") {
92
textField()
93
.apply {
94
- property.mainClass = "org.example.${property.name?.lowercase()}.${property.name?.capitalize()}"
+ property.mainClass = "org.example.${property.name?.lowercase()}.${property.name?.capitalize()}Plugin"
95
component.text = property.name
96
component.columns = 30
97
}.onChanged {
0 commit comments