Marcel Trapman
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 Executing plugin method from Ant script.
Hi, I have a plugin that generates an xml file from javadoc comments. The xml generation is triggered from a menu action. Problem however is that I can forget to rewrite the xml after changing a co... -
创建于 Java tag in comment
已回答This could be a double post but I don't see the one I posted earlier today. I have a tag '@sample' that I need to generate an xml file using my own plugin. Unfortunately it generates warnings all o... -
创建于 Code inspection for certain methods (patterns)
已回答I would like to disable code inspection for certain public methods based on their annotation and/or pattern/prefix. Is that possible or can this be made possible? -
创建于 How get PsiMethod block comment?
Hi, I have a class with some methods in them. I now want to find the block comment for the PsiMethod I found but it gives me null when I use method.getDocComment(). What do I have to do to extrac...