Problem with Console links with Scala and Maven2
Quick problem description:
0. I'm using Intellij IDEA 8.1.3 on Mac OS X with installed maven, maven2, scala and git plugins
1. I have N modules in project. (Java & Scala). It's maven2 modules with one aggregate maven2 module.
2. I'm entering a bug into my code (any bug) into class SomeClass.scala
3. I'm running clean and install from "Maven 2 Projects" floating window
4. Compile ends with BUILD ERROR. It's ok BUT:
5. When I click on link to code with already opened editor window it opens NEW window (with same SomeClass file) without remembered changes in my code!
Is there any workaround to this unwanted behaviour?
请先登录再写评论。