Keith Lea

- 活动总数 859
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 335
-
Keith Lea 创建了一个帖子, 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 ... -
Keith Lea 创建了一个帖子, 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... -
Keith Lea 创建了一个帖子, 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? -
Keith Lea 创建了一个帖子, 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... -
Keith Lea 创建了一个帖子, 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... -
Keith Lea 创建了一个帖子, 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... -
Keith Lea 创建了一个帖子, 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... -
Keith Lea 创建了一个帖子, 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)... -
Keith Lea 创建了一个帖子, 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... -
Keith Lea 创建了一个帖子, 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...