主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Shevchenko
活动总数
737
最后的活动
2023年10月06日 15:54
成员加入日期
2010年03月24日 10:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
263
活动概览
文章(0)
帖子(0)
评论(474)
按最近的活动排序
最近的活动
投票数
创建于
2011年07月26日 17:26
Hi Jaime,it's not supported at the moment. You may file a request.Update: it's not supported for arbitrary text in a comment but works for tags. Sorry for misinformation.
社区
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月20日 15:47
Yes, except that you better use PsiElementFactory.createExpressionFromText() to create dummy expression.
社区
IntelliJ IDEA Open API and Plugin Development
What is the recommended way to create a new Psi Expression using given two Psi Expressions.
0 票
创建于
2011年12月01日 13:12
AFAIK there are now common way.You can use PsiFileFactory.getInstance().createFileFromText() (you may need to wrap expression text to form a valid file, then to locate expression element inside a r...
社区
IntelliJ IDEA Open API and Plugin Development
What is the recommended way to create a new Psi Expression using given two Psi Expressions.
0 票
创建于
2012年01月04日 18:47
You can implement custom QueryExecutor:public class MyImplementationSearcher extends QueryExecutorBase<PsiElement, PsiElement> { public void processQuery(PsiElement element, Processor<PsiElement>...
社区
IntelliJ IDEA Open API and Plugin Development
How do I create a virtual implementation for an interface from an xml document?
0 票
创建于
2012年01月19日 20:53
You need to implement LineMarkerProvider and register it as a codeInsight.lineMarkerProvider extension point for your language.
社区
IntelliJ IDEA Open API and Plugin Development
Make implementation link between different languages
0 票
创建于
2011年09月27日 18:22
This should be fixed in IDEA 11 builds (repository trunk). Could you please check?
社区
IntelliJ IDEA Open API and Plugin Development
How to escape whitespaces in directory name in the path for javaagent via DefaultJavaProgramRunner
0 票
创建于
2011年09月28日 09:45
IDEA 11 EAP is open.
社区
IntelliJ IDEA Open API and Plugin Development
How to escape whitespaces in directory name in the path for javaagent via DefaultJavaProgramRunner
0 票
创建于
2011年09月28日 09:47
Sorry, I don't think it's possible - the change was massive.
社区
IntelliJ IDEA Open API and Plugin Development
How to escape whitespaces in directory name in the path for javaagent via DefaultJavaProgramRunner
0 票
创建于
2011年09月30日 20:32
Could you please post (or attach) full contents of console output, including a command line?
社区
IntelliJ IDEA Open API and Plugin Development
How to escape whitespaces in directory name in the path for javaagent via DefaultJavaProgramRunner
0 票
创建于
2013年11月21日 10:38
If the scope passed to findClass() is correct, and there are no exceptions, then the only reason I can imagine is outdated indices.
社区
IntelliJ IDEA Open API and Plugin Development
JavaPsiFacade.findClass() occasionally returns null (?)
0 票
«
第一页
‹
上一页
下一页
›
最后
»