简体   繁体   中英

Intellij GUI Designer doesn't generate $$$setupUI$$$ method

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.

GUI设计器设置

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM