主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Avdeev
活动总数
811
最后的活动
2024年06月26日 17:35
成员加入日期
2005年10月05日 15:14
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
330
活动概览
帖子(18)
评论(463)
按最近的活动排序
最近的活动
投票数
创建于
2019年06月26日 15:24
It seems intellij-community and android repositories are temporarily out of sync. I'll try to investigate this.
社区
IntelliJ IDEA Open API and Plugin Development
Erros building source code of IntelliJ Community
1 票
创建于
2018年09月07日 15:59
You can implement your own CompletionContributor, register it with order="before xmlNonFirst", and use XmlAttributeReferenceCompletionProvider.addAttributeReferenceCompletionVariants with your cu...
社区
IntelliJ IDEA Open API and Plugin Development
Can I suppress/disable XmlAttributeInsertHandler conditionally?
1 票
创建于
2018年03月26日 09:53
Try FileTemplate defaultTemplate = FileTemplateManager.getInstance(project).getDefaultTemplate(FileTemplateManager.FILE_HEADER_TEMPLATE_NAME);
社区
IntelliJ IDEA Open API and Plugin Development
How can I access the IDEA Settings?
1 票
创建于
2016年10月28日 10:37
Hi Tuan, first, you need to locate your file by calling LocalFileSystem.getInstance().findFileByPath(). Then load content like VfsUtil.loadText(VirtualFile).
社区
IntelliJ IDEA Open API and Plugin Development
Parsing an XML file
1 票
创建于
2013年04月04日 10:56
Temp dir location is changed for internal needs. You can obtain standard location via System.getProperty("java.io.tmpdir") and pass it to your library.
社区
IntelliJ IDEA Open API and Plugin Development
Problem with idea system directory and windows search indexer
1 票
创建于
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 票
下一页
›
最后
»