peter peter

- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
peter peter created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, Answeredshortcut 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 created a post, 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 created a post, [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.