plugin.coder
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 24
- Subscriptions 20
-
Created How to show notification for a few seconds even if the user closes it?
AnsweredCurrently 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... -
Created How to include my own RunConfigurationExtension in MavenRunConfiguration?
AnsweredI'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... -
Created How to get the name of PsiAnonymousClass?
AnsweredIn 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...