I'm working on something in Intellij-ScalaPlugin and I want to modify something in the Settings Panel. I changed the text from an existing label and after compiling the project the $$$setupUI$$$ method is unchanged.
I'm trying to change the text from the label shown in this image, but after compilation the $$$setupUI$$$ method is not changed.
What can I do in order to fix this problem?
Configure GUI Designer to generate source code instead of instrumenting binary classes:
For this specific plug-in project you will also need to disable Use SBT shell for build and import
option.