Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Konstantin Fadeyev
Total activity
12
Last activity
January 17, 2016 10:07
Member since
January 10, 2011 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
October 06, 2011 15:14
In case anyone stumbles on this one:the thing is IntelliJ IDEA doesn't support network drives and strangely enough it doesn't tell users about it - just writes errors silently to the log, which pro...
Community
IntelliJ IDEA Users
When trying to run tests, nothing happens
2 votes
Created
January 17, 2011 18:32
For some reason I just don't have access to ProjectView. When I type "ProjectView.getInstance(project)" I get "Can't resolve symbol 'ProjectView'".
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes
Created
January 18, 2011 14:57
I triedProjectView.getInstance(project).selectPsiElement(classFile, false);It didn't work.My guess is it's because UI doesn't know yet that tree structure changed, cause I've just added new module....
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes
Created
January 11, 2011 05:00
Thank you, Dmitry!You need to either start the third-party application in a separate process,yeah, I was afraid I was gonna have to do it.
Community
IntelliJ IDEA Open API and Plugin Development
How to start another swing application from an action
0 votes
Created
January 18, 2011 02:02
Yeah, thanks. I wonder why IDEA didn't include it in Plugin SDK when I created Plugin SDK from IDEA installation home dir.
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes
Created
January 19, 2011 17:08
Thank you. The problem indeed was that I was using created PsiFIle while I should have used the one returned by the add() method. That was a tricky one, I must say.selectPsiElement() serves fine fo...
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes