Christian Schulze
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 10
-
创建于 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 -
创建于 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 -
已编辑于 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...