Callmehamba
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
-
-
-
-
Callmehamba created a post, AnsweredHelp 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 created a post, AnsweredHow 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...