Christian Schulze
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 10
-
Created How can I access the IDEA Settings?
Hello, is it possible to access the Settings of the IDE? I want to get the FileHeader from File and Code Templates. regards Chris -
Created How can I edit the comment of a Class in a PsiJavaFile?
Hello, is it possible to edit the comment of a Java Class with the PsiJavaFile? regards Chris -
Edited How to get all Java-Files from a Project without the java files from the dependencies
Hello, I try to get all java Files from the project. I tried this: FileBasedIndex.getInstance().getContainingFiles( FileTypeIndex.NAME, JavaFileType.INSTANCE, GlobalSearchScope.allSc...