Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Timofiychuk
Total activity
5
Last activity
January 16, 2016 14:30
Member since
December 29, 2012 00:23
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
December 29, 2012 00:23
For those who are still search for a solution just use the ASTNode instead of PsiElement:psiClass.getNode().addChild(comment.getNode(), psiClass.getFirstChild().getNode());instead of your code:psiC...
Community
IntelliJ IDEA Open API and Plugin Development
Enum problems(2): Adding PsiDocComment to enum PsiClass fails
0 votes
Created
May 07, 2014 06:44
The thing is that plugin is installed using intellij-idea plugin manager and it works on some workstations.So, I can only assume that plugin manager didn't finish plugin downloading and tried to in...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin classloader cannot load plugin classes.
0 votes