Mia J
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Cannot find module with ModuleManager.findModuleByName()
AnsweredI'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 ... -
Created 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... -
Edited Arrow pointing right to collapse, pointing to down to expand(Java Swing)
AnsweredI'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... -
Created How to get value from gradle.properties in intelliJ?
AnsweredWant 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...