Mark Spritzler

- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created Unlinked Gradle Project. Green Message, link doesn't work
So when I open up my project in whcih we have a pom file and a Gradle file in the root it pops up a message sayingUnlinked Gradle Project.Import Gradle Project<Link>. This will also enable Gradle T... -
Created Anyone else refactor/moves of Groovy class doesn't change import statements?
So I have found after doing a number of moves of classes, all written in Groovy. That IntelliJ seems to lose track on what classes import what classes, such that if I move one class to a different ... -
Created Since which version did IJ start really caching files?
OK, I have used IJ for I don't know maybe 10 years. It seems like that long, but definitely more than 8. Anyway, I have always promoted IJ and loved it. Until now. In the past two weeks IJ has been... -
Created Why doesn't Find Usage on methods work as well anymore.
Basically, I find that it returns too many places, places where that method isn't even being called. Places in text that are obviously not calling a method.Here is a screen shot of what I mean. Not... -
Created Mac version feature request. Swipe to go back to previous spot
AnsweredSo, in IntelliJ there is the back button, and keyboard Opt-Cmd-Left and the corresponding forward versions. What would be also fantastic is a two finger swipe. Basically what we can do in Safari to... -
Created Debugging Groovy Script stops, but doesn't show code/line highlighting
When you debug Java or even a Groovy class, I can set break points, and the code stops there. The IDE actually hightlights that line of code it stopped at, and if the code file/tab wasn't up alread... -
Created Ajc compiler having problems with Groovy classes. IJ 12
So I have one module that needs AspectJ to build classes. However, in another module that doesn't use AspectJ at all is getting errors from ajc. Why is it even using ajc to compile if it doesn't us... -
Created Shouldn't generate toString in Groovy class use Groovy
This is the generated toString for my Hand Groovy class from IDEA 12 @Override public String toString() { return "Hand{" + "playerSeat=" + playerSeat + ',}'; }As you can se... -
Created Groovy @SuppressWarnings("unused") goes unused
I keep trying to put @SuppressWarnings("unused") on a few class variables in my Groovy class that are unused. But it doesn't remove the warning from IntelliJ. Not sure if I have a typo or something... -
Created Gradle refresh in a project that has no gradle
I have an IntelliJ project with a few modules. However, they all use maven. Not one of them has gradle. However, whenever I run maven to build outside IDEA and I go back into IDEA, it always refres...