主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Fadeyev
活动总数
12
最后的活动
2016年01月17日 10:07
成员加入日期
2011年01月10日 15:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2011年10月06日 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...
社区
IntelliJ IDEA Users
When trying to run tests, nothing happens
2 票
创建于
2011年01月17日 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'".
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票
创建于
2011年01月18日 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....
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票
创建于
2011年01月11日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to start another swing application from an action
0 票
创建于
2011年01月18日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票
创建于
2011年01月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票