benp

- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Created JUnit run config across lists of classes
Hi all. I was wondering if it's possible to create a JUnit 4 run configuration including a mixture of "all tests in package X" and "these specific test classes". I want to be able to create a con... -
Created File Activity on Update Project
Update Project takes a very long time for me. We have a large project of Java and web files, and when I Update Project with an incoming changeset containing one file, IDEA seems to want to scan th... -
Created Test support suggestions
I have two small suggestions about test support:1. "Run Changed Tests" -- allows all tests that have been changed since being checked out to be run in one step2. "Test Groups" -- allow an arbitrar... -
Created Branching entire projects (subversion)
HiWe have a directory containing multiple module directories. We'd like to branch the whole thing -- that is, the entire project, rather than just each individual module.On the Version Control men... -
Created Creating a new syntax highlighting plugin
HiDoes anyone know of a useful resource to help me start to build a plugin to support syntax highlighting for a small syntax I'm creating myself?Where would be a good place to start -- an ANTLR gra... -
Created 3117 and Tomcat 5.5.4
I assume this combination is at present unsupported? Tomcat 5.5.4 doesn't seem to have a bin/catalina.bat so the standard deployment method doesn't work...At present I've set my exploded directory... -
Created Tomcat (4.1.29) configuration
Am I correct in thinking that IDEA will automatically start Tomcat when I run a Web Module, if I have the 'launch server before debugger attaches' checkbox selected?It seems to be trying, but it fa... -
Created Highlight Usages
Is this a bug? If I have: String s; StringBuffer sb;Then select the first 'String' and press CtrlAltF7 (Highlight Usages), then the 'String' in 'StringBuffer' is also highlighted.I hope this is ... -
Created 'Go To' based on ID and IDREF in XML
Does anyone know if given the XML document below, I can position the cursor on one of the idref attributes, and then 'go to' the corresponding element with the matching id? I tried it, but the onl... -
Created Support for XML schemas with embedded Java code
All,I had an idea that I thought was quite interesting and might be a nice feature to have. I've made a tracker posting, but I thought as it's the kind of thing us guys/gals like to chat about, I'...