Arch1m3d3s
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Is there a means by which I can get IntelliJ (latest stable version, i.e. ~11 ) to run Webshere 8.5 ?
AnsweredThere is a configuration available for 9.0 but it does not seem to work for 8.5. I've been able to customize enough of the run config fields that I think it might work but there is one I can't set... -
Created How to tell IntelliJ IDEA to not run perf tests?
AnsweredWe have test classes annotated with ContiPerf:@PerfTest These take forever and I don't want to run them when checking coverage anyway. How do I prevent them from running when I'm checking coverage ... -
Created Still trying to get Groovy live template to work. Can't get access to parameters or _editor
I don't suppose I could convince someone to chime in regarding this? Examples are dog hard to find. https://stackoverflow.com/questions/46781174/very-basic-groovy-programming-questions-about-passin... -
Created Advanced Live Templates with Groovy scripting
AnsweredSo I want to copy a colon separated Ivy style dependency and then paste it as a maven style XML dependency. I've created a Live Template with $GROOVY$ as the variable name and Expression I'm trying... -
Created How do I extract an Eclipse compatible patch?
AnsweredMy team has been "restructured" leaving me the last IntelliJ user in a powerfully pro-Eclipse environment where they like to blame IntelliJ for stuff. Our source control is Git. Considering this, I... -
Edited How do I debug this maven JAXB compiler?
AnsweredSo we have our own plugin and it overrides a lot of JAXB stuff. I have someone else's project which employs our compiler and it generates with no errors but there is a problem with some of the beha... -
Created Can't Validate XSD and can't generate XML
AnsweredIntelliJ IDEA 2017.2.4Build #IU-172.4155.36, built on September 11, 2017Licensed to XXXXXXXXXXXXXXXXSubscription is active until March 19, 2018JRE: 1.8.0_152-release-915-b11 amd64JVM: OpenJDK 64-Bi... -
Edited Need better control of auto-formatting because of version control
AnsweredI *DO* want to be able to apply formatting but I don't want it to happen unless I actually change the files. Why? Version control, of course. What's the best way I can get better control of this?