主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Avdeev
活动总数
811
最后的活动
2024年06月26日 17:35
成员加入日期
2005年10月05日 15:14
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
330
活动概览
文章(0)
帖子(18)
评论(463)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月26日 17:35
Hi Courtney, what option is set for you at Version Control → Changelists → Inactive Changelist → When an empty changelist becomes inactive?
社区
PhpStorm
Tasks sometimes close when shelving changes 🙃
0 票
创建于
2023年09月11日 15:07
Hello Victor, then you invoke find usages/rename on a tag name, it searches not for exact tag but for its declaration. To change this, you can add a reference from tag name to the tag itself.
社区
IntelliJ IDEA Open API and Plugin Development
Rename/find usages not working with reference to XML tag
0 票
创建于
2023年05月09日 11:31
The second approach is correct. You will need to create a custom serialization component and call it on reset/apply.
社区
IntelliJ IDEA Open API and Plugin Development
[SettingsPanel][Run Configuration] Saving an option to a custom file rather than to .run/
0 票
创建于
2021年08月19日 10:00
Hi, "Enable Live Templates" is set by default if your template has "#[[$" fragment in its text. Do you have #[[$END$]]# in your template text? As for "Reformat according to style", currently there ...
社区
IntelliJ IDEA Open API and Plugin Development
fileTemplateGroup with "Enable Live Templates" enabled by default How?
0 票
创建于
2021年08月19日 09:39
Hi Reece, first of all, we appreciate your efforts to make such a valuable plugin! As far as I know, XQuery is a mixture of xml and query elements. I'd recommend to implement com.intellij.psi.Multi...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing the XML API for a custom language
0 票
创建于
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 票
下一页
›
最后
»