Phil Swenson
- 活动总数 142
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 60
-
Phil Swenson 创建了一个帖子, 已回答automate 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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...