Phil Swenson
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 60
-
Phil Swenson created a post, Answeredautomate intelilj config setup
Is there a way to automate intellij (and the other IDE) configuration? Ideally either you should be able to run a shell script to configure IJ or have a file with config settings that you check int... -
Phil Swenson created a post, IJ feature that has always bugged me....
Often I end up creating a variable to return from a method like this:List<StageCycleTime> cycleTimeForStages = processStageMetricsProvider.getCycleTimeForStages(stageCycleTime, startTime, endTime);... -
Phil Swenson created a post, How to set keymap to close the VCS difference window in OS X
I want to set RubyMine/IntelliJ to close the "compare with latest repo version" window on OSX.You guys should really think your OSX keystrokes, but that's your call I guess.In OS X the standard wou... -
Phil Swenson created a post, How do you launch on the device (iPhone)
I don't see a way to launch on the device itself. I only get the simulator.I've trie various tweaks to my working simulator configuration, but I just don't see how it's done.Seems like I'm missing... -
Phil Swenson created a post, Ant checkstyle issue with IJ saved files
It seems that IJ is saving a stange character when I do a file reformat in IJ.We use ant:checkstyle and it keeps complaining about issues this:[ant:checkstyle] /Users/phil/dev/ag/bas_core/trunk/mod... -
Phil Swenson created a post, GroovyTestCase IJ integration?
In IJ X, if I extend GroovyTestCase and just write some methods with assertions, IJ doesn't detect them to be run in the test runner. And I can't run the Class as a test as it says "No tests found... -
Phil Swenson created a post, how do you go to end of page or beginning of page in ruby mine
I expected function command up or function command down to work... but nope. -
Phil Swenson created a post, git troubles....
any idea why the git menu, Compare with Same Repository Version and Compare with Latest Repository Version are greyed out?http://grab.by/6RVdRuby Mine 2.0 -
Phil Swenson created a post, first time ever, found something I like better about eclipse
In eclipse if you want to know what jar a class is in ctrl-shift-T will show you the full path to the jar in your search results.Intellij makes you click "include non-project classes" and then navi... -
Phil Swenson created a post, creating/modifying intellij projects as part of a build process
We would like to make sure our IJ projects are in sync with our build (latest jars, classpath, etc.)Could someone point me to docs on the layout of the intellij project files?has anyone done anythi...