Konstantin Pribluda
- 活动总数 81
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 27
-
创建于 PsiReferences and code completion
Hi,I'm bit stuck and do not grock it properly. I provide refenreces through reference providers( XML language with custom DomElement provider ) In case of PolyReference there no error highlightin... -
创建于 PSI Reference and displaying error
Hi all,When I used PSIReferencebase as class and returned nul from resolve, editor displayed error marks, highlighted in red etc.After reworking my refeerence resolver to be subclass of PsiRefere... -
创建于 Proper way to obtain ResolveCache instance
Hi all, how shall I obtain ResolveCache in my PsiReferenceResolver ? Via psi element - file - project - static method or via ServiceManager.getService(ResolveCache.class) ? Or is there some nice ... -
创建于 How do I react to PSI Tree changes?
Hi,ok, I managed to create PSI reference , my DOM modell is purring and the next question is - how do I react to changes?I would like to be informed of changes in certain PSI / DOM node to inva... -
创建于 Best way to search in DOM model?
Hi, I'm sure that since there are those nice conditions and builders to match XML / DOM / PSI Tree elements, there shall be utility class utilizing them.Which class would it be? I just can not... -
创建于 Lifecycle of PSI reference / Best way to find elements in a tree
Hi all, Just wondering what is lifecycle of PSI reference? Is it OK to walk complete PSI tree on resolving reference, or shall I cache results somewhere?What method shall I use to get PSI tags ma... -
创建于 conditions to match reference provider
Hi all, I'm stich at condition for mathcing reference provider.I managed to match content of xml attribute by name:xmlAttributeValue().withLocalName("receiver")and now I'm trying to constrain th... -
创建于 DomFileDescription and CGILib proxy
Ha all, I managed to create dom model ( almost automatcically ) and dom file description finds and recognizes my file type - how ever,it borks on CCE:Caused by: java.lang.ClassCastException: xxxxx... -
创建于 Starting points for plugin development
Hi All, It there some documentation describing existing etxtension points and when to use them? I'm about to develop plugin for some weird internal XML format where I would need code completi... -
创建于 How do I create VFS out of single file?
Hi all,I would like to create VFS out of single file (weird xml format , where I would like to edit parts / elements of it individually,and profit from other plugins), and display it in project st...