Zdary
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
-
Zdary 创建了一个帖子, 已回答can 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 进行了评论, -
Zdary 创建了一个帖子, 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 创建了一个帖子, 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...