I am new to Scala and IntelliJ IDEA. I am learning Lift from Simply Lift examples. I have setup my IDE as per instructions provided here. I am using Maven based approach.The Scala plugin is versioned
I have around 3000 instance of replacement done in hundreds of files.Replacing all occurance of string1 with string2 was easy.IntelliJ allows me to replace all occurences in \"comments and strings\".
I am currently evaluating IntelliJ for a tapestry project. I setup my module to use the tapestry facet but thefollowing three tapestry it开发者_如何学JAVAems remain greyed out: page, component,mixin
I\'m building a JAR from a set of scala sources. We have two physically identical win7 64 bit development machines, and recently a difference between the machines in the library jars referenced by the
This is a bit weird, I\'ve got IntelliJ IDEA 10, a fairly recent Scala plugin on it and sbt 0.7.7. I\'ve been using the same setup on the same project for a while and syntax highlighting worked perfec
When I hit \"Enter\" on a file in Project View, I want my caret to be positioned rig开发者_Python百科ht in the editor, so that I can start making changes.
I have to debug a project that uses scala.xml from Scala 2.8.1. A bug that I have presents the following stacktrace (irrelevant parts omitted):
When I use IntelliJ IDEA to export signed Android app, I have option to generate one private keystore and many keys within it.
In IntelliJIdea, i\'ve created a little application with just default pages auto created by ide. I\'ve added two frameworks: spring (3) and JSF 2. The app level is java ee 2.5, because I want to deplo
I\'m using IDEA 10开发者_Go百科.5 Community Edition. I have several modules under different versioning systems (CVS or Mercurial).