主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月12日 08:17
As far as I know, there is no some EP to add your own PsiPackage. If I understand you correctly, you need to introduce some directory-based entities. As an example: you could make your own service,...
社区
IntelliJ IDEA Open API and Plugin Development
creating my own PsiPackage
0 票
创建于
2018年11月12日 07:55
Pseudocode is nice, but real code is better, because it may be implementation problem. What is your VarIndex? What kind of collection is returned? Why annotator, not inspection?
社区
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 票
创建于
2018年11月12日 07:49
Seems the only way to debug and see, why addInternal fails. Have you checked that tagFromText is ok and doesn't contains error elements?
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月11日 12:52
I know two ways: 1. Implement subelements as declarations - i,j,k 2. Implement int i,j,k as psi element with your own interface which can provide a fake named elements with real identifiers. But yo...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing PsiNameIdentifierOwner for a multi-declaration statement?
0 票
创建于
2018年11月11日 12:46
Could you be more specific with error? Stacktrace or smth?
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月11日 12:41
The question, probably, is not how, but why? What are you trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
creating my own PsiPackage
0 票
创建于
2018年11月11日 12:38
I've solved same issue once. But it was a solution on ide, debugger and fremework sides. Breakpoints were set as usual and sent to debugger with original fine names and line numbers. When framewor...
社区
IntelliJ IDEA Open API and Plugin Development
"Virtual" breakpoint for groovy embedded in XML
0 票
创建于
2018年11月11日 12:20
It's possible to pack your executable into zip with your jar. And when installed they will be near each other. Here is a working example with gradle: https://github.com/Camelcade/Perl5-IDEA/blob/ma...
社区
IntelliJ IDEA Open API and Plugin Development
How to launch an external process with a plugin jar?
0 票
创建于
2018年11月11日 12:13
See `com.intellij.openapi.actionSystem.ActionManager#getAction`
社区
IntelliJ IDEA Open API and Plugin Development
Use action of another plugin inside my plugin
0 票
创建于
2018年11月11日 12:10
Is it possible to see your code?
社区
IntelliJ IDEA Open API and Plugin Development
Annotator is very slow
0 票
«
第一页
‹
上一页
下一页
›
最后
»