Rajeva A V
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 [Intellij][Plagin][OpenApi] Messages.showMessageDialog. How to add Swing Icons to message text?
已回答A want to add several Swing Icon to message in MessageDialog. Using something like: Messages.showMessageDialog( myProject, title = "My title", message = "Here I need to add some Icons in message te... -
创建于 [Intellij][Plagin][OpenApi] How to Run some file using RunContentManager
已回答Sorry in advance, I'm newer in Plugin developing. I need to run file from Editor using my Action implementation. I found RunContentManager class, but to execute selectRunContent function, I need to...