David Perez

Avatar
  • Total activity 79
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 2
  • Subscriptions 26
  • 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...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    How to override a method with content assist

    In Java, I'm used to override a method, just by inside the class definition start typing the first letters and then Ctrl+Space.I'm offered the possible overriden methods.But this technique doesn't ...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    Unable to use an aar library

    I've added this aar library in my build.sbt:libraryDependencies ++= Seq(   ....,   "com.google.maps.android" % "android-maps-utils" % "0.3")and refreshed the IDEA project.The classes in that depend...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    What are the current limitations of the expression evaluation in the debugger?

    I'm trying to evaluate expressions in the debugger, and I've faced these limitations: No anonymous functions No access to variables outside the closure In the Java debugger, I can evaluate virtuall...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Differentiate several windows

    I have several main windows open at once, each one for a different project.It would be nice if the icons could be different, to tell the difference quickly.For example, Chrome can have different Wi...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Problems disappear when re-opening editor

    Congratulations for the good work.Scala support in IDEA has improved a lot recently, it is approaching the level of the quality of Java tools. :)I've discovered, that syntax highlighting is wrong, ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Mouse clicks and popup windows.

    Hi,I'm using IDEA in 2 computers, with very similar setups: Linux KDE desktop Java 1.7.0_45  JDK IDEA 13.1 In one of them, it works flawlessly, but on the other one I can observe the following ano...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Editing Scala scripts

    Hi,I'm editing a Scala script, and syntax highlighting and auto-completion do work, except for these symbols that aren't recognized: printf() function "args" Nil .... I think this is a bug, that d...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    How to evaluate expressions in a closure

    When I'm stopped in a breakpoint inside a closure, I cannot evaluate expressions that include variables that are outside the closure, i.e., variables that need a dollar suffix.Is this a current lim...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Another SBT import error

    I'm importing as SBT project exercises project from Coursera.org.Here is the error I'm receiving:Can't register given path of type 'TEST' because it's out of content root.Content root: '/home/david...
    • 3 followers
    • 2 comments
    • 0 votes