Kirk

Avatar
  • 活动总数 268
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 100
  • Kirk 创建了一个帖子,

    Idea corrupted my CVS repository

    Under CVS global settings, I (accidentally) checked the box:"Send environment variables to server"This sent all of my system's environment variables to the server which is running CvsNT. It took o...
  • Kirk 创建了一个帖子,

    IG: 'for" loop replaceable by 'for each'

    My for loops are often marked with warnings because they are using an iterator explicitly instead of using the for each construct. However, in the use-cases where the iterator is being referenced ...
  • Kirk 创建了一个帖子,

    flex files?

    I'm trying to get my mind around the custom language api and feel like I've got a good feel for most of it by looking at the javascript language source. However, it makes use of "JavaScript.flex" ...
  • Kirk 创建了一个帖子,

    Custom Language API overview/example?

    Sorry if this has been asked before, but I searched the forums and couldn't find anything. Is there any document that overviews the custom language and/or an example that puts it all together?
  • Kirk 创建了一个帖子,

    [ANN] Ideascript 2.0

    A while ago I wrote a scripting engine for Idea based on XML with a syntax and style similar to how Ant works. Most of the complaints at the time stemmed from the fact that we are all Java program...
  • Kirk 创建了一个帖子,

    Programatically add an external resource

    Is there any way to programatically perform the task of going to IDE Settings | Resources | Configure External Resources | Add, and adding a new resource? I tried using ExternalResourceManager in ...
  • Kirk 创建了一个帖子,

    Migrating to Idea: A developer's guide to evaluating IntelliJ IDE vs. Eclipse?

    The project lead for the client I work for recently got back from a conference that got him excited about Eclipse. I can think of various things I like about Idea over Eclipse, but is there any co...
  • Kirk 创建了一个帖子,

    Why "Do Refactor"?

    Why is it that by default Idea forces the user to confirm whether or not they want to refactor? I must uncheck "Preview usages to be changed" from multiple (at least more than one) dialogs before ...
  • Kirk 创建了一个帖子,

    Deleting packages can be undone!

    I have a package named "test" with a class named "Test" inside. I press delete while highlighting the package in the project view. It shows the following message:+Delete directory "test"?All file...
  • Kirk 创建了一个帖子,

    992 compiles WAY more than it should

    I have a project with about 5000 classes. I have a test case that has zero dependencies on it. If I make a change (add a space to the end of a line) and do a Make, over 500 classes get recompiled...