Dirk Zöttl

- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 do { } while (0); inspection
已回答Hi, today I tried to use CLion for an old tool - normally I use IDEA for Java coding. I found an inspection for a do-while-loop that when fixing breaks the code, here is the source: #include <print... -
创建于 Feature Proposal for Java Comments: @see + {@link}
Hi,sometimes I would like to link to another location in an inline Java comment like @see or {@link} in JavaDoc comments, example: private static final Set LAYOUT_SET_NEW = new HashSet(Arrays.a... -
创建于 [Mac] How to fix Run/Debug Console Encoding Issues
Maybe this will help someone...Default encoding on Mac OS X is macroman, but I need windows-1252 for my project.Adding -Dfile.encoding=windows-1252 to the VM options in Run/Debug config changed out... -
创建于 Q: How to setup non-default web browser on Mac OS X
Platform: Mac OS X 10.4.11/IntelIDEA 7.0.2 #7590Safari is my system default browser, but I want to view javadocs in Firefox.When setting the preferences to use the command 'open -a Firefox ]]>' (im...