Keith Lea

- Total activity 859
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 335
-
Created Using a virtual file system for library source code
We are building a feature we're calling Working Set. It involves externally building jars for the parts of the codebase that you're not planning to edit (i.e. those outside your Working Set), then ... -
Created CompilerManager.executeTask behavior change in 7.0?
I'm seeing context.getProgressIndicator() return null for tasks executed by CompilerManager.executeTask. I don't see any documentation for why this would happen... it is not null when executed as a... -
Created How to register a project or application component during a test?
I'd like to register a project component during a test, so project.getComponent(x.class) returns my object. How can I do this? How can I do this for Application as well? -
Created Question about custom languages, renaming, and references
I have a custom language based on Pythonid language. I extend the AbstractPythonLanguage class that it declares.The most important elements of my language are toplevel python function calls. They h... -
Created GraphBuilder performance
Hi,I'm writing code to build a graph of 2500 nodes with an average of 5 edges per node. Calling builder.initialize() takes a very long time.I used YourKit to capture CPU profiling data for the firs... -
Created Run an IdeaTestCase outside the AWT event thread and without a write lock
By default, IdeaTestCase runs tests on the AWT event thread while holding a write lock. This is convenient in most cases, but not always desirable. If you need to enqueue events onto the AWT thread... -
Created IDETalk usability is really bad
I finally used IDETalk today.1. Someone IMed me. I heard a noise but I didn't know where it was coming from. Idea didn't provide any visual indication that someone was talking to me (flashing the w... -
Created I can't run any unit tests
Has anyone seen this? Is it really just me?When I run any test I see:java.lang.InstantiationException: com.intellij.rt.execution.junit.IdeaTestRunner at java.lang.Class.newInstance0(Class.java:335)... -
Created How to write test which invokes compilation?
I wrote a custom Compiler and I want to write a test that proves that my compiler is called and produces the correct output, when the user clicks Make or Compile or Rebuild.I'm using CompilerManage... -
Created Buttons don't update in Beta or 5594?
Am I the only one seeing this? Buttons never update for me in either beta1 or the new 5594 build. It makes the IDE almost unusable.- When a Run configuration quits, the Stop button is still clickab...