Richard Osbaldeston
- Total activity 571
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 167
-
Created 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... -
Created 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'... -
Created 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... -
Created Refactoring to add and remove new fields
AnsweredStupid 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... -
Created 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 -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...