Frank van Westerop
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Use Command Line Tools to run an external command on an open file in IDEA?
AnsweredI'd like to run an external command on an open file in IDE. I know I can use the Command Line Tool Support plugin to run external commands from within IDEA, and by itself that works fine. However, ... -
Created Funny @Flow annotation popup while overriding a method in Java
When you're overriding or implementing some method in the Java editor, I noticed that besides the obvious and usefull popups revealing info about the fields of the superclass method you're about to...