Kirk

- Total activity 268
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 100
-
Created 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... -
Created 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 ... -
Created 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" ... -
Created 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? -
Created [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... -
Created 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 ... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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...