plugin.coder
- 活动总数 77
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 24
- 订阅数 20
-
-
-
plugin.coder 创建了一个帖子, 已回答How to show notification for a few seconds even if the user closes it?
Currently if I show a notification, even if the user clicks anywhere in the Editor, the notification is closed automatically. This means that the user might accidentally click on something when the... -
-
plugin.coder 创建了一个帖子, 已回答How to include my own RunConfigurationExtension in MavenRunConfiguration?
I'd like to extend Maven's Run configuration with another tab. Currently there are 4 tabs: Parameters, General, Runner, Logs. To me it looks like these tabs are hardcoded inside the source code: @N... -
-
plugin.coder 创建了一个帖子, 已回答How to get the name of PsiAnonymousClass?
In java an Anonymous class has the name parent$number, and I'd like to somehow get that name from PsiAnonymousClass. But both PsiAnonymousClass.getQualifiedName() and PsiAnonymousClass.getNameIdent... -
plugin.coder 进行了评论, -
plugin.coder 创建了一个帖子, 已回答How to show text next to variables like in Debugging mode?
In debugging mode, when a breakpoint is hit, the value of variables is shown next to them and variables become clickable. How to do this in my plugin? -