peter peter

- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 23
-
peter peter 创建了一个帖子, scala debugger doesn't show variable in pattern match?
I didn't check if this is true for all pattern matches, but it is true that when I set a break point in a catch block as shown belowtry { throw new Exception("test")} catch { case e => { p... -
peter peter 创建了一个帖子, maven indirect dependencies through library (artifact)
I have four maven projects A, B, C and D. The dependency graph is A -> B -> C -> D, where -> means depends on.If I define an IJ project with A and B as maven modules, the dependency will be set up... -
peter peter 创建了一个帖子, Velocity integration: automatic data language detection using double file extension not working
In a blog post from 2009http://blogs.jetbrains.com/idea/tag/template-data-languages/it was mentioned that"IntelliJ IDEA Velocity integration is also capable of determining the language by a double... -
peter peter 创建了一个帖子, smart step into doesn't work with scala?
Has anyone got "smart step into" to work with scala code? It worked great on my java code, but not so for scala. This feature is actually espeically useful for debugging scala code because mult... -
peter peter 创建了一个帖子, how to enable / disable line wrapping based on file type
I enabled the option "wrap when typing reaches the right magin" in settings code style -> general so I don't have very long lines in my java code. However for other file types such as plain text, ... -
-
-
peter peter 创建了一个帖子, 已回答shortcut key to move between splits?
I found the split window option (window -> split vertically) pretty useful. Is there a shortcut key that allows me to move the cursor to another split window? ctrl-tab cycles through all the "tab... -
peter peter 创建了一个帖子, run a single test in funsuite?
If I write tests using junit, I can set up a run configuration to run a single test method in a test class. Is this possible with FunSuite, i.e. run a single test in a FunSuite? -
peter peter 创建了一个帖子, [FATAL_ERROR] Cannot start Maven: Cannot find JRE '1.6'
Whenever I try to run a maven build, e.g. by clicking on the green arrow in maven projects tools window, I get this error message. Can someone tell me how to resolve this? Thanks.