Marcel Trapman
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Marcel Trapman created a post, 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... -
-
Marcel Trapman commented, -
-
Marcel Trapman created a post, AnsweredJava 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... -
Marcel Trapman created a post, AnsweredCode 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? -
-
Marcel Trapman created a post, 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...