-
Notifications
You must be signed in to change notification settings - Fork 95
Java web templates: xylo.idea dev
Stefan Endrullis edited this page Sep 8, 2018
·
1 revision
This file contains special templates for IDEA (plugin) developers:
-
.toVirtualFile
- convert to virtual file -
.toFile
- convert to file -
.getAttributes
- get file attributes -
.openInEditor
- open file in editor -
.getVirtualFile
- get virtual file -
.getDocument
- get IDEA document -
.getPsiFile
- get PSI file -
.getPsiJavaFile
- get PSI Java file -
.getPsiPackage
- get PSI package -
.getChildrenOfType
- get children of an PsiElement and of a certain type -
.getModule
- get IDEA module -
.getProject
- get IDEA project -
.getFileEditorManager
- getFileEditorManager
-
.getPsiManager
- getPsiManager
-
.getPsiFileFactory
- getPsiFileFactory
-
.getProjectRootManager
- getProjectRootManager
-
.getTemplateManager
- getTemplateManager
-
.getJavaPsiFacade
- getJavaPsiFacade
-
.runReadAction
- wrap in anrunWriteAction(...)
block -
.runWriteAction
- wrap in anrunWriteAction(...)
block -
.invokeLater
- wrap in aninvokeLater(...)
block -
.showDiff
- open a diff view