Zdary

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
-
Zdary created a post, Answeredcan I invalidate FoldingBuilder
Hi, I've implemented a FoldingBuilder for a custom language. I'd like to invalidate the folding for the file if certain instances of Psi element change. i.e. if (psiElement instanceof XXX) { tr... -
Zdary commented, -
Zdary created a post, Injected language documentation
Can you add chapter into http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support.html documentation to include injecting one custom language into another (custom) languag... -
Zdary created a post, Generate Class diagram from a plugin
Hi, I'd like to generate a class diagram from a plugin. Is there a basic API to intellij UML functionality? 1) how to generate the UML model. 2) How to generate the class diagram from that data m...