Michel Jung
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 4
-
-
-
Michel Jung 创建了一个帖子, 已回答Running 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 创建了一个帖子, 已回答F4 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 创建了一个帖子, 已回答How 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...