Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zlatoverov
Total activity
68
Last activity
April 02, 2021 12:48
Member since
February 08, 2018 15:32
Following
0 users
Followed by
0 users
Votes
14
Subscriptions
18
Activity overview
Posts (14)
Comments (22)
Sort by recent activity
Recent activity
Votes
Created
November 23, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
0 votes
Created
November 20, 2018 06:58
Hi, Nikolay Chashnikov. '-db.zip' artifact mainly contains folders, sql and groovy scripts.
Community
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
0 votes
Created
October 12, 2018 13:38
Thanks, I will try it.
Community
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 votes
Created
October 11, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Add PsiWhiteSpace before XmlAttribute
0 votes
Created
September 28, 2018 06:03
Serge Baranov, Thanks! We will wait for improvements.
Community
IntelliJ IDEA Open API and Plugin Development
Deploy plugin for specific operating systems
0 votes
Created
July 30, 2018 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!
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Created
July 27, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Edited
July 27, 2018 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; } ...
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Edited
July 13, 2018 09:22
Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
How to prevent the move from the invalid FileEditorProvider?
0 votes
Created
July 13, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to prevent the move from the invalid FileEditorProvider?
0 votes
«
First
‹
Previous
Next
›
Last
»