Mark Derricutt
- Total activity 447
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 180
-
Created New error handling inspection request: finally clause masks uncaught except
Dave / Jetbrainers / et.allLemme know if this already exists and I'm just not seeing it, but a 'bug' I've been hit with twice now in the past month strikes me as a great idea for an inspection (one... -
Created bzr/darcs and other "new" version control systems
How many people here are using any of the 'new' breed of version control systems like bzr or darcs?I just started playing with bzr and am really liking it so far. I just miss my IDEA integration :... -
Created Maven 2 Plugin
Hey all - is there a maven2 plugin for IDEA out there? I see two maven plugins in the repo but they don't mention if they're for maven1 or 2 (and the mevenide site is currently dead). Suppose I ... -
Created Offline Code Coverage Support
Is there planned support of off-line code coverage support? I.e. if I manually instrument my code with emma from an Ant build and run the code elsewhere, to feed the generated data back into IDEA ... -
Created [ANN] TestNG-J 0.3.4 - Another build, another reason not to use JUnit
Just pushed out TestNG-J 0.3.4 with the following changes: Now picking up the language level again properly so that 1.4/javadoc classes are tested Before when "package.. in project" was used the ... -
Created 5261: Evil green block of death
I've noticed 3-4 times today with build 5261 that if I close of editor windows I end up with a dead IDEA, and any movements of the mouse in the editing area causes an evil green block of repainting... -
Created ANN: TestNG-J 0.3.0 Demetra "Here Be Cookies" Release
The much anticipated Demetra compatible release of the TestNG plugin has finally been released the the plugins repository.Thanks to everyone for the patience during this period of non-compilable pl... -
Created New EAP? I have muffins...
Any chance of a new EAP build anytime soon? Preferably one that'll let the TestNG plugin compile :) -
Created Slow debugging on Linux... Ubuntu Breazy
Hey all,I remember the thread from 2-3 weeks back about slow as hell debugging under linux on the newer 2.6.14+ kernels and I'm now also seeing very slow debugging under 2.6.12:Linux moonspell 2.6.... -
Created CSS Refactorings
Anyone else here think some funky CSS refactorings would be a great addition to IDEA?i.e. "Extract inline style" which would convert: into: ]]>And/or maybe: - Extract CSS to...