Alexander Zlatoverov
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 18
-
Created Deploy plugin for specific operating systems
AnsweredHi! 1. I have a plugin that has a different set of libraries for different operating systems. How do I deploy a plugin for a specific operating system?2. If this is not possible, is there any metho... -
Created How to add custom reference provider for PsiField
Hi! I'm trying to add ReferenceProvider for PsiField as follows: com.intellij.psi.PsiReferenceRegistrar.registerReferenceProvider(new com.intellij.patterns.PsiFieldPattern(), new MyReferenceProvide... -
Created How to prevent the move from the invalid FileEditorProvider?
For the java class, there is an additional FileEditorProvider (Properties) when you switch to the tab `Text`, the value is committed (to PsiClass) and validated from the FileEditorProvider (Propert... -
Edited How to make caching a model built from a PsiElement
Task: I have created model classes from a PsiElement. For example: Model - JPA Entity, PsiElement - PsiClass. The model has (cross)reference to other the JPA Entity, for instance, attribute type ...