Mark Spritzler
- 活动总数 46
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 Mac version feature request. Swipe to go back to previous spot
已回答So, 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...