Alexander Zlatoverov
- 活动总数 68
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 14
- 订阅数 18
-
创建于 Deploy plugin for specific operating systems
已回答Hi! 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... -
创建于 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... -
创建于 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... -
已编辑于 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 ...