主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Zlatoverov
活动总数
68
最后的活动
2021年04月02日 12:48
成员加入日期
2018年02月08日 15:32
关注
0 名用户
关注者数
0 名用户
投票数
14
订阅数
18
活动概览
帖子(14)
评论(22)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月23日 07:17
So, how to get this artifact using API? Sort of: VirtualFile [] files = library.getFiles (ZipArtifactOrderRootType.getInstance()); where 'ZipArtifactOrderRootType' is an implementation from 'OrderR...
社区
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
0 票
创建于
2018年11月20日 06:58
Hi, Nikolay Chashnikov. '-db.zip' artifact mainly contains folders, sql and groovy scripts.
社区
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
0 票
创建于
2018年10月12日 13:38
Thanks, I will try it.
社区
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 票
创建于
2018年10月11日 14:46
At the time of processing, the xmlTag is not associated with the psi file and is a temporary element created through com.intellij.psi.xml.XmlTag#createChildTag, respectively there is no document ei...
社区
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 票
创建于
2018年09月28日 06:03
Serge Baranov, Thanks! We will wait for improvements.
社区
IntelliJ IDEA Open API and Plugin Development
Deploy plugin for specific operating systems
0 票
创建于
2018年07月30日 07:50
The idea was to show a warning for the entity field if it does not have a localized message, and not the other way around. I wrote the inspection and it works well.Thanks a lot, Anna Kozlova!
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
创建于
2018年07月27日 11:18
Reference for the PsiField 'name' of PsiClass 'Customer' to property 'Customer.name' of messages.properties. I think it's better to write an inspection.
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
已编辑于
2018年07月27日 11:05
I have JPA Entity for example: @Table(name = "IDEATEST_CUSTOMER")public class Customer { @Column(name = "NAME") protected String name; public String getName() { return name; } ...
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
已编辑于
2018年07月13日 09:22
Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How to prevent the move from the invalid FileEditorProvider?
0 票
创建于
2018年07月13日 07:02
Thanks, Dmitry Batrak. How can I get a reference to a specific EditorComposite from com.intellij.openapi.fileEditor.FileEditor or com.intellij.openapi.fileEditor.FileEditorProvider? Something like ...
社区
IntelliJ IDEA Open API and Plugin Development
How to prevent the move from the invalid FileEditorProvider?
0 票
«
第一页
‹
上一页
下一页
›
最后
»