MC_XiaoHei
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
MC_XiaoHei commented, -
-
-
MC_XiaoHei created a post, AnsweredAfter opening the Dialog in the Notification Action, clicking the textFieldWithBrowseButton causes Slow operations are prohibited on EDT
I created a Notification in my code with an Action, something like:object : NotificationAction(CommonBundle.message("notification.configure.action")) { override fun actionPerformed(e: AnActionE... -
MC_XiaoHei commented, -
-
MC_XiaoHei created a post, AnsweredManipulate the gradle project via idea in the Intellij plugin
Hi, I'm new to Kotlin and plugin development! I'd like to be able to use plugins to manipulate the gradle project through idea, for example, get dependencies on the gradle project, run a gradle tas...