主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2012年01月27日 13:50
Not sure I got what do you want.You have a Slice file with some declarations. And you have a Java file which has implementations (not yet) generated from those declarations. Where do you want to pu...
社区
IntelliJ IDEA Open API and Plugin Development
Make implementation link between different languages
0 票
创建于
2012年01月27日 14:50
Take a look on a Groovy plugin sources starting from a GroovyLineMarkerProvider class.
社区
IntelliJ IDEA Open API and Plugin Development
Make implementation link between different languages
0 票
创建于
2011年10月04日 13:12
The problem here is in a -javaagent:\"/home/foo bar/agent.jar\" part.Since IDEA 11 you don't need to add quotes around agent path. Just add it as-is, with spaces - IDEA will take care of it when cr...
社区
IntelliJ IDEA Open API and Plugin Development
How to escape whitespaces in directory name in the path for javaagent via DefaultJavaProgramRunner
0 票
创建于
2012年07月03日 12:09
com.intellij.codeInsight.daemon.impl.analysis.HighlightUtil.checkLiteralExpressionParsingError() (commit).
社区
IntelliJ IDEA Open API and Plugin Development
Need help with Leda PsiLiteralExpression#getParsingError
0 票
创建于
2012年07月03日 16:22
Parser only produces syntax tree nodes - it doesn't verify the end result makes any sense. E.g. it's not a parsing error to have \k inside a string literal.
社区
IntelliJ IDEA Open API and Plugin Development
Need help with Leda PsiLiteralExpression#getParsingError
0 票
创建于
2013年11月07日 10:48
You need to implement com.intellij.openapi.fileEditor.FileEditorProvider for this. There are bunch of ones in Android plugin code for reference.
社区
IntelliJ IDEA Open API and Plugin Development
[mongo4idea] Create an mongo collection editor like Table Editor (from the official database plugin)
0 票
创建于
2013年11月22日 09:17
Well, then right, no special precautions needed, it may be called safely as it is.The null as a return value is perfectly legal, even if you're looking for something as basic as "java.lang.Object" ...
社区
IntelliJ IDEA Open API and Plugin Development
JavaPsiFacade.findClass() occasionally returns null (?)
0 票
创建于
2014年01月08日 20:25
I do believe the duplication happens because in IDEA both idea-features.xml and non-idea-features.xml files are loaded.AFAIK there is no way at the moment to differentiate PhpStorm and IDEA with PH...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to provide different functionality based on platform type
0 票
创建于
2014年01月03日 16:40
There is no PsiAnnotationUtil in the current IDEA sources. PsiImplUtil hosts a number of annotation-related methods though.
社区
IntelliJ IDEA Open API and Plugin Development
PsiAnnotationUtil.getAnnotationValue(psiAnnotation, "condition", GSType.class)
0 票
创建于
2013年12月30日 13:07
http://confluence.jetbrains.com/display/IDEADEV/Customizing+the+IDEA+Settings+Dialog
社区
IntelliJ IDEA Open API and Plugin Development
Customise the IDEA Settings Dialog
0 票
«
第一页
‹
上一页
下一页
›
最后
»