Mark Derricutt
- 活动总数 447
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 180
-
创建于 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... -
创建于 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 :... -
创建于 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 ... -
创建于 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 ... -
创建于 [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 ... -
创建于 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... -
创建于 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... -
创建于 New EAP? I have muffins...
Any chance of a new EAP build anytime soon? Preferably one that'll let the TestNG plugin compile :) -
创建于 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.... -
创建于 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...