主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Steven McLeod
活动总数
13
最后的活动
2016年09月21日 07:32
成员加入日期
2006年12月14日 15:14
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
4
活动概览
帖子(3)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2011年10月20日 12:28
$ readlink `which java`/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
社区
IntelliJ IDEA Users
JDK1.7 on IDEA 10.5 and MacOS
0 票
创建于
2006年12月15日 13:34
So something like this?*final PsiDirectory psiDirectory = psiManager.findDirectory(currentFile);final PsiClass psiFile = psiManager.getElementFactory().createClass("NewClass");psiDirectory.add(psiF...
社区
IntelliJ IDEA Open API and Plugin Development
How to open a newly created class
0 票
创建于
2006年12月15日 14:00
Aha! That did the trick.For the sake of the next person searching for a solution to the same problem, I had to cast the returned instance as follows:*PsiClass createdClass = (PsiClass) psiDirectory...
社区
IntelliJ IDEA Open API and Plugin Development
How to open a newly created class
0 票
创建于
2006年12月14日 18:21
Thanks for the reply. The Javadoc API I was complaining about was indeed the one in the plugin dev pack. Typically, the documented methods have parameters with no description of what the parameters...
社区
IntelliJ IDEA Open API and Plugin Development
Developing a plugin seems too hard
0 票