David Perez
- Total activity 79
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 26
-
Created Force processing analyzing depedencies of Ammonite script
I have an Ammonite script. Sometimes IDEA asks me when opening a script to analyze the dependencies and it works ok, and I can use all: import $file and import $ivy. I have a script that uses: ... -
Created How can I know what's new in a new version of the plugin
I have upgraded my plugin from version 1.5.1 to 1.5.2 and I'd like to know the improvements the new version brings.Where is a changelog or similar?David -
Created Can IDEA Ultimate + Python plugin be used for Jython?
I'm trying to use latest IDEA with latest Python plugin with a mixed Java/Scala/Jython project.The following questions arise: How can I debug Jython code? Can the community edition also be used?... -
Created How can I disable temporarily auto-import of SBT projects?
I'm editing a big build.sbt file.Whenever I'm editing this, IDEA slows down, due to auto-import.I'd like to be able to turn it on/off easily.How can it be done?Congratulations for the hard work don... -
Created How to launch a JUnit Robolectric test
Hi, In a SBT project, I can launch correctly Robolectric tests with this setting: managedClasspath in Test <++= (platformJars in Android, baseDirectory) map { case ((j,_), b) => Seq(Attribut... -
Created Problems compiling Android SBT project
I've posted this message before in the Scala plugin forum, but no answer. So, as it is an Android specific issue, I post it also here.IDEA 13.1.2 with latest Scala plugin cannot compile a SBT Andr... -
Created Type info doesn't always work
I expect the "Type Info" command to tell me the inferred type of the selected expression.Sometimes it works ok, but for other expressions no tooltip is shown and it quietly does nothing.If requeste... -
Created Problems compiling Android project
IDEA 13.1.2 with latest Scala plugin cannot compile a SBT Android project that uses android-sdk-plugin.The cause is that it cannot compile resources, because in the build.sbt I've declared to use a... -
Created Compile using IDEA vs SBT
Hi,I modify some files in a SBT project.I compile them with "Build | Make Module".It compiles ok.Then I run "sbt compile" in the console panel (or command line) and the same files are compiled agai... -
Created How to debug/launch a SBT Scala webapp
Hi,I would like to debug this simple webapp template:https://github.com/spray/spray-template/tree/on_jetty_1.1I have already imported it in IDEA, thanks to its recent SBT support.But how can I debu...