Callmehamba
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
-
-
-
-
Callmehamba 创建了一个帖子, 已回答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... -
Callmehamba 创建了一个帖子, 已回答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...