Dirk Zöttl

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Dirk Zöttl created a post, Answereddo { } 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... -
Dirk Zöttl created a post, 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... -
Dirk Zöttl created a post, [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... -
-
Dirk Zöttl commented, -
Dirk Zöttl created a post, 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... -
Dirk Zöttl commented,