Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Stefan Gehrig
Total activity
15
Last activity
January 14, 2022 14:24
Member since
October 13, 2017 12:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (7)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
January 14, 2022 14:24
Seems to be fixed with 2021.3.1
Community
IntelliJ IDEA Open API and Plugin Development
Plugin context menu not visible when starting from run config with IJ Build #IU-212.4746.92
0 votes
Created
October 30, 2017 07:31
Thanks a lot
Community
IntelliJ IDEA Open API and Plugin Development
Clearing Cache before running plugin
0 votes
Created
October 27, 2017 13:26
I see now a bit clearer: The file selection and the dimention of my plugin dialog seem to becached in the .idea folder in the corresponding project. May someone tell me, where reset especially the ...
Community
IntelliJ IDEA Open API and Plugin Development
Clearing Cache before running plugin
0 votes
Edited
October 27, 2017 12:21
I deleted .IntelliJIdea\system\plugins-sandbox but it's still opening the project and all files from last time are selected too. Do I have to delete more cache files? Btw. I'm using IntelliJ 2017...
Community
IntelliJ IDEA Open API and Plugin Development
Clearing Cache before running plugin
0 votes
Created
October 23, 2017 13:45
I just found it by myself: PsiDirectory psiDirectory = ((PsiFile) element).getParent();ProjectRootManager.getInstance(project).getFileIndex().getPackageNameByDirectory(psiDirectory.getVirtualFile());
Community
IntelliJ IDEA Open API and Plugin Development
Get packet name of a non-java PsiElement
0 votes
Created
October 23, 2017 12:16
This perfectly works, thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Class file from PsiJavaFIle
0 votes