主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
jaime
活动总数
118
最后的活动
2023年05月11日 22:02
成员加入日期
2010年10月09日 08:52
关注
0 名用户
关注者数
0 名用户
投票数
10
订阅数
40
活动概览
帖子(32)
评论(36)
按最近的活动排序
最近的活动
投票数
创建于
2011年11月29日 21:49
My mistake, an specific version as 9.0.4, like the one linked here: http://www.jetbrains.org/display/IJOS/DownloadYou can download the source code of IntelliJ IDEA Community Edition 10.5 or Intelli...
社区
IntelliJ IDEA Open API and Plugin Development
full download links for source in http://www.jetbrains.org/display/IJOS/Download
0 票
创建于
2011年07月17日 23:45
Thanks, it made the work
社区
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 票
创建于
2011年07月26日 03:58
Now I´m realizing that PsiReferenceProvider only works for String literals, this is:String zas = "psiReferenceProviderworkshere";But I want to be able to create references from the value of a custo...
社区
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 票
创建于
2010年11月18日 20:45
I got it in this way, the thing I wasn't aware about was the method.getFirstChild(). String commentText = "/**\n" + "* @see " + methodQualifiedName + "\n" + "*...
社区
IntelliJ IDEA Open API and Plugin Development
how to add javadoc to PsiMethod programatically
0 票
创建于
2010年10月22日 14:52
If you couldn't access to com.intellij.ide.util.MemberChooser add idea.jar(in lib directory of your sdk) to sdk classpath. I don't know why, but automatically it not added. ... I heard something a...
社区
IntelliJ IDEA Open API and Plugin Development
need access to com.intellij.ide.util.MemberChooser from plugin
0 票
创建于
2010年10月22日 22:20
So that seems to be the problem, well, I managed to add idea.jar to the sdk classpath, and now everything is working quite good.Thank you for your help.
社区
IntelliJ IDEA Open API and Plugin Development
need access to com.intellij.ide.util.MemberChooser from plugin
0 票
创建于
2010年10月09日 10:11
Here I can't find anything about configuring the settings folder for the new project being launched... http://www.jetbrains.org/pages/viewpage.action?pageId=983225
社区
IntelliJ IDEA Open API and Plugin Development
how to debug intellij community edition 9.03
0 票
创建于
2011年07月20日 03:45
I got it working with com.intellij.gotoDeclarationHandler but it add only the basic ctrl+ click functionality, now I think I need the second approach you mentioned to get more advanced functionalit...
社区
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 票
创建于
2011年09月22日 16:55
I just registered my own com.intellij.psi.PsiReferenceProvider and to inject com.intellij.psi.PsiReference from PsiDocTag's, and it works quite well for navigating to the target element, like this:...
社区
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 票
创建于
2011年11月29日 20:17
OK, I found the link in http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP but sometimes I need sources for IntelliJ IDEA 9 or a specific version for debugging.
社区
IntelliJ IDEA Open API and Plugin Development
full download links for source in http://www.jetbrains.org/display/IJOS/Download
0 票
«
第一页
‹
上一页