Mark Derricutt
- Total activity 447
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 180
-
Created Major UI corruption in EAPS
Hi all,Over the last few days I've noticed getting MAJOR UI corruption in IntelliJ IDEA EAP releases ( not only the latest, but going back 2-3 builds ), I highly suspect its something to do with my... -
Created Improvements to the Darcula Look and Feel (OSX)
Hey all,Is there anyone else there trying out the new Darcula look and feel/color scheme? I really like the color scheme altho it has some issues, and recently noticed there was also a full Look an... -
Created Changing git push location?
Is it possible to change where IDEA's git support will push to when I do a "commit and push" operation?We've started using gerrit for code reviews and I'd love to have IDEA push to gerrit from that... -
Created Changing colour of syntax error popups
Is it possible to configure the colours of IDEAs popups when you have a syntax/method argument error?The white text on grey background is darn near impossible to read!Cheers,MarkAttachment(s):color... -
Created Strange Groovy Formatting issue
'lo all,A coworker pointed out last night some really strange groovy formatting issues in IDEA 9:int i = 5; if (i == 1) { println i; } else if (i == 2) { println i; } else if (i == 3){ ... -
Created Debugging problems with multi-module projects/maven dependencies
Hey all,We're currently having an issue with debugging our maven based project in IDEA thats both an IDEA issue, and a maven issue.We have a multi-module project, and when single stepping through c... -
Created Using GIT-SVN with git4idea
Does anyone know if its possible to use git-svn from the Idea Git plugin? Ideally, all that needs to be done (either through end-user customization or a plugin update) is make the "git svn rebase"... -
-
Created O/T: Posting to forums via NNTP/Thunderbird
Been ages since I've set up Thunderbird to use the forums here and I keep getting told 'a problem occured' when sending messages (thank you Thunderbird for more details). I suspected I needed to ... -
Created Validations
Does anyone have any example code or pointers for writing validation plugins?Along the lines of the struts and spring validators?