Michel Jung
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
-
Michel Jung commented, -
Michel Jung created a post, AnsweredRunning Eclipse RCP applications in IntelliJ 2017
In my new job I'm working with Eclipse RCP, and therefore (unfortunately) everone uses Eclipse. There is no way I'm going to use Eclipse for development, so I'd really like to get the application r... -
Michel Jung created a post, AnsweredF4 no longer working in "Find in path"
I do like the new "Find in path". However I don't like that I can't jump to the result using F4 anymore :-( Would you mind adding this back? -
-
Michel Jung created a post, AnsweredHow does IntelliJ modify Charset.defaultCharset?
Execute this in IntelliJ: public class Main { public static void main (String[] args) { System.out.println(Charset.defaultCharset()); }} And it will most likely print "UTF-8". Now expo...