主页
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年02月27日 12:40
It's here: https://github.com/JetBrains/intellij-community/blob/master/plugins/tasks/tasks-api/src/com/intellij/tasks/impl/BaseRepository.java
社区
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 票
创建于
2019年02月21日 13:40
Yes, take a look at current implementation in com.intellij.tasks.impl.BaseRepository.
社区
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 票
已编辑于
2019年02月21日 09:21
Hi, passwords are no more stored in workspace.xml (since 2013.2).
社区
IntelliJ IDEA Open API and Plugin Development
How to Manipulate .idea settings?
0 票
创建于
2018年12月12日 11:09
You can add additional file templates via FileTemplateGroupDescriptorFactory.
社区
IntelliJ IDEA Open API and Plugin Development
Create new file
0 票
创建于
2018年11月12日 13:25
No, just parts that modify PSI (in this case, addSubTag() call).
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月12日 13:17
Yes it does.
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月12日 12:07
Thanks, the operation should be wrapped into a command, like WriteCommandAction.runWriteCommandAction(myProject, () -> {file.getRootTag().addSubTag(subtag, true);}); I will try to add more descript...
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年11月12日 10:45
Could you submit the AndroidManifest.xml file content to reproduce the problem?
社区
IntelliJ IDEA Open API and Plugin Development
AndroidManifest file inspection
0 票
创建于
2018年10月29日 10:39
You can try to implement your own ElementDescriptionProvider and register it with order="first" to override XmlUsageViewDescriptionProvider.
社区
IntelliJ IDEA Open API and Plugin Development
ListCellRenderer for PsiReference?
0 票
创建于
2018年10月11日 18:29
Ok, so add the tag to where it belongs, commit psi and then use Document.
社区
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 票
«
第一页
‹
上一页
下一页
›
最后
»