Mia J

- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Mia J 创建了一个帖子, 已回答Cannot find module with ModuleManager.findModuleByName()
I'm trying to get the module with packageName using ModuleManager.getInstance(project).findModuleByName(packageName) within a multi-module project but it's not working correctly. However, I am ... -
Mia J 创建了一个帖子, How to let the code wait until users select one radio button from Dialog?
My purpose: when there are multiple modules in a project, I will ask users to select the module they want to use. My implementation logic is as follows. 1. Check the number of modules in a project... -
-
-
Mia J 创建了一个帖子, 已回答Arrow pointing right to collapse, pointing to down to expand(Java Swing)
I'm developing a plugin. For the UI, I want to add an arrow and a title as follow. If we click the button, three fields below it will expand or collapse. Anyone knows which library in Java Swing ca... -
-
Mia J 创建了一个帖子, 已回答How to get value from gradle.properties in intelliJ?
Want to get some values from gradle.properties in Intellij, such as the value of pluginName. The gradle.properties is as follow: pluginName = a.b.c.d I tried to use library method getProperty(), bu...