David Perez

Avatar
  • 活动总数 76
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 1 名用户
  • 投票数 2
  • 订阅数 26
  • 创建于

    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:     ...
    • 2 个关注者
    • 3 条评论
    • 1 票
  • 创建于

    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
    • 4 个关注者
    • 7 条评论
    • 0 票
  • 创建于

    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?...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    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...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    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...
    • 3 个关注者
    • 3 条评论
    • 1 票
  • 创建于

    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...
    • 3 个关注者
    • 6 条评论
    • 0 票