Callmehamba
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 Help with creating GUI for plugin
已回答I am trying to create a dialog/settings window for my plugin. To test it out, i tried copying the code at https://plugins.jetbrains.com/docs/intellij/dialog-wrapper.html#example So i have a class S... -
创建于 How to save a PsiFile to project
已回答I am using this code to create a PsiFile from some plaintext public static PsiFile createNewFile(String fileName, String fileExtension, String fileContent, Project project) { final PsiFileFacto...