主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Avdeev
活动总数
811
最后的活动
2024年06月26日 17:35
成员加入日期
2005年10月05日 15:14
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
330
活动概览
帖子(18)
评论(463)
按最近的活动排序
最近的活动
投票数
创建于
2020年08月14日 10:53
Hi, you can try to register a com.intellij.psi.impl.source.xml.XmlElementDescriptorProvider and return your custom com.intellij.xml.XmlElementDescriptor for specific tags. The XmlElementDescriptor ...
社区
IntelliJ IDEA Open API and Plugin Development
Adding XML schema attributes to existing elements (e.g. XSLT)
0 票
创建于
2020年07月17日 20:55
incCounter() is marked deprecated now. The comment says, /*** @deprecated use higher-level ways of dropping caches* @see com.intellij.util.FileContentUtilCore#reparseFiles* @see PsiManager#dropPsiC...
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2020年02月05日 15:40
It happens quite often, so a little bit more won't hurt :)
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2020年01月31日 15:48
The info is cached under PsiModificationTracker, try to call ((PsiModificationTrackerImpl)PsiManager.getInstance(project).getModificationTracker()).incCounter();
社区
IntelliJ IDEA Open API and Plugin Development
Can I force IDEA to refresh its cached XSDs?
0 票
创建于
2019年09月06日 08:51
It seems you are right, you need to add issue manually.
社区
IntelliJ IDEA Open API and Plugin Development
How to register AndroidLintInspectionBase in IntellijIdea Plugin
0 票
创建于
2019年09月06日 08:38
Maybe the problem is that you use default package for your classes. Try to provide non-default package.
社区
IntelliJ IDEA Open API and Plugin Development
How to register AndroidLintInspectionBase in IntellijIdea Plugin
0 票
创建于
2019年04月03日 11:44
I'd suggest importing the source sets as separate modules.
社区
IntelliJ IDEA Users
Suppress "duplicated class found" error not possible
0 票
创建于
2019年04月01日 15:50
Why do you need both source sets to be imported at the same time? IMHO it's not a good idea to have project model hacked this way, code insight may work incorrectly.
社区
IntelliJ IDEA Users
Suppress "duplicated class found" error not possible
0 票
创建于
2019年04月01日 12:13
I can't reproduce the problem. The "debug" and "release" source sets can't be active at the same time.
社区
IntelliJ IDEA Users
Suppress "duplicated class found" error not possible
0 票
创建于
2019年02月27日 14:15
Idea SDK does not include plugins, you need to add tasks-api.jar to your dependencies.
社区
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 票
«
第一页
‹
上一页
下一页
›
最后
»