Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcel Trapman
Total activity
12
Last activity
December 02, 2016 18:43
Member since
March 17, 2016 07:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (4)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
December 02, 2016 18:43
Hi Yann, Thank you! The idea is good (I was hardly aware of the existence of Macro's :)) but: Before running the action I need to go into the project tree and select a package. It looks like the ...
Community
IntelliJ IDEA Open API and Plugin Development
Executing plugin method from Ant script.
0 votes
Created
December 01, 2016 21:48
Alt-Enter did not do it for me (maybe because I am on a mac?). Going through the preferences worked well though. Thank you Roman!
Community
IntelliJ IDEA Users
Java tag in comment
0 votes
Created
November 30, 2016 10:06
And there is no way that I can make override the check for specific tags with a plugin?
Community
IntelliJ IDEA Users
Java tag in comment
0 votes
Created
November 30, 2016 09:26
Yes, building still works as expected it is just that I have to disable all warnings for tags if I use this (and other 'unknown' tags). It looks something like below. Basically I receive warnings ...
Community
IntelliJ IDEA Users
Java tag in comment
0 votes
Created
March 24, 2016 06:34
I found a snippet of code doing the below, anything wrong with that (it seems to work)? PsiDocComment currentComment = null;PsiElement firstElement = internalMethod.getFirstChild();if ( ( firstEl...
Community
IntelliJ IDEA Open API and Plugin Development
How get PsiMethod block comment?
0 votes