MC_XiaoHei

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created After opening the Dialog in the Notification Action, clicking the textFieldWithBrowseButton causes Slow operations are prohibited on EDT
AnsweredI created a Notification in my code with an Action, something like:object : NotificationAction(CommonBundle.message("notification.configure.action")) { override fun actionPerformed(e: AnActionE... -
Edited Manipulate the gradle project via idea in the Intellij plugin
AnsweredHi, 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...