Dirk Zöttl

Avatar
  • 活动总数 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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    [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...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    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...
    • 5 个关注者
    • 9 条评论
    • 0 票