Jason Winnebeck

Avatar
  • 活动总数 47
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 15
  • 创建于

    Groovy enter-in-string literal

    I am a fan of the feature in IDEA that changes:System.out.println( "Hello, World!" );toSystem.out.println( "Hello, " +                     "World!" );when you type enter in a middle of a string lit...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    Lightweight Groovy IDE mode for script editing?

    When groovy is installed on a machine you can launch groovy scripts through double click on Windows or even like shell scripts on UNIX. Since my department is very Java-centric we've been starting ...
    • 2 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    Refactor: Give parameter default and delegate

    I noticed that you can add a parameter with "change signature" with a default value. For example we can go from "void method()" to "void method( int param1 )" and keep the old signature as a delega...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    IDEA Debugging stack frame unavailable

    When debugging under IDEA Selena #7016 I get a lot of variables that cannot be evaluated -- it just says "stack frame unavailable." Is there a setting I should be using to allow the debugger to see...
    • 4 个关注者
    • 7 条评论
    • 0 票
  • 创建于

    SourceSafe Integration all yellow in 7002

    Since upgrading to 7002, I have a project that there is something wrong with. All of my modified files are yellow. I haven't figured out what yellow means (I know green, red, blue). The problem is ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Javadoc reformatting

    I used to use the feature almost daily in IDEA 4.5 where I would reformat javadoc blocks so that they are re-wordwrapped and re-aligned and re-spaced for the javadoc block only, but it doesn't work...
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Web Module warnings: JSP that points to Servlet

    I'm just getting started with J2EE support in IDEA/Irdia. It looks like IDEA is able to do some basic link checking in JSPs in this version?The problem is that I've created a simple Hello servlet ...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Window Maximize and Alloy Theme

    I've just downloaded the new Irdia today for the first time, and I'm trying it out. One thing I've noticed is that if the Alloy theme is ever used during a run of IDEA, I cannot fully maximize the...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Settings Migration

    With the way our environment is set up, a different user than the developer sets up IDEA, and users are in a restricted account. Also, users have roaming profiles that they use to move between mac...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Tomcat 5.5 Integration

    I'm having a problem trying to set up my first web app with Tomcat 5.5 and IntelliJ. The web app compiles fine in IntelliJ, and I can copy it over to the server and it works fine (it's just a simp...
    • 2 个关注者
    • 6 条评论
    • 0 票