简体   繁体   English

Intellij GUI Designer不会生成$$$ setupUI $$$方法

[英]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. 我正在Intellij-ScalaPlugin中进行某些操作,并且想要在“设置”面板中进行某些修改。 I changed the text from an existing label and after compiling the project the $$$setupUI$$$ method is unchanged. 我从现有标签更改了文本,并且在编译项目后,$$ setupUI $$$方法未更改。

GUI设计器设置

I'm trying to change the text from the label shown in this image, but after compilation the $$$setupUI$$$ method is not changed. 我正在尝试从此图像中显示的标签更改文本,但是在编译后,$$ setupUI $$$方法没有更改。 我正在尝试从此图片中显示的标签更改文本

What can I do in order to fix this problem? 为了解决此问题我该怎么办?

Configure GUI Designer to generate source code instead of instrumenting binary classes: 配置GUI设计器以生成源代码,而不是检测二进制类:

设计师

For this specific plug-in project you will also need to disable Use SBT shell for build and import option. 对于此特定的插件项目,您还需要禁用“ Use SBT shell for build and import选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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