Konstantin Pribluda
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
Created Reference converter and completion data
Hi all,It seems that I miss somethign obvious. I annotated DOM object methods with: /** * Returns the value of the from child. * * @return the value of the from child. */ @N... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...