Richard Osbaldeston
- 活动总数 571
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 167
-
创建于 Review Board / Code Review integrations?
Just wondering if anybodies got a ReviewBoard integration for IntelliJ IDEA?The last mention I could find is VCS - Review Board integration Which'd add a menu option to the changes view, is this an... -
创建于 Dark theme leakage
Just noticed another spot where my editors dark theme dosen't play nice with the rest of IDEA (10.5). When I inspect an expression containing an regex I get black text on a very dark background. I'... -
创建于 Possible to have multiple struts 2 facets in the same project
Should I be able to have two seperate struts 2 facets, each connected to their own web facet in IDEA 10? Mostly this appears to work, apart from the fileset dialog of to the struts 2 facets. This s... -
创建于 Refactoring to add and remove new fields
已回答Stupid question time as I'm starting to wonder if I just dreamed doing this in the past. Is there a way to add a new property to a given class and automatically have the getter & setters created an... -
创建于 Downloading InteliJ IDEA 9.0.4 for Mac
Where can I download IDEA 9.0.4 for Max OSX? found http://devnet.jetbrains.net/docs/DOC-1228 but the Mac OSX links both return 404s.- Richard -
创建于 State of JetGroovy in IDEAX EAP
Seem to be having some issues inspecting groovy variables in IDEAX EAP. Keep getting messages like:java.lang.IllegalArgumentException : Invalid argument count: expected 2, received 3 Whenever I try... -
创建于 Console Color Changes and Dark Themes
This may be tricky to describe but there's been some changes to IntelliJ IDEA 9.0.x that have added folds and configurable Color settings to the Console window. These have been causing problems f... -
创建于 How do I turn off vertical indent guides
How do I turn off vertical indent guides? I've tried turning these off in Editor, Colors & Fonts, General but turning every indent attribute off the editor then uses another colour from the general... -
创建于 IDEA 7.0.4 under jdk1.6.0u10?
Is it possible to run IDEA under the latest RC of 1.6U10? I've tried setting IDEA_JDK and IDEA_SDK to the jdk1.6.0u10 path but it seems IDEA quietly ignores this request and tries the next sdk it f... -
创建于 Problem with Generate equals() and hashcode() under 7.0.4
Updated to 7.0.4 last week and I've just noticed a potential problem with Generate.. equals() and hashcode(). Whenever I mark some fields not to be included the equals() method appears as asked, bu...